Quote:
Originally Posted by pralin
how to modify script to create desktop shortcut for a exe in subfolders ????
reply as fast as possible with the suggested edits in fitgirl.iss
|
No one Like Your attitude..
Quote:
|
reply as fast as possible
|
Code:
[Icons]
Name: "{commondesktop}\Battlefield 4 (Offline)"; Filename: "{app}\ADD YOUR SUBFOLDER\bf4_offline.exe"; WorkingDir: "{app}"; IconFilename: "{app}\bf4_offline.exe"; Check: CheckDesktopError
[Run]
Filename: "{app}\ADD YOUR SUBFOLDER\bf4_offline.exe"; Description: "{cm:LaunchProgram,Battlefield 4}"; Flags: postinstall skipifsilent nowait; Check: CheckISDoneError