<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Add or Remove a driver from a Wim Image using DISM</title>
	<atom:link href="http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism</link>
	<description>Microsoft Guides, Windows Blog and Tech Tips</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom Floor</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-9480</link>
		<dc:creator>Tom Floor</dc:creator>
		<pubDate>Thu, 18 Aug 2011 12:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-9480</guid>
		<description>This does not appear to work on Vista images build on Vista SP1, although the image has been upgraded to SP2. When I try to add drivers, this is what happens:
C:Program FilesWindows AIKToolsPETools&gt;dism /image:C:MountDir /add-driver /driver:&quot;C:HPSwSetupSP52567Graphics2342hp32.inf&quot;
Deployment Image Servicing and Management toolVersion: 6.1.7600.16385
Error: 50
The command specified is unknown or not supported when running DISM.exe againsta Windows Vista with Service Pack 1 or a Windows Server 2008 target image.For more information, see the Help documentation available in the Windows Automated Installation Kit (Windows-AIK) or the Windows OEM Preinstallation Kit (OPK).
The DISM log file can be found at C:WINDOWSLogsDISMdism.log
C:Program FilesWindows AIKToolsPETools&gt;

And then DISM.log shows where it goes wrong:
2011-08-18 14:04:43, Info                  DISM   DISM.EXE: The target image version is: 6.0.6002.18005.2011-08-18 14:04:43, Info                  DISM   DISM.EXE: The target image is downlevel and considered supported. Looking for PkgMgr.exe.2011-08-18 14:04:43, Info                  DISM   DISM.EXE: Executing DISM against a downlevel image. Calling C:MountDirWindowsWinSxSx86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_0b4ada54c46c45b0pkgmgr.exe2011-08-18 14:04:43, Info                  DISM   DISM Provider Store: PID=3600 Getting Provider Compatibility Manager - CDISMProviderStore::GetProvider2011-08-18 14:04:43, Info                  DISM   DISM Provider Store: PID=3600 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider2011-08-18 14:04:43, Info                  DISM   Compatibility Manager: PID=3600 Processing the top level command token(add-driver). - CCbsCliParser::Private_ValidateCmdLine2011-08-18 14:04:43, Info                  DISM   Compatibility Manager: PID=3600  Unknown top level command token add-driver - CCbsCliParser::Private_ValidateCmdLine2011-08-18 14:04:43, Info                  DISM   Compatibility Manager: PID=3600 This command is unsupported for a downlevel image. - CCompatManager::CompatExecuteCmdLine2011-08-18 14:04:43, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.

