Quote:
Originally Posted by prudislav
@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