Difference between revisions of "Virtual PC"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer for Virtual PC 2007. Follow the | + | 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. |
<source lang="xml"> | <source lang="xml"> |
Revision as of 05:02, 3 September 2008
This is a silent installer for Virtual PC 2007. Follow the instructions first.
<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>