View Single Post
  #2  
Old 05-04-2013, 12:20
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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??
FreeArcFile2={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

Last edited by pakrat2k2; 05-04-2013 at 13:05. Reason: addt'l info
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
andrei222 (05-04-2013), sena87 (05-04-2013)