Yesterday (using 6.04) everything worked fine. I tried to do a new build this morning with nothing changing and the build failed. I get the following log:
Inno Setup 6 Command-Line Compiler
...
Preprocessing
Reading file: C:\Program Files (x86)\Inno Setup 6\ISPPBuiltins.iss
Line 1: Including file: C:\Data\TRAK Source\TRAK\Install Files\Inno Setup\Street.iss
Reading file: C:\Data\TRAK Source\TRAK\Install Files\Inno Setup\Street.iss
Line 2: Including file: C:\Data\TRAK Source\TRAK\Install Files\Inno Setup\AppSettings.iss
Reading file: C:\Data\TRAK Source\TRAK\Install Files\Inno Setup\AppSettings.iss
Parsing [Setup] section, line 5
Parsing [Setup] section, line 6
...
Parsing [Setup] section, line 103
Parsing [Setup] section, line 104
Parsing [Setup] section, line 105
Reading file (LicenseFile)
Reading file (WizardImageFile)
Reading file: C:\Data\TRAK Build Files\Images\Setup_Large.bmp
Reading file (WizardSmallImageFile)
Reading file: C:\Data\TRAK Build Files\Images\Setup_Small.bmp
Preparing Setup program executable
Updating icons (SETUP.E32)
Updating version info (SETUP.E32)
Error in C:\Data\TRAK Source\TRAK\Install Files\Inno Setup\TRAKInstall.iss: Reached the end of the file.
Compile aborted.
But the TRAKInstall.iss has not changed--I use Git and reverted it to the previous version (we have used this for years) and there was no change. Here are the relevant lines in the TRAKInstall.iss file:
...
[ 97] #ifdef Street
[ 98] WizardImageFile={#SourceDir}\Images\Setup_Large.bmp
[ 99] WizardSmallImageFile={#SourceDir}\Images\Setup_Small.bmp
[100] #endif
[101]
[102] Compression=lzma
[103] SolidCompression=yes
[104] DisableDirPage=yes
[105] DisableProgramGroupPage=yes
[106]
[107] [InstallDelete]
[108] Type: Files; Name: "{app}\*.bpl"
[109] Type: Files; Name: "{commondesktop}\{#AppShortName} 20??.lnk"
[110] Type: Files; Name: "{group}\{#AppShortName} 20??.lnk"
[111]
[112] ; FB 1.56
[113] Type: Files; Name: "{app}\gds32.dll"
...
Any suggestions on what to look at? I am a bit pressed on this.
Ed Dressel