Are there any solutions for this? Can&#039;t find any on technet, only people who have got the same problem. </description>
		<content:encoded><![CDATA[<p>This does not appear to work on Vista images build on Vista SP1, although the image has been upgraded to SP2. When I try to add drivers, this is what happens:<br />
C:Program FilesWindows AIKToolsPETools&gt;dism /image:C:MountDir /add-driver /driver:&#8221;C:HPSwSetupSP52567Graphics2342hp32.inf&#8221;<br />
Deployment Image Servicing and Management toolVersion: 6.1.7600.16385<br />
Error: 50<br />
The command specified is unknown or not supported when running DISM.exe againsta Windows Vista with Service Pack 1 or a Windows Server 2008 target image.For more information, see the Help documentation available in the Windows Automated Installation Kit (Windows-AIK) or the Windows OEM Preinstallation Kit (OPK).<br />
The DISM log file can be found at C:WINDOWSLogsDISMdism.log<br />
C:Program FilesWindows AIKToolsPETools&gt;</p>
<p>And then DISM.log shows where it goes wrong:<br />
2011-08-18 14:04:43, Info                  DISM   DISM.EXE: The target image version is: 6.0.6002.18005.2011-08-18 14:04:43, Info                  DISM   DISM.EXE: The target image is downlevel and considered supported. Looking for PkgMgr.exe.2011-08-18 14:04:43, Info                  DISM   DISM.EXE: Executing DISM against a downlevel image. Calling C:MountDirWindowsWinSxSx86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_0b4ada54c46c45b0pkgmgr.exe2011-08-18 14:04:43, Info                  DISM   DISM Provider Store: PID=3600 Getting Provider Compatibility Manager &#8211; CDISMProviderStore::GetProvider2011-08-18 14:04:43, Info                  DISM   DISM Provider Store: PID=3600 Provider has previously been initialized.  Returning the existing instance. &#8211; CDISMProviderStore::Internal_GetProvider2011-08-18 14:04:43, Info                  DISM   Compatibility Manager: PID=3600 Processing the top level command token(add-driver). &#8211; CCbsCliParser::Private_ValidateCmdLine2011-08-18 14:04:43, Info                  DISM   Compatibility Manager: PID=3600  Unknown top level command token add-driver &#8211; CCbsCliParser::Private_ValidateCmdLine2011-08-18 14:04:43, Info                  DISM   Compatibility Manager: PID=3600 This command is unsupported for a downlevel image. &#8211; CCompatManager::CompatExecuteCmdLine2011-08-18 14:04:43, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.</p>
<p>Are there any solutions for this? Can&#8217;t find any on technet, only people who have got the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anything about IT &#187; Blog Archive &#187; Windows 7 Device Installation Without Administrative Rights</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-9322</link>
		<dc:creator>Anything about IT &#187; Blog Archive &#187; Windows 7 Device Installation Without Administrative Rights</dc:creator>
		<pubDate>Fri, 31 Dec 2010 02:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-9322</guid>
		<description>[...] to the driver store on a running Windows 7 client for offline editing of a corporate image read this article from [...]</description>
		<content:encoded><![CDATA[<p>[...] to the driver store on a running Windows 7 client for offline editing of a corporate image read this article from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msigeek</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-7113</link>
		<dc:creator>msigeek</dc:creator>
		<pubDate>Fri, 21 May 2010 22:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-7113</guid>
		<description>Hi Marius, Thanks for your comments!&lt;br&gt;&lt;br&gt;Do check if you have an setup file for these drivers (.inf files). If yes, follow the above steps as mentioned. Save and Commit the Wim Image., and then test the image. &lt;br&gt;&lt;br&gt;I recommend, you do the test before trying out the deployment. The steps which you are following looks correct. Just ensure that the drivers are added to your image. Commit the Wim and then install with it. &lt;br&gt;&lt;br&gt;Let me know, how it goes!</description>
		<content:encoded><![CDATA[<p>Hi Marius, Thanks for your comments!</p>
<p>Do check if you have an setup file for these drivers (.inf files). If yes, follow the above steps as mentioned. Save and Commit the Wim Image., and then test the image. </p>
<p>I recommend, you do the test before trying out the deployment. The steps which you are following looks correct. Just ensure that the drivers are added to your image. Commit the Wim and then install with it. </p>
<p>Let me know, how it goes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius - Roma - Italy</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-7112</link>
		<dc:creator>Marius - Roma - Italy</dc:creator>
		<pubDate>Fri, 21 May 2010 19:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-7112</guid>
		<description>I see that you have an in-depth experience with Windows 7 customization tools.&lt;br&gt;I see as well thet there are lots of different tools and options, so I am confused.&lt;br&gt;Let me ask for advice to solve a problem: I need to install Windows 7 on a PC with not standard HW. During setup with standard Microsoft DVD I get a blue screen related to the (custom) video card.&lt;br&gt;I have the right video card drivers.&lt;br&gt;What is the best way (and simplest) way to provide the right drivers during setup?&lt;br&gt;Based on what I understand from your site I created a bootable installtation pendrive, edited install.wim using DISM to add my drivers, replaced install.wim on my pendrive, booted my custom PC with winPE and started setup from the pendrive.&lt;br&gt;How can I tell setup to use the video card drivers I added?&lt;br&gt;Am I performing the right steps?&lt;br&gt;Regards from Italy&lt;br&gt;Marius</description>
		<content:encoded><![CDATA[<p>I see that you have an in-depth experience with Windows 7 customization tools.<br />I see as well thet there are lots of different tools and options, so I am confused.<br />Let me ask for advice to solve a problem: I need to install Windows 7 on a PC with not standard HW. During setup with standard Microsoft DVD I get a blue screen related to the (custom) video card.<br />I have the right video card drivers.<br />What is the best way (and simplest) way to provide the right drivers during setup?<br />Based on what I understand from your site I created a bootable installtation pendrive, edited install.wim using DISM to add my drivers, replaced install.wim on my pendrive, booted my custom PC with winPE and started setup from the pendrive.<br />How can I tell setup to use the video card drivers I added?<br />Am I performing the right steps?<br />Regards from Italy<br />Marius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introduction to DISM - Deployment Image Servicing and Management</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-1045</link>
		<dc:creator>Introduction to DISM - Deployment Image Servicing and Management</dc:creator>
		<pubDate>Tue, 02 Mar 2010 03:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-1045</guid>
		<description>[...] Adding or Removing Drivers from an offline Image [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding or Removing Drivers from an offline Image [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DISM How-To Articles - Community TechDays, Bangalore</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-843</link>
		<dc:creator>DISM How-To Articles - Community TechDays, Bangalore</dc:creator>
		<pubDate>Thu, 18 Feb 2010 04:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-843</guid>
		<description>[...] Adding or Removing Drivers from an offline Image [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding or Removing Drivers from an offline Image [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enable or Disable a feature from a Wim Image using DISM</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-749</link>
		<dc:creator>Enable or Disable a feature from a Wim Image using DISM</dc:creator>
		<pubDate>Mon, 15 Feb 2010 01:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-749</guid>
		<description>[...] Working with Drivers on a Wim Image [...]</description>
		<content:encoded><![CDATA[<p>[...] Working with Drivers on a Wim Image [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unmount and Clean up a Wim Image using Deployment Image Servicing and Management (DISM)</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-746</link>
		<dc:creator>Unmount and Clean up a Wim Image using Deployment Image Servicing and Management (DISM)</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-746</guid>
		<description>[...] Add drivers to a Wim Image [...]</description>
		<content:encoded><![CDATA[<p>[...] Add drivers to a Wim Image [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mount a Wim Image using Deployment Image Servicing and Management (DISM)</title>
		<link>http://www.msigeek.com/2661/add-or-remove-a-driver-from-a-wim-image-using-dism/comment-page-1#comment-745</link>
		<dc:creator>Mount a Wim Image using Deployment Image Servicing and Management (DISM)</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.msigeek.com/?p=2661#comment-745</guid>
		<description>[...] Adding Drivers on a Wim Image [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding Drivers on a Wim Image [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

