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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -