View Single Post
  #2  
Old 06-01-2026, 22:23
Saifuddin Saifuddin is offline
Registered User
 
Join Date: May 2019
Location: India
Posts: 9
Thanks: 12
Thanked 3 Times in 2 Posts
Saifuddin is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Code:
[Execs]
; AppExe1=Tile Caption|Exec Directory|Exec File|Shortcut Name|Parameters|IconFilename|IconIndex
AppExe1=Red Dead Redemption 2||Launcher.exe|Red Dead Redemption 2 v1.0.1436|-fullscreen -skipintro|{app}\RDR2_icon.ico|0

[Icons]
#ifdef AppExe1
Name: {group}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; Parameters: {#E1[63]}; IconFilename: {#E1[64]}; IconIndex: {#E1[65]}; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts1;
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; Parameters: {#E1[63]}; IconFilename: {#E1[64]}; IconIndex: {#E1[65]}; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts1;
#endif
Thank you!
Reply With Quote
The Following 2 Users Say Thank You to Saifuddin For This Useful Post:
ADMIRAL (07-01-2026), audiofeel (07-01-2026)