Difference between revisions of "Virtual PC"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
Line 1: | Line 1: | ||
− | This is a silent installer for Virtual PC 2007. Follow the [http://www.buit.org/2007/02/21/how-to-install-virtualpc-2007-unattended instructions] first. | + | This is a silent installer for Virtual PC 2007. Follow the [http://www.buit.org/2007/02/21/how-to-install-virtualpc-2007-unattended instructions] first. For more infos see [http://www.microsoft.com/windows/virtual-pc/ here]. |
<source lang="xml"> | <source lang="xml"> | ||
Line 11: | Line 11: | ||
</source> | </source> | ||
− | [[ | + | |
+ | [[Category:Silent Installers]] | ||
+ | [[Category:Microsoft software]] |
Revision as of 14:16, 1 April 2011
This is a silent installer for Virtual PC 2007. Follow the instructions first. For more infos see here.
<package id="vpc2007" name="virtual pc 2007" revision="1" reboot="false" priority="10">
<check type="uninstall" condition="exists" path="Microsoft Virtual PC 2007" />
<install cmd='"%SOFTWARE%\vpc2007\msxml6-KB927977-enu-x86.exe" /quiet'/>
<install cmd='msiexec /q /i "%SOFTWARE%\vpc2007\Virtual_PC_2007_Install.msi" allusers=2'/>
<upgrade cmd='msiexec /q /i "%SOFTWARE%\vpc2007\Virtual_PC_2007_Install.msi" allusers=2'/>
<remove cmd='MsiExec.exe /q /x{8A7CAA24-7B23-410B-A7C3-F994B0944160}' />
</package>