Inno Installer issues

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Inno Installer issues

Post 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?
Darth_Spiderpig
Sith Master
Sith Master
Posts: 2631
Joined: Fri Mar 27, 2009 10:23 am
Projects :: Something cool...
Games I'm Playing :: BF2 CoDBO BFBC2
xbox live or psn: Has no xbox....Yup
Location: Does whatever a Spiderpig does
Contact:

Re: Inno Installer issues

Post 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.
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: Inno Installer issues

Post 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
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Re: Inno Installer issues

Post 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:
Post Reply