<?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>Using the Hyper-V Integration Components in WinPE – Mike Sterling</title><link>http://blogs.technet.com/virtualworld/archive/2008/06/09/using-the-hyper-v-integration-components-in-winpe-mike-sterling.aspx</link><description>I stumbled on this great article from Mike Sterling awesome stuff.&amp;#160; In addition to his blog which itself is a great read :) enjoy. The new architecture of synthetic devices with Hyper-V poses some unique challenges for system administrators. Specifically,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>   Hyper-V Integration Components in WinPE &amp;raquo; D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more by Deepak Gupta.</title><link>http://blogs.technet.com/virtualworld/archive/2008/06/09/using-the-hyper-v-integration-components-in-winpe-mike-sterling.aspx#3068076</link><pubDate>Mon, 09 Jun 2008 12:48:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3068076</guid><dc:creator>   Hyper-V Integration Components in WinPE &amp;raquo; D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more by Deepak Gupta.</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.ditii.com/2008/06/09/hyper-v-integration-components-in-winpe-2/"&gt;http://www.ditii.com/2008/06/09/hyper-v-integration-components-in-winpe-2/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Using the Hyper-V Integration Components in WinPE – Mike Sterling</title><link>http://blogs.technet.com/virtualworld/archive/2008/06/09/using-the-hyper-v-integration-components-in-winpe-mike-sterling.aspx#3134325</link><pubDate>Thu, 09 Oct 2008 01:18:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3134325</guid><dc:creator>FatherMegahertz</dc:creator><description>&lt;p&gt;I rewrote the script for use with WAIK and the x86 &lt;/p&gt;
&lt;p&gt;Just run in CMD with &amp;quot;Run As Administrator&amp;quot;&lt;/p&gt;
&lt;p&gt;set MSUSOURCE=C:\VM&lt;/p&gt;
&lt;p&gt;set PESOURCE=C:\winpe_x86&lt;/p&gt;
&lt;p&gt;cd %MSUSOURCE%&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 &lt;/p&gt;
&lt;p&gt;for /d %%I in (files\*_none_*) do xcopy %%I OutOfBoxDrivers\%%~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;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_wnetvsc.inf_31bf3856ad364e35_6.0.6001\wnetvsc.inf %PESOURCE%\mount\Windows &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_ws3cap.inf_31bf3856ad364e35_6.0.6001\ws3cap.inf %PESOURCE%\mount\Windows &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_wstorflt.inf_31bf3856ad364e35_6.0.6001\wstorflt.inf %PESOURCE%\mount\Windows &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_wstorvsc.inf_31bf3856ad364e35_6.0.6001\wstorvsc.inf %PESOURCE%\mount\Windows &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_wvmbus.inf_31bf3856ad364e35_6.0.6001\wvmbus.inf %PESOURCE%\mount\Windows &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_wvmbushid.inf_31bf3856ad364e35_6.0.6001\wvmbushid.inf %PESOURCE%\mount\Windows &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_wvmbusvideo.inf_31bf3856ad364e35_6.0.6001\wvmbusvideo.inf %PESOURCE%\mount\Windows &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; /inf=%MSUSOURCE%\OutOfBoxDrivers\x86_wvmic.inf_31bf3856ad364e35_6.0.6001\wvmic.inf %PESOURCE%\mount\Windows &lt;/p&gt;
</description></item></channel></rss>