View Single Post
  #13  
Old 25-04-2014, 16:28
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
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.

Last edited by pakrat2k2; 26-04-2014 at 08:48. Reason: added info
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
NSCXP2005 (26-04-2014)