Changes

Jump to: navigation, search

Visual Cpp Redistributable

864 bytes added, 08:56, 17 February 2015
Microsoft Visual C++ 2013 Redistributable
Microsoft maintains [http://support.microsoft.com/kb/2019667 a list of the latest supported Visual C++ redistributables].
 
=Microsoft Visual C++ 2013 Redistributable=
 
The installer can be downloaded from [http://www.microsoft.com/en-US/download/details.aspx?id=40784]
 
 
<source lang="xml">
<package id="vc-runtime-2013" name="Visual C++ 2013" revision="1" reboot="false" priority="10">
<check type="uninstall" condition="exists" path="Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501"/>
 
<commands>
<command type="install" cmd='%SOFTWARE%\vc-runtime\vcredist_x64_2013.exe /q' >
<exit code="3010" reboot="false" />
</command>
<command type="upgrade" cmd='%SOFTWARE%\vc-runtime\vcredist_x64_2013.exe /q' >
<exit code="3010" reboot="false" />
</command>
<command type="remove" cmd="msiexec /qn /l* c:\temp\vc-runtime-2013_uninstall.log /x{3c3aafc8-d898-43ec-998f-965ffdae065a}" >
<exit code="1605" />
</command>
</commands>
</package>
</source>
=Microsoft Visual C++ 2008 SP1 Redistributable=
65
edits

Navigation menu