<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - the best way to add drivers in windows 7 ?]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=4676</link>
		<description><![CDATA[The most recent posts in the best way to add drivers in windows 7 ?.]]></description>
		<lastBuildDate>Mon, 03 Sep 2012 07:07:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49114#p49114</link>
			<description><![CDATA[<p>Welcome to DriverPacks! <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />I tried using pnputil last year, but it has some serious (IMHO) problems.</p><p>Quote taken from here: <a href="http://technet.microsoft.com/en-us/library/cc722380%28v=ws.10%29.aspx">http://technet.microsoft.com/en-us/libr … 10%29.aspx</a><br /></p><div class="quotebox"><blockquote><p>Drivers that are located in the path specified by DriverPaths are copied to the driver store ...</p></blockquote></div><p>So this continues the problem of driverstore bloat.&nbsp; What I use in my SAD2 script is the Microsoft tool dpinst.exe.&nbsp; There are two versions (incompatible with each other) for 32 &amp; 64 bit OS.<br />Where dpinst excels is that it only installs drivers for the hardware that is present during execution.</p><p>About 95% of my script deals with OS detection, path resolution, and driverpack extraction.&nbsp; <br />The &quot;meat &amp; potatoes&quot; line that gets the drivers loaded is right here:<br /></p><div class="codebox"><pre><code>Start &quot;MicroSoft Driver Installer Tool Running&quot; /wait /separate /realtime /min CMD /C DPInst.exe /c /s</code></pre></div><p>But in order for this to work, dpinst needs to be copied to the root of the folder containing all the drivers.</p><p>The batch-script line I was experimenting with for pnputil usage was this:<br /></p><div class="codebox"><pre><code>:: pnputil -a -i %SystemDrive%\D\*\*.inf</code></pre></div><p>But again, this loads ALL the detected drivers into the driverstore.&nbsp; The drivers remain there, even after first install.&nbsp; That&#039;s a VERY significant file bloat.&nbsp; Depending on how many DriverPacks you use, that folder may exceed 3 GB in size.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Mon, 03 Sep 2012 07:07:01 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49114#p49114</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49106#p49106</link>
			<description><![CDATA[<p>Hey guys, this is my first post so it might be totally out of line.&nbsp; I have been working on my own universal images for windows 7 x64 for some time. I recently came across sad2 (very nice work mr smarteepants). </p><p>I have tried both the sad2 tool and the method I use which involves pnputil and a forfiles script:<br />forfiles /p %1 /s /m *.inf /c &quot;cmd /c pnputil -a @Path&quot;</p><p>which I found here: <a href="http://deploymentbunny.com/2011/05/07/adding-drivers-using-pnputil-and-forfiles/">http://deploymentbunny.com/2011/05/07/a … -forfiles/</a></p><p>I can&#039;t take credit for the script, but what I can take credit for is avoiding sysprep altogether.&nbsp; Basically when I build the master image to be deployed, I do it in a virtualbox, but the key is I change the IDE/sata controller driver to &#039;generic&#039; before uploading the final image.&nbsp; This allows the image to initially boot on almost any system, then since almost all the drivers have been added to the windows driver store, it automatically finds and installs hardware on the first boot, including the specific driver for the controller installed.&nbsp; I realize this method isn&#039;t for everyone, and avoiding sysprep could potentially cause licensing issues, but I do not activate the master image, and my employer has a sitewide win7 enterprise license with domain keyserver, so it hasn&#039;t been an issue.&nbsp; According to a few things I&#039;ve read, it&#039;s no longer necessary to change the sid when joining machines to a windows 2003 or higher domain, and I have not had any issues.&nbsp; Although, if you do wish to change the sid, (microsoft best practices, when using imaging tools such as ghost) then are tools that allow you to do so.</p><p>Anyway, I really like the idea of sad2, but my current method is great for my fit, I would however like a way combine the best of both worlds: to index the .7z driver packs while they are compressed, thereby leaving them in the image, but also allowing the windows driverstore to enumerate them and load drivers dynamically.&nbsp; &nbsp; This could aid in minimizing bloat, but also keeping the drivers there for universal deployment.</p><p>I am currently using clonezilla to deploy which generally works well, but doesn&#039;t dynamically resize ntfs partitions on efi systems, and is a bit tricky to usb boot the clonezilla client on a Mac.</p><p>We generally deploy on HP hardware, and so far driverspacks picks up about 93%, since newer hardware requires a few downloads here and there, for things like fingerprint readers, intel AMT hardware, usb 3.0 controllers, AMD/ATI integrated video controllers, etc.</p><p>Do you guys have any tips/recommendations/alternatives to my current deployment method?</p>]]></description>
			<author><![CDATA[null@example.com (Q-killer)]]></author>
			<pubDate>Sun, 02 Sep 2012 16:02:54 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49106#p49106</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=46746#p46746</link>
			<description><![CDATA[<p>Since this topic is dealing with how to add drivers to win7 i will post my question here:<br />I want to add Driverpacks to my current installed OS (Windows 7) but i don&#039;t want them to be installed in the system so i just copied them to c drive and added their path under &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DevicePath&quot;.<br />Now when i used to do this with windows xp the os would cache the HWID&#039;s into infcache.1 file in each folder which will speed up search process for next times, but now windows 7 doesn&#039;t cache any HWID from any location other than those defined in oemxxx.inf files inside windows inf folder and create one cache file for those under system32\driverstore folder.<br />I used pnputil but this seems to install the drivers and expand the compressed ones which is not what i want.<br />So is there any way to use the drivers path and make the os cache the HWID&#039;s from the inf files to speed up search process?</p>]]></description>
			<author><![CDATA[null@example.com (allouh)]]></author>
			<pubDate>Mon, 21 Nov 2011 05:04:10 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=46746#p46746</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44978#p44978</link>
			<description><![CDATA[<p>* 4 Realize that the manufacturer&#039;s driver recommendations will rarely change for years, unless something was seriously buggy.</p><p>* 5 Add to that, the fact that every desktop/laptop/server&#039;s chips (&amp; many peripherals) are made by manufacturers Other than the OEM of the board.</p><p>* 6 Understand that those chip manufacturers are most often the originator of these &#039;special drivers&#039; &amp; that they often release to many OEM&#039;s updated drivers for a wide number of specific HWID&#039;s that are contained inside their plastic-encased silicon chippery!</p><p>* 7 Look for someone to have already found updated, MS-WHQL&#039;ed drivers from various OEM&#039;s, tested them for validity versus actual hardware, collected them in a convenient downloadable form, maybe throw in a kickass custom post-installer like Mr_Smartepants&#039; <a href="http://forum.driverpacks.net/viewtopic.php?pid=44299#p44299">SAD2</a> (I don&#039;t believe he should be sad, he should be proud <img src="http://forum.driverpacks.net/img/smilies/lol.png" width="15" height="15" alt="lol" />) &amp; there you are @ <a href="http://driverpacks.net/">DriverPacks.net</a>!&nbsp; Go get &#039;em!&nbsp; <img src="http://forum.driverpacks.net/img/smilies/cool.png" width="15" height="15" alt="cool" /> <img src="http://forum.driverpacks.net/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Thu, 18 Aug 2011 12:40:58 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44978#p44978</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44973#p44973</link>
			<description><![CDATA[<p>* 1 Determine the manufacturer and model of your hardware, usually listed on the sticker on the hardware, on the hardware box or on the owner&#039;s manual. Common hardware manufacturers that make accessories for computers running WIndows 7 are many, but include Microsoft, Logitech, Lexmark and Epson.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />* 2 Visit the manufacturer&#039;s website. Look for a link that says &quot;Customer Service,&quot; &quot;Drivers&quot; or &quot;Downloads&quot;. Look for the correct driver for ythe exact model of your product and download the driver.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />* 3 Visit your computer manufacturer&#039;s website for drivers for manufacturer components in your computer. For internal hardware that came already installed in a new computer, the computer manufacturer often has special drivers specifically made to use on Windows 7 on your computer.</p>]]></description>
			<author><![CDATA[null@example.com (samurusawyer)]]></author>
			<pubDate>Thu, 18 Aug 2011 05:01:04 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44973#p44973</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44138#p44138</link>
			<description><![CDATA[<div class="quotebox"><cite>Fragbert wrote:</cite><blockquote><p>SAD2 package - is it ready for testing on 7 x64 installs?</p></blockquote></div><p>Testing?&nbsp; It&#039;s ready for PRODUCTION! <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; I&#039;ve been using it for months and works great.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Sun, 12 Jun 2011 06:46:19 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44138#p44138</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44135#p44135</link>
			<description><![CDATA[<p>the finisher is not absolutely necessary... it&#039;s just a nice upgrade to an already working solution.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 11 Jun 2011 23:04:13 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44135#p44135</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44133#p44133</link>
			<description><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>Well, if you add the drivers to the install.wim with DISM then you&#039;re going to have all the drivers remain even after install...significant bloat.<br />The method I prefer (to minimize the driverstore bloat) is to only integrate dpms &amp; Chipset and use my SAD2 script post-install.&nbsp; Using dpinst.exe ensures that only the drivers that are needed are installed and the script cleans up after itself.&nbsp; I&#039;m still planning on getting DriverPacks Finisher to work in an NT6 environment.</p></blockquote></div><p>Ok, cool! Before I start here with your SAD2 package - is it ready for testing on 7 x64 installs? Or is DriverPacks Finisher required to get this working?</p>]]></description>
			<author><![CDATA[null@example.com (Fragbert)]]></author>
			<pubDate>Sat, 11 Jun 2011 20:11:25 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44133#p44133</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44108#p44108</link>
			<description><![CDATA[<p>that sounds like an Excellent IDEA... reminder to self... sticky</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Wed, 08 Jun 2011 22:47:12 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44108#p44108</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44106#p44106</link>
			<description><![CDATA[<p>Well, if you add the drivers to the install.wim with DISM then you&#039;re going to have all the drivers remain even after install...significant bloat.<br />The method I prefer (to minimize the driverstore bloat) is to only integrate dpms &amp; Chipset and use my SAD2 script post-install.&nbsp; Using dpinst.exe ensures that only the drivers that are needed are installed and the script cleans up after itself.&nbsp; I&#039;m still planning on getting DriverPacks Finisher to work in an NT6 environment.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Wed, 08 Jun 2011 17:48:29 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44106#p44106</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=44105#p44105</link>
			<description><![CDATA[<p>Time to revisit this question - how to have a completely unattended *UNIVERSAL* install that has all driver packs available to install but at the end of the day results in the particular PC having only the drivers it needs stored in the filerepository? As in, just like we do so easily with UA XP installs.</p>]]></description>
			<author><![CDATA[null@example.com (Fragbert)]]></author>
			<pubDate>Wed, 08 Jun 2011 14:31:11 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=44105#p44105</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=41960#p41960</link>
			<description><![CDATA[<p>Hello guys....!<br />Thank you for you generosity! At this forum, you share us so important message.I like this kind of post which tell us much important massage.thank you again.</p>]]></description>
			<author><![CDATA[null@example.com (Christabel)]]></author>
			<pubDate>Tue, 04 Jan 2011 10:21:12 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=41960#p41960</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40662#p40662</link>
			<description><![CDATA[<p>Well, add the drivers in the Windows 7 then follow the below steps:</p><p>&nbsp; &nbsp;1. Insert your CD / DVD drive installation disk. In Explorer, select the file you want to view. Scroll down to the file &quot;set&quot;, which is identified as an application.<br />&nbsp; &nbsp;2. Right-click the file and select &quot;Properties.&quot; Top of the window that appears, click the &quot;Compatibility&quot; tab.<br />&nbsp; &nbsp;3. Check &quot;Run this program in compatibility mode as:&quot;, and then from the popup menu in the &quot;Windows Vista&quot; the.<br />&nbsp; &nbsp;4. Also, check &quot;Run this program as an administrator&quot; in the bottom of the window.<br />&nbsp; &nbsp;5. Click &quot;Apply&quot;, then &quot;OK.&quot;</p>]]></description>
			<author><![CDATA[null@example.com (alanlopez)]]></author>
			<pubDate>Thu, 07 Oct 2010 07:52:03 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40662#p40662</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=40386#p40386</link>
			<description><![CDATA[<p>the problem lies with windows 7 drivers for the agp subsystem and is not related to your 3d card at all there is a work around for this error. the steps i took in order to have this fixed is the following, this a temporary fix and needs to be done every time you reinstall windows 7 unless somebody can add the drivers to the windows 7 image and let us know how to do this, i am not clued up in manipulating images. 1. download the following from rapid-share or from mega upload . 2. shutdown your pc and remove your 3d card from the PC. 3. restart your system and reinstall windows 7. 4. after install is complete reboot your PC in safe made by pressing f8 repeatedly. 5. extract this files on your harddrive somewhere &amp; run the batch file included in the archive. the batch file will take ownership of your PC &amp; patch the agp &amp; pci.sys files. 6. shutdown your pc &amp; reinstall your 3d card. 7. srart up your pc &amp; install the newest nvidea or ati device drivers for windows 7. that should have a temporary fix for installation issues and remove the bsod at install</p>]]></description>
			<author><![CDATA[null@example.com (john watch)]]></author>
			<pubDate>Tue, 14 Sep 2010 10:01:35 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=40386#p40386</guid>
		</item>
		<item>
			<title><![CDATA[Re: the best way to add drivers in windows 7 ?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=39276#p39276</link>
			<description><![CDATA[<p>Ooh, nice tip Rick!</p>]]></description>
			<author><![CDATA[null@example.com (pddung93)]]></author>
			<pubDate>Wed, 07 Jul 2010 09:31:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=39276#p39276</guid>
		</item>
	</channel>
</rss>
