Changes

Jump to: navigation, search

Visual Cpp Redistributable

2 bytes added, 19:07, 21 August 2011
m
Changed ordering of sections
Microsoft Visual C++ Redistributables. These are required so that the executables of some programs will run, because they were compiled by their author using Microsoft Visual Studio (and a particular version of Visual Studio at that) and require Visual Studio's 'runtime' for C++ in order to run. Usually such runtimes are bundled with the software that requires them, but not always.
 
=Microsoft Visual C++ 2005 Redistributable=
 
The installer can be downloaded from [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191ee Microsoft]
 
<source lang="xml">
<package id="vc2005-redist" name="Visual C++ 2005 Redistributable" revision="2" reboot="false" priority="10">
<check type="uninstall" condition="exists" path="Microsoft Visual C++ 2005 Redistributable" />
<install cmd='"%SOFTWARE%\vc2005-redist\vcredist_x86.exe" /q:a'/>
<upgrade cmd='"%SOFTWARE%\vc2005-redist\vcredist_x86.exe" /q:a'/>
<remove cmd='MsiExec.exe /q /x{7299052b-02a4-4627-81f2-1818da5d550d}' />
</package>
</source>
=Microsoft Visual C++ 2008 SP1 Redistributable=
There seem to be different versions of vcredist_x86.exe, perhaps language dependent, so there are different MSI removal strings.
 
 
 
=Microsoft Visual C++ 2005 Redistributable=
 
The installer can be downloaded from [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191ee Microsoft]
 
<source lang="xml">
<package id="vc2005-redist" name="Visual C++ 2005 Redistributable" revision="2" reboot="false" priority="10">
<check type="uninstall" condition="exists" path="Microsoft Visual C++ 2005 Redistributable" />
<install cmd='"%SOFTWARE%\vc2005-redist\vcredist_x86.exe" /q:a'/>
<upgrade cmd='"%SOFTWARE%\vc2005-redist\vcredist_x86.exe" /q:a'/>
<remove cmd='MsiExec.exe /q /x{7299052b-02a4-4627-81f2-1818da5d550d}' />
</package>
</source>
[[category:Silent Installers]]
[[category:Microsoft software]]
577
edits

Navigation menu