Visual Cpp Redistributable

From WPKG | Open Source Software Deployment and Distribution
Revision as of 08:17, 7 August 2009 by WPKGSysop (Talk | contribs) (New page: This is a silent installer and deinstaller for Visual C++ 2005 Redistributable. <source lang="xml"> <package id="vc2005-redist" name="Visual C++ 2005 Redistributable" revision="2" reboot=...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a silent installer and deinstaller for Visual C++ 2005 Redistributable.

<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'/>
        <install cmd='"%SOFTWARE%\vc2005-redist\vcredist_x86.exe" /q:a'/>
        <remove cmd='MsiExec.exe /q /x{7299052b-02a4-4627-81f2-1818da5d550d}' />
</package>