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