|
-
Jun 6th, 2005, 09:59 AM
#1
Thread Starter
Addicted Member
InnoSetup desktop icon [RESOLVED]
Is it possible to force a desktop icon onto a user's desktop? The only way I've been able to see is to allow the choice of a desktop icon by selecting a checkbox. I'd like to make sure the user has one.
Thanks
Last edited by bat711; Jun 6th, 2005 at 03:08 PM.
-
Jun 6th, 2005, 12:19 PM
#2
Re: InnoSetup desktop icon
Inno Script allows you to check a box for a desktop icon in the Parameters screen. You can find it at Randem's site. There are links in this forum, or you could look at www.***********
-
Jun 6th, 2005, 01:09 PM
#3
Re: InnoSetup desktop icon
All you need to do is have an item in the [Icons] section with no taks parameter, like this:
Code:
[Icons]
Name: "{userdesktop}\RichText Power Pad"; Filename: "{app}\RichText Power Pad.exe";
The above will always create a shortcut without asking the user 
Cheers,
RyanJ
-
Jun 6th, 2005, 03:07 PM
#4
Thread Starter
Addicted Member
Re: InnoSetup desktop icon
Thanks guys.
-
Apr 4th, 2014, 03:25 AM
#5
Registered User
Re: InnoSetup desktop icon
hi,
I want to place the create desktop icon check box at the end of the installation, that is at the finish window. is it possible to do the same?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|