<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=1190&amp;type=atom"/>
	<updated>2016-10-21T19:26:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=1190</id>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=59095#p59095"/>
			<content type="html"><![CDATA[<p>I haven&#039;t had well experience yet, so I appreciate your advices. I greet you</p>]]></content>
			<author>
				<name><![CDATA[aquiline]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=48336</uri>
			</author>
			<updated>2016-10-21T19:26:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=59095#p59095</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58659#p58659"/>
			<content type="html"><![CDATA[<p>Also, it seems to have been included in the base system image that I used; Windows 7 Ultimate x64 SP1 (MSDN), because it did show up in the DISM driver listing. Otherwise, it was installed through Windows Update (which I kept an eye on the list, so I don&#039;t think so...).</p>]]></content>
			<author>
				<name><![CDATA[saboor]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45025</uri>
			</author>
			<updated>2015-04-18T05:03:57Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58659#p58659</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=21631#p21631"/>
			<content type="html"><![CDATA[<p>SAD is now a supported feature see the FAQ forum topic Stand Alone DriverPacks (SAD)</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2008-06-14T18:32:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=21631#p21631</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13817#p13817"/>
			<content type="html"><![CDATA[<p>I also would like to see a feature like &#039;make CD/DVD drivers&#039;, in a way that makes the search process of the Windows wizard fast, because making a disc of only decompressed driverpacks takes too much time for the OS to find the correct driver.</p><p>Can we make this a request?</p>]]></content>
			<author>
				<name><![CDATA[aaaa]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2641</uri>
			</author>
			<updated>2007-08-25T22:49:27Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13817#p13817</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=11826#p11826"/>
			<content type="html"><![CDATA[<p>Hi jtdoom, I tried DSPdsblr and makePNF instructions.. and it adds all drivers to the windows db very sweetly.</p><p>But now I&#039;m trying to &quot;install&quot; all your drivers in batch script (unattended).. by install i mean:<br />1. update devices with installed microsoft drivers such as ATA drivers where your packs contain an update.<br />2. install any devices currently in class Unknown that exist in your packs.</p><p>The scenario is a freshly installed *non-slipstreamed* Windows, then want to one-click install any drivers in the packs that are wanted, leaving the machine a lot more usable!</p><p>I&#039;m trying to do something like this:</p><p>devcon remove =Unknown<br />devcon rescan</p><p>Or this:</p><p>devcon remove *<br />start SuppressAddNewHardwareWizard.exe<br />devcon rescan<br />taskkill /f /im SuppressAddNewHardwareWizard.exe</p><p>works mostly toward point 2 above - except that devices not known to windows nor your packs pop up the add new hardware wizard window.</p><p>How do you suggest I go about this? If there is no community solution - I am happy to code this project as a contribution to us all.. but would need some guidance. I&#039;m good with c# 2.0.</p><p>Time for install on target PC is not an issue, so my first thought it to do a devcon updateni on every single hardware device, against every single .inf in driver packs, and abort the inner loop when successfully updated.</p>]]></content>
			<author>
				<name><![CDATA[binary64]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2316</uri>
			</author>
			<updated>2007-06-21T00:35:03Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=11826#p11826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=7561#p7561"/>
			<content type="html"><![CDATA[<p>I hope this is what you want</p><p>this has been asked before, and I wrote this about doing drivers on CD.</p><p>Suppose you have a testrig in which you regularly change devices for you have to see wether they still work.<br />it runs XP which you do not want to reload.<br />it would be nice to have a large collection of devicedrivers ready on the drive.<br />Well, one can do something quite interesting.</p><p>what does one need...<br />1; one or two little cmd files one creates for oneself<br />2; a source you slipped with base, using method 2 (the source will then contains the files.)<br />3; 7zip.. (for the doPNF.cmd method.)</p><p>and then... how it works<br />copy the OEM folder from the slipstreamed source to a CDRW<br />create a little batchfile (or create both) and copy that to that CDRW<br />--------</p><p>Dopath.cmd works very simple<br />It extracts the files from the slipstreamed CDRW or DVDRW into a folder in windows.<br />devpath then tells windows the files are there, ready to be searched when hardware is added.<br />You have to hit &quot;use anyway&quot; when you run hardware wizard and it turns out the driver is not WHQL signed.</p><p>doPATH.CMD</p><div class="codebox"><pre><code>SET TAGFILE=\OEM
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST &quot;%%i:%TAGFILE%&quot; SET CDDRIVE=%%i:
%CDDRIVE%\OEM\BIN\7z.exe x -y -aoa %CDDRIVE%\OEM\DP*.7z -o&quot;%SystemRoot%\DriverPacks&quot;
%CDDRIVE%\OEM\BIN\DevPath.exe %SystemRoot%\DriverPacks
exit</code></pre></div><p>-----------</p><p>This other method takes longer to apply because makePNF installs the drivers into the windows INF section.<br />To make that possible, you have to extract a few files with 7zip<br />(makePNF.exe and DSPdsblr.exe are packed in DPsFnshr.7z)<br />Unpack the content to a temp folder, then copy to root of the CDR or DVDRW you&#039;ll burn.</p><p>doPNF.CMD</p><div class="codebox"><pre><code>SET TAGFILE=\DSPdsblr.exe
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST &quot;%%i:%TAGFILE%&quot; SET CDDRIVE=%%i:
 
%CDDRIVE%\OEM\BIN\7z.exe x -y -aoa %CDDRIVE%\OEM\DP*.7z -o&quot;%SystemRoot%\DriverPacks&quot;
start %CDDRIVE%\DSPdsblr.exe
%CDDRIVE%\makePNF.exe %SystemRoot%\DriverPacks
taskkill /f /im DSPdsblr.exe
 
%CDDRIVE%\OEM\BIN\DevPath.exe %SystemRoot%\DriverPacks
exit</code></pre></div><p>-----------</p><p>note, if you simply un7zip all the driverpacks and third party packs, you need a DVD.<br />it would be searchable...</p><p>when they are packed, you can do above on a CD</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-01-22T01:14:42Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=7561#p7561</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[IMPL] Stand ALONE DRIVER CD OPTION 3 for Driver Base ?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=7560#p7560"/>
			<content type="html"><![CDATA[<p>I would love to see this feature added as when you are a tech and go to a CLIENTS home this effort and DRIVER CD would be most useful and appreciated ... Not that it isnt now but to have a SINGLE stand alone searchable CD would make this an EVEN MORE valuable tool then it already is and IT IS VALUABLE !!!</p><p>Its like a GOLD mine of Drivers ... Please try and work something out for this or maybe add that as option 3 in the driver base a way to make a DRIVER only CD</p><p>Thanks for the EXCELLENT WORK</p><p>Midnite</p>]]></content>
			<author>
				<name><![CDATA[MIdnite]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1505</uri>
			</author>
			<updated>2007-01-22T00:46:29Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=7560#p7560</id>
		</entry>
</feed>
