Hi all,
with inno setup is it possible to set up a shortcut to the main application and also to add a shortcut to an swf file - both need to be on the users desktop.
thanks
Rob
Printable View
Hi all,
with inno setup is it possible to set up a shortcut to the main application and also to add a shortcut to an swf file - both need to be on the users desktop.
thanks
Rob
If you made two entries, one for each shortcut, does that work?
VB Code:
Name: "{userdesktop}\My App Name"; Filename: "{app}\MyFilename1.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Icons\MyIcon1.ico" Name: "{userdesktop}\My App Name"; Filename: "{app}\MyFilename2.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Icons\MyIcon2.ico"