View Single Post
  #182  
Old 09-08-2015, 10:02
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
sorry error n2
You forgot to provide an icon file, for example for Fairy Fencer F, icon file was in the folder Icons next to the script so I made it like this, in the begining of the script :
Code:
;Setup File Icon
#define IconFile "Icons\FFF-02.ico"
If your icon is in the same folder (no subfolder) than the script just change it like this :
Code:
;Setup File Icon
#define IconFile "name_of_the_icon.ico"
Reply With Quote
The Following User Says Thank You to toto621 For This Useful Post:
Stor31 (09-08-2015)