<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - Shifting efforts to WinPE]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=3890&amp;type=atom"/>
	<updated>2009-07-21T19:38:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=3890</id>
		<entry>
			<title type="html"><![CDATA[Shifting efforts to WinPE]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=32669#p32669"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JustusIV]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=6008</uri>
			</author>
			<updated>2009-07-21T19:38:14Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=32669#p32669</id>
		</entry>
</feed>
