knowledge-database (beta)

Current group: jrsoftware.innosetup

default "create desk top icon" to true

default "create desk top icon" to true  
Andy Dyble
 Re: default "create desk top icon" to true  
Jattie van der Linde
 Re: default "create desk top icon" to true  
Gavin Lambert
From:Andy Dyble
Subject:default "create desk top icon" to true
Date:Fri, 17 Dec 2004 12:13:37 -0000
Hi

My install give the user to tick the "create desk top icon" checkbox but by
default it is unchecked, how doI check it by default ?


Thanks

Andy
From:Jattie van der Linde
Subject:Re: default "create desk top icon" to true
Date:Fri, 17 Dec 2004 14:28:54 -0000
set the Flags in the task section to checked!

[Icons]
Name: {group}\MyApp; Filename: {app}\MyApp.exe
Name: {userdesktop}\MyApp; Filename: {app}\MyApp.exe; Tasks: desktopicon
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\MyApp;
Filename: {app}\MyApp.exe; Tasks: quicklaunchicon

[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription:
{cm:AdditionalIcons}; Flags: unchecked
Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon};
GroupDescription: {cm:AdditionalIcons}; Flags: unchecked


"Andy Dyble" wrote in message
news:cpuil2$pio$1@news.jrsoftware.org...
> Hi
>
> My install give the user to tick the "create desk top icon" checkbox but
by
> default it is unchecked, how doI check it by default ?
>
>
> Thanks
>
> Andy
>
>
From:Gavin Lambert
Subject:Re: default "create desk top icon" to true
Date:Mon, 20 Dec 2004 11:04:36 +1300
Jattie van der Linde wrote:
> set the Flags in the task section to checked!

Actually, remove "unchecked". There isn't a "checked" flag, that's the
default behaviour.
   

Copyright © 2006 knowledge-database   -   All rights reserved