View Single Post
  #5  
Old 06-12-2020, 00:57
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Wink

Quote:
Originally Posted by pralin View Post
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
Reply With Quote