View Single Post
  #5  
Old 18-04-2012, 08:37
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
desktop + startmenu icon will be changed:
open installscript.iss
Code:
;#define CustomBinaryIcon "SonicGenerations.ico"
delete the underlined sign so it looks like this:
Code:
#define CustomBinaryIcon "SonicGenerations.ico"
change the icon file to your one (example: SonicGenerations.ico => Game.ico) and put it next to the installscript.iss and compile