<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx</link><description>I am often asked what the best way is to manage drivers with both BDD/MDT and ConfigMgr. With this in mind I thought I would create two blog posts dealing with this topic. The first post (this one) will cover ConfigMgr and the second BDD/MDT driver management.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2894484</link><pubDate>Fri, 15 Feb 2008 14:16:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2894484</guid><dc:creator>Björn Axéll</dc:creator><description>&lt;p&gt;Hi Ben&lt;/p&gt;
&lt;p&gt;Thanks for an exilent post, looking forward to the WD part.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Bj&amp;#246;rn&lt;/p&gt;</description></item><item><title>Ben Hunter on Driver Management</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2895736</link><pubDate>Fri, 15 Feb 2008 20:45:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2895736</guid><dc:creator>Joseph Hinkle at MyITForum.com</dc:creator><description>&lt;p&gt;Ben put together a really nice artice on driver management in MDT and ConfigMgr. File this one away!&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2902479</link><pubDate>Sun, 17 Feb 2008 15:50:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2902479</guid><dc:creator>Or Tsemah</dc:creator><description>&lt;p&gt;Do you recommend using the &amp;quot;Apply Driver Package&amp;quot; in conjunction with &amp;quot;Auto Apply Drivers&amp;quot; ?&lt;/p&gt;
&lt;p&gt;I've tried to use it after the &amp;quot;Auto Apply Drivers&amp;quot; Step to install the more &amp;quot;Problematic&amp;quot; Drivers which the previous step didn't recognized (Like Nvidia's 6100 Driver instead of MS's Nvidia 6100 WDDM Driver) but with no luck, The MS Driver allways took over ispite the fact that nvidia's driver were Newer\Better&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2905540</link><pubDate>Mon, 18 Feb 2008 09:54:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2905540</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;In this case I would recommend installing the Nividia driver using an application.&lt;/p&gt;
&lt;p&gt;If the installer is an installshield installer, create a custom install file that suppresses the reboot.&lt;/p&gt;
&lt;p&gt;Record an answer file first by extracting the source package to a folder (mine is extracted to C:\NVIDIA\WinVista\169.25)&lt;/p&gt;
&lt;p&gt;Then run setup and record an .iss file with all the options required.: &lt;/p&gt;
&lt;p&gt;C:\NVIDIA\WinVista\169.25setup.exe -r -f1C:\NVIDIA\WinVista\169.25\nvidiasilentsetup.iss&lt;/p&gt;
&lt;p&gt;You can silently install every time thereafter with:&lt;/p&gt;
&lt;p&gt;C:\NVIDIA\WinVista\169.25setup.exe -s -f1C:\NVIDIA\WinVista\169.25\nvidiasilentsetup.iss&lt;/p&gt;
&lt;p&gt;An .iss file example follows, at the end you should note the BootOption (0 means no reboot):&lt;/p&gt;
&lt;p&gt;[InstallShield Silent]&lt;/p&gt;
&lt;p&gt;Version=v7.00&lt;/p&gt;
&lt;p&gt;File=Response File&lt;/p&gt;
&lt;p&gt;[File Transfer]&lt;/p&gt;
&lt;p&gt;OverwrittenReadOnly=NoToAll&lt;/p&gt;
&lt;p&gt;[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]&lt;/p&gt;
&lt;p&gt;Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0&lt;/p&gt;
&lt;p&gt;Count=2&lt;/p&gt;
&lt;p&gt;Dlg1={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0&lt;/p&gt;
&lt;p&gt;[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]&lt;/p&gt;
&lt;p&gt;Result=1&lt;/p&gt;
&lt;p&gt;[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0]&lt;/p&gt;
&lt;p&gt;Result=6&lt;/p&gt;
&lt;p&gt;BootOption=0&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2907668</link><pubDate>Mon, 18 Feb 2008 22:31:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2907668</guid><dc:creator>CCA</dc:creator><description>&lt;p&gt;Ben, when you say 'injected' as for the apply driver package, do you mean unused drivers are actually statically in the driver store? Or is this only for the pnp scan and once the OS is installed these are not found on the Host?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2907706</link><pubDate>Mon, 18 Feb 2008 22:45:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2907706</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi CCA,&lt;/p&gt;
&lt;p&gt;By injected I mean that the drivers are in the driver store. This means they are available when a device is plugged in later.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2907972</link><pubDate>Tue, 19 Feb 2008 00:12:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2907972</guid><dc:creator>Bzwart</dc:creator><description>&lt;p&gt;Ben we have been using almost the same concept however we created a Vista X86 driver package and Vista X64 Driver package. &amp;nbsp;The reason for this is we are maintaining drivers for about 8 different Dell models that share a lot of the same drivers. &amp;nbsp;For example if I add the Dell Optiplex 755 Drivers this will also use the same chipset drivers as several other Dell workstation models. &amp;nbsp;The problem here is SCCM lets you add the drivers to the repository once and if you accidently add them again it errors out. &amp;nbsp;The only reason why we would add them again is it is much easier to create a packge and point it to a folder with all the appropriate drivers for a certain model rather then hunt and peck looking for the drivers from the repository.&lt;/p&gt;
&lt;p&gt;This also has it down-falls. &amp;nbsp;Since everything is associated to 2 groups X86 and X64 it may cuase issues by Vista selecting a wrong driver however this has not happend yet. &amp;nbsp;You are also injecting a lot of drivers not needed for that model. &amp;nbsp;So here is an example of what I am referring to, when adding drivers for a computer that may allready have them in the repository you get the errors indicating it allready exists. &amp;nbsp;Well this is a real pain in the ass if I have to go and manually add every single chipset driver that may be needed for a certain model. &amp;nbsp;Maybe chipset makes sense to create a seperate category or even use application packages for these?&lt;/p&gt;
&lt;p&gt;I would like to follow your method however I was curious how you deal with drivers that are the same driver across muliple models?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Error: Some driver(s) can not be imported successfully. Please see following details.&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2908025</link><pubDate>Tue, 19 Feb 2008 00:32:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2908025</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Bzwart,&lt;/p&gt;
&lt;p&gt;You are correct. If the driver has already been imported then you will need to manually add it to the driver package. This can be a hassle, but at least you only have to do it once for each model type.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2944746</link><pubDate>Fri, 29 Feb 2008 20:56:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2944746</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;Hi Ben,&lt;/p&gt;
&lt;p&gt;Looking forward to your post on this process with MDT/BDD!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2945035</link><pubDate>Fri, 29 Feb 2008 23:18:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2945035</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;Ben,&lt;/p&gt;
&lt;p&gt;What is the suggestion for installing Common Windows XP update modules (ex. Q889816, Q909667) or the Universal Audio Arch drivers?&lt;/p&gt;
&lt;p&gt;This is an element of my task sequence that I need to cleanup a bit before I roll MDT out. &amp;nbsp;I appreciate your feedback.&lt;/p&gt;
&lt;p&gt;Thanks man!&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2950622</link><pubDate>Sun, 02 Mar 2008 05:00:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2950622</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;I like to include these patches in the base im age. &lt;/p&gt;
&lt;p&gt;I just create another application to install them.&lt;/p&gt;
&lt;p&gt;That way I don't have to worry about installing them for every client that requires them.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2952305</link><pubDate>Sun, 02 Mar 2008 19:11:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2952305</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;Hi Ben,&lt;/p&gt;
&lt;p&gt;Sounds like I should be bringing down my captured WinXPSP2 Image and adding these updates such as the UAA High Def Audio class driver to my gold image, then recapture, and redistribute to MDT?&lt;/p&gt;
&lt;p&gt;I was sort of confused with what you were trying to get at when you say you create another application to install them. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks brotha!&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2953506</link><pubDate>Mon, 03 Mar 2008 06:03:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2953506</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;I like to create an application for each task that I perform when creatig an image.&lt;/p&gt;
&lt;p&gt;So what I would do here is create an application with source files. The source files would be the patches. I would then write a vbscript that installs these patches. The command line for ths application would then run the vbscript.&lt;/p&gt;
&lt;p&gt;I then add the application to the task sequence.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2955123</link><pubDate>Mon, 03 Mar 2008 18:14:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2955123</guid><dc:creator>Old_Chicago</dc:creator><description>&lt;p&gt;Ben,&lt;/p&gt;
&lt;p&gt;I understand now what you meant earlier in relation to writing a script to execute the install of the patches. &amp;nbsp;I bring my XP gold image down every 3 months to update the capture with security updates. &amp;nbsp;At that time, I see if there is anything else that I could add to the image, such as hotfixes, and the items mentioned above. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there anything wrong with doing it this way, opposed to adding them in via task sequence? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2955771</link><pubDate>Mon, 03 Mar 2008 21:30:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2955771</guid><dc:creator>Old_Chicago</dc:creator><description>&lt;p&gt;Ben,&lt;/p&gt;
&lt;p&gt;I've had an issue with installing a video driver for an HP 8510W w/ MDT. &amp;nbsp;For some reason the driver does not want to inject. &amp;nbsp;The driver is an Nvidia v156.31 (sp36726.exe) from HP's website. &amp;nbsp;If I had install the driver it loads just fine. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'd rather not have to add this driver and install as I do the rest of my &amp;quot;bad&amp;quot; drivers. &amp;nbsp;Is there any other way around this using MDT?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2960509</link><pubDate>Tue, 04 Mar 2008 22:18:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2960509</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;Hey Ben,&lt;/p&gt;
&lt;p&gt;Thanks for your response. &amp;nbsp;I wanted to follow-up with you regarding driver management in BDD/MDT. &amp;nbsp;You have a fan of the deployment guys blog that is eager to see the post. &amp;nbsp;Let us know when we can expect any information regarding the post. :)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2961780</link><pubDate>Wed, 05 Mar 2008 03:50:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2961780</guid><dc:creator>Greg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the article.. very well written. I am trying to install a network card driver and am still experiencing issues. From what I can see, it is downloading the drivers from the driver package fine but it doesn't actually install it. When the image comes online, the network card appears as an unknown device. When I go through the process of installing the driver through the wizard, it actually finds the driver in the downloaded location (c:\drivers\2). Am I doing something wrong here?&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2965191</link><pubDate>Thu, 06 Mar 2008 00:46:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2965191</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;I have seen all sorts of weird issues with drivers. Try adding the following to your sysprep.inf file whe you create your master image:&lt;/p&gt;
&lt;p&gt;[Unattended]&lt;/p&gt;
&lt;p&gt;UpdateInstalledDrivers=yes&lt;/p&gt;
&lt;p&gt;Here is some more info on what it does:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://technet2.microsoft.com/windowsserver/en/library/4dba14f3-76e1-4a9e-b67a-3a93230f63071033.mspx?mfr=true"&gt;http://technet2.microsoft.com/windowsserver/en/library/4dba14f3-76e1-4a9e-b67a-3a93230f63071033.mspx?mfr=true&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also your method of updating patches is fine.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2965199</link><pubDate>Thu, 06 Mar 2008 00:47:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2965199</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Greg,&lt;/p&gt;
&lt;p&gt;I would suggest that you try the method in my previous reply to Rich and see if that works.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2968900</link><pubDate>Thu, 06 Mar 2008 21:39:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2968900</guid><dc:creator>Old_Chicago</dc:creator><description>&lt;p&gt;Something very strage just happened. &amp;nbsp;I added the entry to my sysprep.inf and now during Mini-Setup I receive an error &amp;quot;Setup cannot copy the file nvsvc32.exe. &amp;nbsp;Ensure that the location specified is correct, or change it an insert the Nvidia Windows 2000/XP driver library Installation Disk 1 in the drive you specify.&amp;quot;&lt;/p&gt;
&lt;p&gt;It then references to Copy the files from: C:\drivers\display\nvb 6.14.11.5631.&lt;/p&gt;
&lt;p&gt;Any idea on where I can go from here? &amp;nbsp;Thanks man!&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2977895</link><pubDate>Sat, 08 Mar 2008 11:27:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2977895</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;Does that file exist in the driver folder?&lt;/p&gt;
&lt;p&gt;You should also look to see if this driver is in the driver package itself?&lt;/p&gt;
&lt;p&gt;This sounds like a driver that may have to be installed as an application.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2985139</link><pubDate>Tue, 11 Mar 2008 00:02:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2985139</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;Ben,&lt;/p&gt;
&lt;p&gt;I'd love to see an article on installing BAD drivers in MDT. &amp;nbsp;In particularly determining silent switches for BAD drivers that you have to add as applications in MDT.&lt;/p&gt;
&lt;p&gt;I'm building out my Task Sequence in MDT for an HP8510W. &amp;nbsp;I'm finding by the time that I go through and find all the additional drivers that need to be installed (3D Drive Guard, BlueTooth, FingerPrint, DVD, Quick Launch Buttons, etc. - It's very time consuming. &amp;nbsp;Then I have to find the silet installs, test them and add them to Task Sequence.&lt;/p&gt;
&lt;p&gt;Is there an easier way? &amp;nbsp;I'm using a captured WinXPSP2 image for my deployments. &lt;/p&gt;
&lt;p&gt;Just a suggestion, I'm sure others out there have this problem.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2988429</link><pubDate>Tue, 11 Mar 2008 18:26:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2988429</guid><dc:creator>Nico</dc:creator><description>&lt;p&gt;Ben,&lt;/p&gt;
&lt;p&gt;When are you gonna post Part 2 of the Driver Management?&lt;/p&gt;
&lt;p&gt;I'm very interested!! Thanks&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#2990294</link><pubDate>Wed, 12 Mar 2008 04:35:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2990294</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;I will cover this in my next post :).&lt;/p&gt;
&lt;p&gt;I just have to find the time to finish writing it.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3015318</link><pubDate>Wed, 19 Mar 2008 20:44:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3015318</guid><dc:creator>Jared Wetmore</dc:creator><description>&lt;p&gt;MD. BDD part 2 blog entry would be great. &amp;nbsp;Ben, do you expect to have it done any time soon ? &amp;nbsp;thanks in advance.&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3035244</link><pubDate>Fri, 11 Apr 2008 22:37:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3035244</guid><dc:creator>mwest</dc:creator><description>&lt;p&gt;Hey guys,&lt;/p&gt;
&lt;p&gt;Great blog, been really informative so far. &amp;nbsp;When can we expect to see Part2 for the MDT 2008? &amp;nbsp;I've been trying to deploy a captured WIM of XP and add my Out-of-Box Drivers but can't for the life of me get them to work.&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3035930</link><pubDate>Sun, 13 Apr 2008 12:36:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3035930</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;I am working on it now :). So it shouldn't be too long. &lt;/p&gt;
&lt;p&gt;So much to do so little time :(.&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3038175</link><pubDate>Wed, 16 Apr 2008 22:47:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3038175</guid><dc:creator>mwest</dc:creator><description>&lt;p&gt;Looking forward to it. &amp;nbsp;In the mean time, here is the issue I'm having:&lt;/p&gt;
&lt;p&gt;I'm trying to deploy a Windows XP WIM image to a Dell Latitude D610 using the MDT 2008. &amp;nbsp;The image was captured from the laptop with no drivers added, not sysprepped. &amp;nbsp;I'm trying to deploy it back and have it install all of the drivers for the laptop. &amp;nbsp;I've added the drivers to the Out-of-Box Drivers in the Distribution Share and created a group for the drivers, they also happen to be the only drivers I've added at this point. &amp;nbsp;After deploying the image and going back into Windows, none of the drivers have installed. &amp;nbsp;I've also copied them to the $OEM$ share with no luck. &amp;nbsp;I've been searching for a solution for this for about a week now but it seems no one has had an issue with this and can only find the standard answers of adding the drivers to the Out-of-Box drivers and $OEM$ share. &amp;nbsp;I have not made any modifications to my Task Sequence. &amp;nbsp;I attempted adding the LTIapply.wsf script after the Install Operating System task in hopes that it would copy the drivers before rebooting, but alas no luck. &amp;nbsp;I apologize if I've just confused you, I'm still pretty green to the Deployment Desktop work after having worked with Image X for the past year and a half.&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3038262</link><pubDate>Thu, 17 Apr 2008 03:17:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3038262</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Mwest,&lt;/p&gt;
&lt;p&gt;I would suggest that you should sysprep the machine before you add it into MDT. This could be causing some of your issues.&lt;/p&gt;
&lt;p&gt;The out-of-box process should work for most drivers witout you needing to do anything special.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3038734</link><pubDate>Thu, 17 Apr 2008 18:37:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3038734</guid><dc:creator>Andrea</dc:creator><description>&lt;p&gt;Ben- First can you send a link,or post the link for the setup logs blog you have? I can't find it. I've used your blog for mass storage drivers and am having an issue with the machine just re-booting after deploying a captured image.I can boot from the cd and look at the logs and the setup api log has a couple failures on 3 diff devices. All these devices are in the out of box drives and should be in the c:\drivers folder in the captured image, which sysprep has the path for. What else can I do to troubleshoot this problem? Also, MDT 2008 has a task in the client std task sequence to resolve the uber bug problem. I'm not sure a lot of people know that. It's disabled by default. This link tells how to fix a problem in the script, but I found that with MDT 2008 the script was modified and looks ok.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/msdeployment/archive/2007/11/22/workarounds-for-two-bugs-in-microsoft-deployment.aspx"&gt;http://blogs.technet.com/msdeployment/archive/2007/11/22/workarounds-for-two-bugs-in-microsoft-deployment.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Driver Management (Part 2) - MDT 2008</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3038866</link><pubDate>Thu, 17 Apr 2008 22:50:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3038866</guid><dc:creator>Rod Trent at myITforum.com</dc:creator><description>&lt;p&gt;I am often asked what the best way is to manage drivers with both BDD/MDT and ConfigMgr. With this in&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3039560</link><pubDate>Sat, 19 Apr 2008 02:27:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3039560</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Andrea,&lt;/p&gt;
&lt;p&gt;Here is the link you are looking for:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/benhunter/archive/2007/06/16/bdd-2007-understanding-bdd-logs.aspx"&gt;http://blogs.technet.com/benhunter/archive/2007/06/16/bdd-2007-understanding-bdd-logs.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Your issues sounds like it is the uberbug issue but it could also be related to the HAL or Mass storage drivers.&lt;/p&gt;
&lt;p&gt;Are you using MDT or ConfigMgr for deployment?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3046595</link><pubDate>Tue, 29 Apr 2008 03:47:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3046595</guid><dc:creator>jarod.han</dc:creator><description>&lt;p&gt;When I used MDT 2008 Deployment Operating System sometime new NIC can't loading , because some driver in PE2.0 is older &amp;nbsp;&lt;/p&gt;
&lt;p&gt;HOW can add new driver or replace old driver&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3047178</link><pubDate>Wed, 30 Apr 2008 00:54:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3047178</guid><dc:creator>Daniel Oxley</dc:creator><description>&lt;p&gt;Jarod,&lt;/p&gt;
&lt;p&gt;You can add new drivers to be included in the WinPE image via the drivers section in the MDT console. &amp;nbsp;Then, in the properties of the deployment point you can configure the creation of the WinPE ISO file to include extra network drivers, video drivers and system drivers.&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3047579</link><pubDate>Wed, 30 Apr 2008 14:33:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3047579</guid><dc:creator>Andrea</dc:creator><description>&lt;p&gt;Hi Ben- problem resolved. Something messed up in the task sequence or typo in the unattend. Re-created all from scratch and no sata drive problem- no driver issues (except the HD audio thing which I can handle) life is good. You guys are a fantastic resource for all of us who don't have a lot of hours and need answers. Tanks a million. &lt;/p&gt;
&lt;p&gt;;)&lt;/p&gt;
&lt;p&gt;andrea&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3054462</link><pubDate>Tue, 13 May 2008 12:44:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3054462</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;Great blog post!&lt;/p&gt;
&lt;p&gt;Is it a good idea to manage all non hardware dependent drivers (scanners, imaging, cameras etc) in a single package (to be included in the driver store for all Vista workstations) and what's the best way to manage driver updates after deployment?&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3056155</link><pubDate>Fri, 16 May 2008 12:36:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3056155</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;The best method of doing this would be to advertise a taks sequence that applies a driver package containing these drivers. Then advertise this task sequence to the clients.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3062855</link><pubDate>Thu, 29 May 2008 21:14:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3062855</guid><dc:creator>Jared Wetmore</dc:creator><description>&lt;p&gt;Ben, &lt;/p&gt;
&lt;p&gt;Any chance you ahve done this type of blog for litetouch driver injection? I dont cm, and trying to use the driverpath001= in cs.ini to point to specific make/model/architechure wmi calls. any idea how I can get this same process or work for a wmi call of the OS diffecence of Xp pro, vs Vista so i could use the same process ? something like...&lt;/p&gt;
&lt;p&gt;driverpaths001=\\servername\share\%OS type %\%architechure%\%model% ? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;what would the %os type % wmi call be ? &amp;nbsp;i can seem to figure that out.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;JAred&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3062923</link><pubDate>Thu, 29 May 2008 23:01:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3062923</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Jared,&lt;/p&gt;
&lt;p&gt;The seconnd part of this post that covers Lite Touch is here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/deploymentguys/archive/2008/04/17/driver-management-part-2-mdt-2008.aspx"&gt;http://blogs.technet.com/deploymentguys/archive/2008/04/17/driver-management-part-2-mdt-2008.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Determining the OS type at driver injection time cannot be done via WMI as the OS is not loaded yet. You could use the IMAGEBUILD value &amp;nbsp;gathered by MDT to determine the OS type. You would probaly &amp;nbsp;need to include some kind of script in your Task Sequence to translate the values returned into something easier to use.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3069911</link><pubDate>Thu, 12 Jun 2008 15:36:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3069911</guid><dc:creator>Patricio</dc:creator><description>&lt;p&gt;Hi Ben,&lt;/p&gt;
&lt;p&gt;is there any actual limits or best practices for how many &amp;quot;Apply driver Packages&amp;quot; that can be put into a Task Sequence?&lt;/p&gt;
&lt;p&gt;Let's say you need to support 30 (or more) different computer types, then there will be a lot of &amp;quot;Apply driver Packages&amp;quot; for both nice and and bad drivers ?&lt;/p&gt;
&lt;p&gt;Thanks in advanced!&lt;/p&gt;
&lt;p&gt;/Patricio &lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3071278</link><pubDate>Sun, 15 Jun 2008 12:30:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3071278</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Patricio,&lt;/p&gt;
&lt;p&gt;There is no easy answer to this question. It really is completely dependent on your environemtn.&lt;/p&gt;
&lt;p&gt;I do not no of any physical limits for this process. I would just apply logical limits based on management of the task sequences.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3136366</link><pubDate>Tue, 14 Oct 2008 16:27:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3136366</guid><dc:creator>Andrea</dc:creator><description>&lt;p&gt;Well, I sent soemething out yesterday,but thought I'd clarify. I'm trying to boot win pe on a DELL E6400. When I specify the all driver group (which includes all the network drivers including WiFi, win pe comes back and says it can't connect and ipconfig shows only the wireless and gives me a DHCP error. If I disable the wireless than Winpe comes back and says the device has no driver installed- and gives the correct dev id for the nic-I've verified that the driver is there in all driver group. I have the additions to the startnet command file and have through &amp;nbsp;my whole desktop imaging. I've had no problems with any other machine with nic drivers and win pe. I've tried adding a separate group and just telling Win PE to use that group. I've deleted the wireless driver from all the groups in case there's a problem. No other driver has those device ID's from that driver in it.&lt;/p&gt;
&lt;p&gt;Not sure where to go from here.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;Andrea&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3137808</link><pubDate>Fri, 17 Oct 2008 14:40:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3137808</guid><dc:creator>Andrea</dc:creator><description>&lt;p&gt;My fault- used the XP driver that shipped with the machine- Forgot that I needed the vista driver for Win PE- All happy again. :)&lt;/p&gt;
&lt;p&gt;Andrea&lt;/p&gt;</description></item><item><title>Session 6: Questions and Answers</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3141108</link><pubDate>Fri, 24 Oct 2008 01:54:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3141108</guid><dc:creator>News and Updates from the MCS Talks Team</dc:creator><description>&lt;p&gt;The following post recaps on the questions we covered off during last weeks webcast on desktop deployment,&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3166528</link><pubDate>Thu, 11 Dec 2008 01:48:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3166528</guid><dc:creator>Rudi</dc:creator><description>&lt;p&gt;Hi Ben,&lt;/p&gt;
&lt;p&gt;Concerning the installation of the &amp;quot;Bad Drivers&amp;quot;: is it possible to download and execute these packages, instead of running from the SCCM Distribution point?&lt;/p&gt;
&lt;p&gt;Very good article! helped us a lot,&lt;/p&gt;
&lt;p&gt;Rudi&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3172391</link><pubDate>Tue, 23 Dec 2008 02:46:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3172391</guid><dc:creator>Dustin Mobley</dc:creator><description>&lt;p&gt;Listen. I'm trying to apply an image to a Compaq 6730s and not having much luck. It seems to start working and then the next time I check on it, i got a BSOD error ending in 7B it goes by so fast, but looks like 0x0000007B.&lt;/p&gt;
&lt;p&gt;I'm thinking its a driver issue, however I'm pretty sure that I have downloaded all the drivers from the HP site. What am i missing?&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3190646</link><pubDate>Fri, 23 Jan 2009 09:36:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3190646</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi Dustin,&lt;/p&gt;
&lt;p&gt;A 7B error suggests that you have a mass storage driver issue.&lt;/p&gt;
&lt;p&gt;Have you tried add mass storage drivers to your image as detailed in the following blog:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/benhunter/archive/2007/07/12/bdd-2007-integrating-mass-storage-drivers-into-your-xp-image.aspx"&gt;http://blogs.technet.com/benhunter/archive/2007/07/12/bdd-2007-integrating-mass-storage-drivers-into-your-xp-image.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3265348</link><pubDate>Thu, 16 Jul 2009 19:11:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3265348</guid><dc:creator>Brian Hall</dc:creator><description>&lt;p&gt;Thanks for this post. &amp;nbsp;Do you have a similar walkthrough for MDT 2010 Beta 2? &amp;nbsp;I'm trying to do hardware-specific driver injection for a Windows 7 deployment. &amp;nbsp;Thanks!&lt;/p&gt;</description></item><item><title>re: Driver Management (Part 1) - Configuration Manager</title><link>http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx#3297772</link><pubDate>Wed, 02 Dec 2009 12:46:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3297772</guid><dc:creator>Louis Dawso</dc:creator><description>&lt;p&gt;I have stuggling with running the ATI and Nvidia driver setup during a XP deploy task sequence. The driver installs OK when I run it interactivly via a advertised program. I get the following error when it runs in the task sequence: &lt;/p&gt;
&lt;p&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~ &lt;/p&gt;
&lt;p&gt;The task sequence execution engine failed executing the action (Install ATI Radeon X550 Graphics Driver) in the group (Hardware Based Applications) with the error code 50 &lt;/p&gt;
&lt;p&gt;Action output: . The operating system reported error 50: The request is not supported. &lt;/p&gt;
&lt;p&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~ &lt;/p&gt;
&lt;p&gt;The command line i'm using is the following: &lt;/p&gt;
&lt;p&gt;Setup.exe -s -SMS -f1&amp;quot;setup.iss&amp;quot; -f2&amp;quot;c:\Windows\temp\RADEON.log&amp;quot; &lt;/p&gt;
&lt;p&gt;I found the solution. &amp;nbsp;The command line looks something like this: &lt;/p&gt;
&lt;p&gt;setup.exe -s -f2c:\drivers\nvidia.log &lt;/p&gt;
&lt;p&gt;For some reason you need to drop the -f1setup.iss and -SMS switches. I also worked out how to install different drivers depending on what model of graphics card is installed. This is an issue for us since the same computer Model could have different graphics cards. Just work out what PNPiD your graphics cards are. eg PCI\VEN_10DE&amp;amp;DEV_0402&amp;amp;SUBSYS_043910DE&amp;amp;REV_A1\4&amp;amp;196AFE53&amp;amp;0&amp;amp;0008&lt;/p&gt;
&lt;p&gt;Trim off the sub-revision ids a like this VEN_10DE&amp;amp;DEV_0402&lt;/p&gt;
&lt;p&gt;Creat a Package and install it in your task Sequence after the apply Drivers section.&lt;/p&gt;
&lt;p&gt;Now in your task sequence step set the WMI condition to query the PNPdeviceID like this: &lt;/p&gt;
&lt;p&gt;SELECT * From Win32_PnPEntity WHERE PNPDeviceID LIKE &amp;quot;%VEN_10DE&amp;amp;DEV_002C%&amp;quot; OR PNPDeviceID LIKE &amp;quot;%VEN_10DE&amp;amp;DEV_0171%&amp;quot; OR PNPDeviceID LIKE &amp;quot;%VEN_10DE&amp;amp;DEV_01D1%&amp;quot; &lt;/p&gt;
&lt;p&gt;This way you can install the right BAD driver devending on what PNPid the hardware has, which is much better than just the Model.&lt;/p&gt;
&lt;p&gt;Louis &lt;/p&gt;</description></item></channel></rss>