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
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.