View Single Post
  #7  
Old 30-06-2014, 09:08
SilverSpeed SilverSpeed is offline
Registered User
 
Join Date: Jul 2007
Location: Belgium
Posts: 9
Thanks: 3
Thanked 2 Times in 2 Posts
SilverSpeed is on a distinguished road
In setup.ini I see this at the bottom:

Code:
[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=redist\directx\DXSETUP.exe
LaunchArg1=/silent

Launch2=Visual C++ 2005 X86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=vcredist_x86.exe
LaunchArg2=/silent
And I renamed to folder to "redist"

Am I good now? Because I see the dirs not matching the ones in my DVD2/redist folder.
In my redist folder I have 2 maps: DirectX\Jun2010\DXSETUP.exe and vcredist\2010\vcredist_x86.exe

So I changed the last part into this:

Code:
[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=redist\DirectX\Jun2010\DXSETUP.exe
LaunchArg1=/silent

Launch2=Visual C++ 2005 X86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=redist\vcredist\2010\vcredist_x86.exe 
LaunchArg2=/silent
This good?

Last edited by SilverSpeed; 30-06-2014 at 09:13.
Reply With Quote