View Single Post
  #9  
Old 25-03-2014, 07:09
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Fox22743 View Post
EXE is right but the "Startup.exe" has no icon. I want the shortcut to point to "startup.exe" but get it's icon from another file. Is that possible?

EDIT
-----
@Pakrat2k2 Here's what i tried, I put this command into the setup.ini file:


MyExecutableIconName=Binaries\WarGame-G4WLive.exe

Just above what you posted. I'm not sure if this command should work with .exe file or does it need .ico file to work.
you must have the original script for this.

you must add this line under [icons] IconFilename: "{app}\myicon.ico" like pakrat said. let's say the script has something like this.

Code:
[Icons]
Name: {code:GameName}; Filename: {code:Gameexe};
just do this

Code:
[Icons]
Name: {code:GameName}; Filename: {code:Gameexe}; IconFilename: "{app}\myicon.ico";
Reply With Quote