View Single Post
  #3  
Old 25-09-2024, 03:27
Ivanlakersss2016 Ivanlakersss2016 is offline
Registered User
 
Join Date: Sep 2024
Location: Spain
Posts: 11
Thanks: 4
Thanked 0 Times in 0 Posts
Ivanlakersss2016 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
The problem here is that you use the same {#MyAppName} ISPP code for all 3 games. This just means that the installer actually creates all 3, but overwrites the previous because of the same shortcut name.

Change it like this
Code:
Name: "{commondesktop}\Resident Evil"; Filename: "{app}\Resident Evil\ResidentEvil.exe"; Tasks: desktopicon
Name: "{commondesktop}\Resident Evil 2 Leon"; Filename: "{app}\Resident Evil 2\LeonS.exe"; Tasks: desktopicon
Name: "{commondesktop}\Resident Evil 2 Clair"; Filename: "{app}\Resident Evil 2\ClaireS.exe"; Tasks: desktopicon
Do the same for {group} constant in [Icons] section.

PS: {group} are startmenu icons. If you don't want them you can delete them and just keep desktop shortcuts.
Excuse me, I have 2 questions for you, I would like to know what I should edit in my script so that when I create my desktop shortcut inno setup I check the box directly activated. My second question is, how can I create my accesses from inno setup directs go directly to a folder when I install my game. I hope your help, thank you!
Reply With Quote