Changes

Jump to: navigation, search

Virtual PC

1,541 bytes added, 00:12, 31 December 2013
added info on Windows Virtual PC, for Windows 7
= VirtualPC 2007 =
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>
= Windows Virtual PC =
 
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">
<package
id="virtualpc"
name="Microsoft Virtual PC"
revision="2-%VPC_VERSION"
reboot="false"
priority="0">
 
<variable name="VPC_VERSION" value="6.1.7601.17514" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\virtualpc\Windows6.1-KB958559-x86-RefreshPkg.msu" architecture="x86"/>
<variable name="PKG_SOURCE" value="%SOFTWARE%\virtualpc\Windows6.1-KB958559-x64-RefreshPkg.msu" architecture="x64"/>
 
<check type="file" condition="versiongreaterorequal" path="%WINDIR%\system32\vpc.exe" value="%VPC_VERSION%" />
 
<!-- Warning: the KB977632 hotfix is needed if for some reason you're
installing this on Windows 7 without SP1. You probably shouldn't be
running non-SP1 Windows 7 anyway. -->
 
<check type="uninstall" condition="exists" path="" />
 
<install cmd="wusa &quot;%PKG_SOURCE%&quot; /quiet /norestart" />
 
<upgrade include="install" />
 
<remove cmd="wusa /uninstall /kb:958559 /quiet /norestart" />
 
</package>
</source>
[[Category:Silent Installers]]
[[Category:Microsoft software]]
Anonymous user

Navigation menu