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
Hidden/Spoiler:
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{ECB2D575-0AF3-4ED8-AD86-57CDEDBAF8D8}
AppName=Star Wars Battlefront: The Clone Wars
AppVersion=0.9
;AppVerName=Star Wars Battlefront: The Clone Wars 0.9
AppPublisher=21st Century Box Productions/ Frayed Wires Modding Team
AppPublisherURL=http://www.gametoast.com/
AppSupportURL=http://www.gametoast.com/
AppUpdatesURL=http://www.gametoast.com/
DefaultDirName={pf}\LucasArts\Star Wars Battlefront II\GameData\AddOn\TCW
DefaultGroupName=Star Wars Battlefront: The Clone Wars
DisableProgramGroupPage=yes
LicenseFile=C:\Documents and Settings\Owner\My Documents\modinstaller\License.txt
InfoBeforeFile=C:\Documents and Settings\Owner\My Documents\modinstaller\infobefore.txt
InfoAfterFile=C:\Documents and Settings\Owner\My Documents\modinstaller\infoafter.txt
OutputDir=C:\Documents and Settings\Owner\Desktop
OutputBaseFilename=Star Wars Battlefront: The Clone Wars Installer
SetupIconFile=C:\Documents and Settings\Owner\My Documents\modinstaller\tcw.ico
Compression=lzma/ultra
SolidCompression=yes
InternalCompressLevel=ultra
AllowRootDirectory=true
DirExistsWarning=no
DisableFinishedPage=true
ShowLanguageDialog=yes
DisableReadyPage=true
Uninstallable=false
WindowVisible=true
WizardImageFile=modinstaller\group.BMP
WizardSmallImageFile=modinstaller\group2.BMP
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 :mrgreen: