Quote:
Originally Posted by andreiutzu21
hi houcine 80 it show me this error when i try to open setup
CREATOR MODE ENABLED
This Setup.ini file was not found near the executable of this installer
Put "Setup.ini" next to the executable or disable creator mode and recompile the script
|
It's not an error, and to disable creator mode, add ; before #define CREATOR, and it'll work Like this
Code:
Change this:
#define CREATOR
To this:
;#define CREATOR