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
Printable View
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
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.***********
All you need to do is have an item in the [Icons] section with no taks parameter, like this:
The above will always create a shortcut without asking the user :)Code:[Icons]
Name: "{userdesktop}\RichText Power Pad"; Filename: "{app}\RichText Power Pad.exe";
Cheers,
RyanJ
Thanks guys.
:thumb:
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.