View Single Post
  #29  
Old 09-09-2020, 20:20
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by jabervamp View Post
ok but need code because the redist names somtimes is different
Code:
[Launch1]
Name=DirectX
32Exe={app}\_CommonRedist\DirectX\Jun2010\dxsetup.exe
Argument=/silent
BeforeInstall=0
Checked=0

[Launch2]
Name=Visual C++ 2010
32Exe={app}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=0
Checked=0

[Launch3]
Name=Visual C++ 2012
32Exe={app}\_CommonRedist\vcredist\2012\vcredist_x86.exe
Argument=/q /norestart
BeforeInstall=0
Checked=0

[Launch4]
Name=Visual C++ 2015
32Exe={app}\_CommonRedist\vcredist\2015\vc_redist.x86.exe
Argument=/q /norestart
BeforeInstall=0
Checked=0
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
jabervamp (10-09-2020)