Quote:
Originally Posted by Fox22743
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";