Inno Setup: Set default value for desktop icon-check box to true
Posted
by MB
on Stack Overflow
See other posts from Stack Overflow
or by MB
Published on 2010-04-12T14:46:13Z
Indexed on
2010/04/23
10:53 UTC
Read the original article
Hit count: 452
inno-setup
I am struggling with getting Inno Setup to set the check box to true whether a desktop icon should be created. The documentation has not been any helpful concerning this issue as well as Googlism and Stackoverflow.
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
My thought was a value like "checked" for "Flags" but the documentation told me, that Flags isn't responsible for this.
© Stack Overflow or respective owner