Changes

Jump to: navigation, search

Virtual PC

22 bytes removed, 22:38, 16 January 2014
Fixed situation where WPKG would think the install had failed
Windows Virtual PC is a free add-on to Windows 7. See [http://support.microsoft.com/kb/958559 KB958559] for information and a download link. For Windows 8, it's been replaced with Hyper-V.
 
While I tested the individual commands, this silent installer has not yet been fully tested because I decided on a solution that did not require Virtual PC. I'm posting it to the wiki in case it will be of use to others. If you verify that it works, please remove this note.
<source lang="xml">
<check type="uninstall" condition="exists" path="" />
<install cmd="wusa &quot;%PKG_SOURCE%&quot; /quiet /norestart" > <exit code="0" /> <exit code="3010" /> <!-- add reboot="postponed" to force a reboot; otherwise, Windows will ask the user --> <exit code="-2145124329" /> <!-- already installed --> </install>
<upgrade include="install" />
<remove cmd="wusa /uninstall /kb:958559 /quiet /norestart" > <exit code="any" /> </remove
</package>
Anonymous user

Navigation menu