<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Shifting efforts to WinPE]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3890</link>
		<description><![CDATA[The most recent posts in Shifting efforts to WinPE.]]></description>
		<lastBuildDate>Tue, 21 Jul 2009 19:38:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Shifting efforts to WinPE]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=32669#p32669</link>
			<description><![CDATA[<p>I have been decided to shift my efforts to making sweet universal images for Win7, however this is pretty much the same setup as Vista so..... <br />Have people tried injecting all the vista lan driver pack into WinPE using <br /></p><div class="codebox"><pre><code>peimg /inf:&lt;source path&gt;\*.inf &lt;destination path&gt;\windows</code></pre></div><p>Here is some code that apparently recursively searches for the inf files.<br /></p><div class="codebox"><pre><code>set Drivers=% 1
set DestFolder=c:\winpe_x86
pushd %Drivers%
for /f %%i in (&#039;dir /s /b *.inf&#039;) do (
peimg /inf:%%i %DestFolder%\mount\windows
if ERRORLEVEL 1 echo %%i&gt;&gt;%Drivers%\bad_driver.txt
)
popd</code></pre></div><p>I have not tried it but it looks like i could point it towards the extracted pack and inject it into a mounted wim file. Apply the changes and away i go.<br />Thoughts?</p>]]></description>
			<author><![CDATA[null@example.com (JustusIV)]]></author>
			<pubDate>Tue, 21 Jul 2009 19:38:14 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=32669#p32669</guid>
		</item>
	</channel>
</rss>
