<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Adding Hyper-V Integration Components to WinPE using MDT 2008 – Updated for Hyper-V RTM.</title><link>http://blogs.technet.com/deploymentguys/archive/2008/06/12/adding-hyper-v-integration-components-to-winpe-using-mdt-2008.aspx</link><description>Mike Sterling recently posted and excellent blog on Using the Hyper-V Integration Components in WinPE on his MSDN blog. Wouldn’t it be nice if we could add the Integration Components to the WinPE Images created by MDT 2008? The procedure assumes you want</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Adding Hyper-V Integration Components to WinPE using MDT 2008.</title><link>http://blogs.technet.com/deploymentguys/archive/2008/06/12/adding-hyper-v-integration-components-to-winpe-using-mdt-2008.aspx#3069999</link><pubDate>Thu, 12 Jun 2008 19:33:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3069999</guid><dc:creator>Ankit Oberoi</dc:creator><description>&lt;p&gt;I think we have a typo in following command&lt;/p&gt;
&lt;p&gt;For /d %%I in (files\*_none_*) do xcopy %%I OutOfBoxDrivers-x86\%%~nI\ /e &lt;/p&gt;
&lt;p&gt;It should be&lt;/p&gt;
&lt;p&gt;or /d %I in (files\*_none_*) do xcopy %I OutOfBoxDrivers-x86\%%~nI\ /e &amp;nbsp;&lt;/p&gt;</description></item><item><title>re: Adding Hyper-V Integration Components to WinPE using MDT 2008 – Updated for Hyper-V RTM.</title><link>http://blogs.technet.com/deploymentguys/archive/2008/06/12/adding-hyper-v-integration-components-to-winpe-using-mdt-2008.aspx#3111204</link><pubDate>Mon, 25 Aug 2008 00:32:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3111204</guid><dc:creator>Jeff Wade</dc:creator><description>&lt;p&gt;Here's a thought. &amp;nbsp;Rather than giving us a recipe for building the Hyper-V integration drivers, can't someone just please post them in neat little download package. &amp;nbsp;Good Lord...I don't want to grow the ingredients for a cake, I want to BUY one already made.&lt;/p&gt;</description></item><item><title>re: Adding Hyper-V Integration Components to WinPE using MDT 2008 – Updated for Hyper-V RTM.</title><link>http://blogs.technet.com/deploymentguys/archive/2008/06/12/adding-hyper-v-integration-components-to-winpe-using-mdt-2008.aspx#3111258</link><pubDate>Mon, 25 Aug 2008 03:30:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3111258</guid><dc:creator>DeploymentGuys</dc:creator><description>&lt;p&gt;Jeff,&lt;/p&gt;
&lt;p&gt;Unfortunately, none of us Deployment Guys can repackage parts of a Microsoft product and then distribute it on the web. &amp;nbsp;This would be a violation of the End User License Agreement (EULA) for the product and a violation of Microsoft company policy. &amp;nbsp;Only the teams that develop and market the product can do that.&lt;/p&gt;
&lt;p&gt;We can feed back this suggestion to the Hyper-V team as a request for the next service pack or major release.&lt;/p&gt;
&lt;p&gt;Michael Murgolo&lt;/p&gt;
</description></item><item><title>Using the Hyper-V integration components with MDT 2008 Update 1 Lite Touch</title><link>http://blogs.technet.com/deploymentguys/archive/2008/06/12/adding-hyper-v-integration-components-to-winpe-using-mdt-2008.aspx#3123237</link><pubDate>Sat, 13 Sep 2008 03:40:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3123237</guid><dc:creator>Michael Niehaus' Windows and Office deployment ramblings</dc:creator><description>&lt;P&gt;There have been some blog postings talking about how to add the Hyper-V integration components into Windows&lt;/P&gt;</description></item><item><title>re: Adding Hyper-V Integration Components to WinPE using MDT 2008 – Updated for Hyper-V RTM.</title><link>http://blogs.technet.com/deploymentguys/archive/2008/06/12/adding-hyper-v-integration-components-to-winpe-using-mdt-2008.aspx#3170949</link><pubDate>Thu, 18 Dec 2008 22:43:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3170949</guid><dc:creator>Kevin</dc:creator><description>&lt;P&gt;HyperV Integration Components&lt;/P&gt;
&lt;P&gt;MD MSU &lt;/P&gt;
&lt;P&gt;expand &amp;nbsp;Windows6.0-KB951634-x86.msu -F:*.CAB MSU &lt;/P&gt;
&lt;P&gt;MD Files &lt;/P&gt;
&lt;P&gt;expand &amp;nbsp;MSU\Windows6.0-KB951634-x86.cab -F:* Files &lt;/P&gt;
&lt;P&gt;MD OutOfBoxDrivers-x86&lt;/P&gt;
&lt;P&gt;for /d %I in (files\*_none_*) do xcopy %I OutOfBoxDrivers-x86\%%~nI\ /e&lt;/P&gt;
&lt;P&gt;rd /s /q MSU &lt;/P&gt;
&lt;P&gt;rd /s /q Files&lt;/P&gt;
&lt;P&gt;do the same for x64&lt;/P&gt;</description></item><item><title>re: Adding Hyper-V Integration Components to WinPE using MDT 2008 – Updated for Hyper-V RTM.</title><link>http://blogs.technet.com/deploymentguys/archive/2008/06/12/adding-hyper-v-integration-components-to-winpe-using-mdt-2008.aspx#3244412</link><pubDate>Fri, 22 May 2009 07:46:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3244412</guid><dc:creator>Richard Klemme</dc:creator><description>&lt;p&gt;Found out the hard way that Vista SP2 wouldnt work easily with the existing Integration Components i.e. HyperV RTM.&lt;/p&gt;
&lt;p&gt;The existing WinPE drivers were OK, however we couldnt post-install the Integration Services CD.&lt;/p&gt;
&lt;p&gt;I then upgraded an existing Win2008 HyperV server to SP2 and noticed the Integration Components CD and files within had been upgraded.&lt;/p&gt;
&lt;p&gt;I then extracted these and voila it all works now..its in the same place c:\windows\system32\vmguest.iso as before&lt;/p&gt;
&lt;p&gt;Have tried builds on HyperV on original Win2008 SP1 (RTM version) and SP2 successfully.&lt;/p&gt;
&lt;p&gt;There must be a be a dependency on Vista SP2 with the updated drivers in Win2008 HyperV SP2 here.&lt;/p&gt;</description></item></channel></rss>