Page 1 of 1
Inno Installer issues
Posted: Tue Mar 08, 2011 12:34 am
by THEWULFMAN
I am trying to set up an installer for my mod, I followed the tutorial to the letter, but when I try to compile.
Inno wrote:System Error
The system could not find the file
Its stops when it says
Preparing Setup Program Executable
Updating icons (SETUP.E32)
***Compile Aborted.
Here is my script
Can anyone tell me what might be wrong?
Re: Inno Installer issues
Posted: Tue Mar 08, 2011 9:12 am
by Darth_Spiderpig
Hmm, seems like it's missing the icon...
Another thing, when using : anywhere, compiling didn't work either, so try to remove it, maybe it helps with the other problem too.
Re: Inno Installer issues
Posted: Tue Mar 08, 2011 9:24 am
by Anakin
why don't you choose creating a new script file using the script wizard??
for the icon you should name it like the original one
in the folder should be a file named SETUP.E32 if you have delete this file i uploaded my one here:
http://www.megaupload.com/?d=4IJHKE3I
Re: Inno Installer issues
Posted: Wed Mar 09, 2011 8:38 pm
by THEWULFMAN
Darth_Spiderpig wrote:
Another thing, when using : anywhere, compiling didn't work either, so try to remove it, maybe it helps with the other problem too.
This was the issue, Thanks guys
