View Single Post
  #5  
Old 17-10-2014, 02:58
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by prudislav View Post
@Kaktor: What is your conversion uses from in _CommonRedist folder ??? Want to change dx for webdxsetup and delete some others to save space , but not sure which ones are used by your conversion
Code:
[Launch1]
Name=DirectX
32Exe={app}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=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

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

[Launch4]
Name=.NET Framework 3.5
32Exe={app}\_CommonRedist\DotNet\3.5\dotnetfx35.exe
Argument=/q /norestart
BeforeInstall=0

[Launch5]
Name=.NET Framework 4.0
32Exe={app}\_CommonRedist\DotNet\4.0\dotNetFx40_Full_x86_x64.exe
Argument=/q /norestart
BeforeInstall=0
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
pakrat2k2 (17-10-2014), prudislav (17-10-2014)