use the one from this post, it uses installed games files. Only thing you need to add is the REDIST files.
Gamefolder\DXREDIST ( Directx files )
Gamefolder\G4WL (Contains following files )
- dotnetfx3.exe
- dotnetfx3_x64.exe
- vcredist_x86.exe
- XLiveRedist01.02.0241.00.msi
I'm SURE you can ALL find these by yourself
SO the correct Setup.ini ( Launcher Settings at the bottom, just copy/paste.. overwrite)
Code:
[LauncherSettings]
InstallRedist=1
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={app}\DXREDIST\DXSETUP.exe
LaunchArg1=/silent
Launch2=Visual C++ 2005 X86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2={app}\G4WL\vcredist_x86.exe
LaunchArg2=/silent
Launch3=Games for Windows® - LIVE
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={app}\G4WL\XLiveRedist01.02.0241.00.msi
LaunchArg3=/q /nu /norestart
Launch4=.NET Framework 3.0
Launch464=0
Launch4BeforeInstall=1
LaunchCom4={app}\G4WL\dotnetfx3.exe
LaunchArg4=/q /norestart
Launch5=.NET Framework 3.0 X64
Launch564=0
Launch5BeforeInstall=1
LaunchCom5={app}\G4WL\dotnetfx3_x64.exe
LaunchArg5=/q /norestart
I WILL be testing the script as it is & post back if needs corrections to fit 2xdvd5.
EDIT: Worked fine using script as is, WITH the changes made to setup.ini, ALL fits 2xdvd5.