your autorun.inf has bad label LOL
label=Gears of War
it should be
label=The Saboteur
testing on W7x64 will report back
EDIT:
also need in setup.ini
[ExtractSettings]
FreeArcFile1={src}\Setup-1a.bin;DestDir:{app}\;Disk:1 ;PrecSrep:0; > added this missing line??
FreeArcFile
2={src}\Setup-1b.bin;DestDir:{app}\;Disk:1 ;PrecSrep:0;
changed file to #2
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=
DXRedist\DXSetup.exe > change to
Directx
LaunchArg1=/silent
Launch2=vc redist x86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=
Redistributable/vcredist_x86_en.exe >
added foldername
LaunchArg2=
Launch3=Dotnetfx2 (
for 32 bit users )
Launch364=0
Launch3BeforeInstall=0
LaunchCom3=DotNet2Redistributable\dotnetfx.exe
LaunchArg3=
THEN if only have 32 bit system can delete last section
Launch4=netfx64
Launch464=0
Launch4BeforeInstall=0
LaunchCom4=DotNet2Redistributable\netfx64.exe
LaunchArg4=
Compiled Langscript.iss to generate Autorun.exe ( not necessarily needed.)
changed autorun.inf
Code:
[Autorun]
open=Autorun.exe
icon=Setup.ico
label=The Saboteur
NO Language deletions, Final size 4.15GB
Installed fine. Just the above changes