View Single Post
  #17  
Old 30-10-2017, 07:54
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
he gave me a single shortcut

I have to change something else ???



Code:
#define ExeName    "x64\ShadowOfWar.exe"
#define ExeName2    "Game.exe"

[Icons]
Name: {group}\{#GameName}; Filename: {app}\{#ExeName}; IconFilename: {app}\{#ExeName}; Check: NoStartIcon;
Name: {group}\GameNamex64; Filename: {app}\{#ExeName2}; IconFilename: {app}\{#ExeName2}; Check: NoStartIcon;
Name: {commondesktop}\{#GameName}; Filename: {app}\{#ExeName}; IconFilename: {app}\{#ExeName}; Check: DesktopIcon;
Name: {commondesktop}\GameNamex64; Filename: {app}\{#ExeName2}; IconFilename: {app}\{#ExeName2}; Check: DesktopIcon;
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
Stor31 (30-10-2017)