Inno Setup - How to prevent it from asking the user if he wants to create a desktop shortcut -


i using inno setup create installer , have come across issue.

i cannot tell inno skip page asks user if wants create desktop shortcut.

i have removed entire [icons] section (just in case) , nothing changed.

i have searched of [setup] settings , don't see relevant:

disablestartupprompt=yes disableprogramgrouppage=yes disablereadypage=yes disablewelcomepage=yes disablefinishedpage=yes disabledirpage=yes 

now, don't understand how choses exe create link created link seems nothing.

is there way skip installer screen , not create shortcut @ all?

ok. have found solution.

i hadn't noticed there section called [tasks] having code:

[tasks] name: "desktopicon"; description: "{cm:createdesktopicon}"; groupdescription: "{cm:additionalicons}"; flags: unchecked 

when removing it, way want it.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -