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?