<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Build your own custom Vista installation DVD - Integrating drivers (part 2)</title>
	<atom:link href="http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/</link>
	<description>Easy step by step tutorials, cool software, unattended setup, news, tips and tricks</description>
	<pubDate>Fri, 21 Nov 2008 18:04:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Marius</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2061</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Fri, 21 Nov 2008 17:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2061</guid>
		<description>it should work, give it a try</description>
		<content:encoded><![CDATA[<p>it should work, give it a try</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kidman</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2059</link>
		<dc:creator>kidman</dc:creator>
		<pubDate>Fri, 21 Nov 2008 15:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2059</guid>
		<description>i wanted to add some boot-critical drivers to prepare installation for different hardware. 
i use PnpCustomizationsWinPE -Driverpath  in section "1 windowsPE". 
will it works?</description>
		<content:encoded><![CDATA[<p>i wanted to add some boot-critical drivers to prepare installation for different hardware.<br />
i use PnpCustomizationsWinPE -Driverpath  in section &#8220;1 windowsPE&#8221;.<br />
will it works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2025</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Thu, 20 Nov 2008 20:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2025</guid>
		<description>Hi kidman! 

Yes, you can do that also, but since we want all our drivers to be included with the DVD, we'll use X:\, because that's the drive letter (root folder) assigned to files that are on the DVD, by the Windows Setup.

So if your DVD has a folder called Drivers, you can arrive to it during the installation by using X:\Drivers.</description>
		<content:encoded><![CDATA[<p>Hi kidman! </p>
<p>Yes, you can do that also, but since we want all our drivers to be included with the DVD, we&#8217;ll use X:\, because that&#8217;s the drive letter (root folder) assigned to files that are on the DVD, by the Windows Setup.</p>
<p>So if your DVD has a folder called Drivers, you can arrive to it during the installation by using X:\Drivers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kidman</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2014</link>
		<dc:creator>kidman</dc:creator>
		<pubDate>Thu, 20 Nov 2008 14:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-2014</guid>
		<description>Why path=x:\....  , if You have drivers on local disk should be c:\.....</description>
		<content:encoded><![CDATA[<p>Why path=x:\&#8230;.  , if You have drivers on local disk should be c:\&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reuphong</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-1822</link>
		<dc:creator>reuphong</dc:creator>
		<pubDate>Sun, 16 Nov 2008 22:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-1822</guid>
		<description>Shortcut:

imagex /mountrw C:\WIM\install.wim 1 C:\Mount

Create Folder "Drivers" in Mount folder (ex: C:\Mount\Drivers)
Copy all folders that have drivers are extracted (ex: "Nvidia","Agere","Intel"...) into "Drivers" folder

Go to Components (in Windows System Image Manager)
 -&#62; PnpCustomizationsNonWinPE
 -&#62; DriverPaths 

Then add PathAndCredentials to "Pass 2 offlineServicing."

Add some string value to Key, ex: "myDrivers"
Path =  "X:\Drivers"

imagex /unmount /commit C:\Mount

Follow this shortcut if you've already done all step in part 1 :)</description>
		<content:encoded><![CDATA[<p>Shortcut:</p>
<p>imagex /mountrw C:\WIM\install.wim 1 C:\Mount</p>
<p>Create Folder &#8220;Drivers&#8221; in Mount folder (ex: C:\Mount\Drivers)<br />
Copy all folders that have drivers are extracted (ex: &#8220;Nvidia&#8221;,&#8221;Agere&#8221;,&#8221;Intel&#8221;&#8230;) into &#8220;Drivers&#8221; folder</p>
<p>Go to Components (in Windows System Image Manager)<br />
 -&gt; PnpCustomizationsNonWinPE<br />
 -&gt; DriverPaths </p>
<p>Then add PathAndCredentials to &#8220;Pass 2 offlineServicing.&#8221;</p>
<p>Add some string value to Key, ex: &#8220;myDrivers&#8221;<br />
Path =  &#8220;X:\Drivers&#8221;</p>
<p>imagex /unmount /commit C:\Mount</p>
<p>Follow this shortcut if you&#8217;ve already done all step in part 1 <img src='http://www.easytutorials.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-1026</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Thu, 25 Sep 2008 22:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-1026</guid>
		<description>Hello Merkin, thanks!

Well, it depends. If the .inf file instructs the installer (Windows Setup) to install other applications with the driver, yes it will. Windows Setup only looks for that .inf file, which makes the whole installation. So it depends on how the driver is built.

To make yourself an idea about what files will be installed, take a look at your .inf file for a section named [SourceDisksFiles].

Yes, Nvidia Display driver installs its Control Panel.</description>
		<content:encoded><![CDATA[<p>Hello Merkin, thanks!</p>
<p>Well, it depends. If the .inf file instructs the installer (Windows Setup) to install other applications with the driver, yes it will. Windows Setup only looks for that .inf file, which makes the whole installation. So it depends on how the driver is built.</p>
<p>To make yourself an idea about what files will be installed, take a look at your .inf file for a section named [SourceDisksFiles].</p>
<p>Yes, Nvidia Display driver installs its Control Panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merkin</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-1024</link>
		<dc:creator>Merkin</dc:creator>
		<pubDate>Thu, 25 Sep 2008 20:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-1024</guid>
		<description>Great HOW-TOs.  Thanks for the effort.  I have what might be a stupid question.  I too have nvidia chipset and display.  If I integrate the nvidia display drivers does the control panel get installed as well?  I also plan on integrating my audio and chipset drivers.  My on-board sound is  soundmax.  Will the soundmax control panel get installed as well if I include all the files from the extracted setup application?  To make the questions simpler, does process of integrating drivers install just the device drivers, or does it install the device drivers and the software to control the devices?

Thanks again for the effort.</description>
		<content:encoded><![CDATA[<p>Great HOW-TOs.  Thanks for the effort.  I have what might be a stupid question.  I too have nvidia chipset and display.  If I integrate the nvidia display drivers does the control panel get installed as well?  I also plan on integrating my audio and chipset drivers.  My on-board sound is  soundmax.  Will the soundmax control panel get installed as well if I include all the files from the extracted setup application?  To make the questions simpler, does process of integrating drivers install just the device drivers, or does it install the device drivers and the software to control the devices?</p>
<p>Thanks again for the effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-131</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Sun, 03 Aug 2008 20:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-131</guid>
		<description>Hello! Thanks for appreciation :)

Yes, it is possible, but you have to do some "hacks" on the software. If the software supports silent install, as the .msi installers have, it's easy to integrate.
Else, you have to manually create an "installer".

I will cover software integration later, due the lack of time. I wish the day had 50 hours :)</description>
		<content:encoded><![CDATA[<p>Hello! Thanks for appreciation <img src='http://www.easytutorials.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yes, it is possible, but you have to do some &#8220;hacks&#8221; on the software. If the software supports silent install, as the .msi installers have, it&#8217;s easy to integrate.<br />
Else, you have to manually create an &#8220;installer&#8221;.</p>
<p>I will cover software integration later, due the lack of time. I wish the day had 50 hours <img src='http://www.easytutorials.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waltharius</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-130</link>
		<dc:creator>waltharius</dc:creator>
		<pubDate>Sun, 03 Aug 2008 19:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-130</guid>
		<description>Hi, 

Thanks for nex greate howto. But what about other programs, like winrar, firefox or games? Can we add this programs to unattended setup, like with nLite for windows XP?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks for nex greate howto. But what about other programs, like winrar, firefox or games? Can we add this programs to unattended setup, like with nLite for windows XP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Build your own custom Vista installation DVD - Unattended Setup (part 1) Windows Made Easy</title>
		<link>http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-129</link>
		<dc:creator>&#187; Build your own custom Vista installation DVD - Unattended Setup (part 1) Windows Made Easy</dc:creator>
		<pubDate>Sun, 03 Aug 2008 11:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytutorials.net/unattended-setup/build-your-own-custom-vista-installation-dvd-integrating-drivers-part-2/#comment-129</guid>
		<description>[...] Here is part 2.   Share: These icons link to social bookmarking sites where readers can share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is part 2.   Share: These icons link to social bookmarking sites where readers can share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
