View Single Post
  #2  
Old 07-04-2015, 09:27
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
Quote:
Originally Posted by Sculpture View Post
Can you give detailed information about CIU?
CIU Version 1014 & below use standard Redist install ( like Directx )
Code:
LaunchX=DirectX
LaunchX64=0
LaunchXBeforeInstall=0
LaunchComX={app}\support\directx_Jun2010_redist\DXSETUP.exe
LaunchArgX=/silent
CIUv2 are different the separate x86/x64 installs

Code:
[Launch1]
Name=Microsoft C++
32Exe={src}\_CommonRedist\vcredist\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1
Example: Separate the x86 versions from x64

Code:
[Launch1]
Name=Microsoft C++ 2010 X86
32Exe={src}\_CommonRedist\vcredist\2010\vcredist_x86.exe
Argument=/q /norestart
BeforeInstall=1

[Launch2]
Name=Microsoft C++ 2010 X64
64Exe={src}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1

[Launch3]
Name=Microsoft C++ 2012 X86
32Exe={src}\_CommonRedist\vcredist\2012\vcredist_x86.exe
Argument=/q /norestart
BeforeInstall=1

[Launch4]
Name=Microsoft C++ 2012 X64
64Exe={src}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1

Last edited by pakrat2k2; 01-03-2016 at 09:01. Reason: Additional INFO
Reply With Quote
The Following 9 Users Say Thank You to pakrat2k2 For This Useful Post:
DVDMan (16-11-2015), EyeSalt (25-04-2018), GTX590 (17-07-2015), houcine80 (02-06-2017), mamed3000 (19-09-2015), mausschieber (12-07-2015), pcblizzard (16-06-2018), RamiroCruzo (21-10-2015), Sculpture (08-04-2015)