<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zlaxfish Network &#187; automated installation kit</title>
	<atom:link href="http://www.zlaxfishnetwork.com/stream/tag/automated-installation-kit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zlaxfishnetwork.com/stream</link>
	<description>Version 2.0</description>
	<lastBuildDate>Wed, 25 Aug 2010 04:09:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adding drivers to WDS Images with Windows 7 AIK</title>
		<link>http://www.zlaxfishnetwork.com/stream/2009/10/11/adding-drivers-to-wds-images-with-windows-7-aik/</link>
		<comments>http://www.zlaxfishnetwork.com/stream/2009/10/11/adding-drivers-to-wds-images-with-windows-7-aik/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 16:41:29 +0000</pubDate>
		<dc:creator>cj</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[AIK]]></category>
		<category><![CDATA[automated installation kit]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows deployment services]]></category>

		<guid isPermaLink="false">http://www.zlaxfishnetwork.com/stream/?p=160</guid>
		<description><![CDATA[I have been doing a lot of work lately on deployments of Windows 7 (Yes, companies are jumping on board already since they sat on their hands during the Vista years).  Some of the new features of Windows Deployment Services in Server 2008 R2 are really nice, especially the driver package management.  However, it is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-164 alignnone" title="ss1" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/10/ss1.jpg" alt="ss1" width="472" height="228" /></p>
<p>I have been doing a lot of work lately on deployments of Windows 7 (Yes, companies are jumping on board already since they sat on their hands during the Vista years).  Some of the new features of Windows Deployment Services in Server 2008 R2 are really nice, especially the driver package management.  However, it is somewhat limited in flexibility as the drivers can only be applied to deployed images based on a few very inflexible filters.  If there are some drivers that you want to apply directly to an image, you have to resort to the command line.  In my case, I was actually creating a WDS boot CD (which is not as easy as Microsoft&#8217;s directions) using the directions here: <a href="http://www.davidbolton.com/?p=24" target="_blank">http://www.davidbolton.com/?p=24</a> .</p>
<p>The problem comes in with the Windows 7 Automate Installation Kit because some of the commands I was familiar with have been done away with.  This is not to say is is less feature packed, instead the <strong>peimg </strong>command has been rolled in with a few others under <strong>dism</strong>.  Here is how you can use <strong>dism</strong> even more powerfully than peimg.</p>
<p><span id="more-160"></span></p>
<p><img class="alignnone size-full wp-image-165" title="Screen shot 2009-10-10 at 10.38.28 AM" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/10/Screen-shot-2009-10-10-at-10.38.28-AM.JPG" alt="Screen shot 2009-10-10 at 10.38.28 AM" width="520" height="258" /></p>
<p>As you can see, DISM has a number of options when it comes to making changes to images either in offline file-structure format or mounted (online) .wim files.  The option we want to focus on here is the /Add-driver switch.  The nice thing about DISM is that at any point in making a command, you can put a /? switch after what you have and it will tell you what further options you have at this point and even gives some examples.</p>
<p>You will notice that doing a <strong>/add-driver /driver:c:\whatever /recurse</strong> will search a given directory for drivers and add all of them, recursing through any sub directories.  This is useful for a situation where you have a driver installer that you unzipped instead of installing and you want to add all of the different drivers for different architectures or OS versions to an image.  The resulting DISM command then looks like this:</p>
<p><strong>dism /image:f:\winpe /add-driver /driver:f:\drivers\LAN /recurse</strong></p>
<p>That&#8217;s all there is to it!  Then you just follow how to commit the changes to the image you were working on.</p>
<p><img class="alignnone size-full wp-image-166" title="Screen shot 2009-10-10 at 10.53.01 AM" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/10/Screen-shot-2009-10-10-at-10.53.01-AM.JPG" alt="Screen shot 2009-10-10 at 10.53.01 AM" width="506" height="184" /></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.zlaxfishnetwork.com/stream/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.zlaxfishnetwork.com/stream/2009/10/11/adding-drivers-to-wds-images-with-windows-7-aik/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
