View Single Post
  #14  
Old 29-05-2015, 13:34
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
try this in setup.ini ( changed few of the arg's ) redoing my own copy as its outdated
Let me know if the changed ARG's work for the redists & i'll update the conversion

Code:
[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={app}\Binaries\Redist\DXRedistCutdown\DXSETUP.exe
LaunchArg1=/silent

Launch2=Microsoft Visual C++ 2005 x86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2={app}\Binaries\Redist\vcredist_2005_atl_x86.exe
LaunchArg2=/q

Launch3=Microsoft Visual C++ 2005 x86 SP1
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={app}\Binaries\Redist\vcredist_2005_x86.exe
LaunchArg3=/q 

Launch4=Microsoft Visual C++ 2008 x86
Launch464=0
Launch4BeforeInstall=0
LaunchCom4={{app}\Binaries\Redist\vcredist_2008_x86.exe
LaunchArg4=/q:a

Launch5=Microsoft Visual C++ 2010 x86
Launch564=0
Launch5BeforeInstall=0
LaunchCom5={app}\Binaries\Redist\vcredist_x86.exe
LaunchArg5=/passive /norestart

Launch6=Microsoft Visual C++ 2010 x86SP1
Launch664=0
Launch6BeforeInstall=0
LaunchCom6={{app}\Binaries\Redist\vcredist_x86_vs2010sp1.exe
LaunchArg6=/passive /norestart
Reply With Quote