<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Easy Way to Create customized Driver Packs]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3983</link>
		<description><![CDATA[The most recent posts in Easy Way to Create customized Driver Packs.]]></description>
		<lastBuildDate>Fri, 18 Sep 2009 18:21:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33959#p33959</link>
			<description><![CDATA[<p>yes if you put a pack INI in with the proper commands it will run setup...</p><p>docs for the pack ini are in the DriverPacks BASE DOCs folder.</p><p>Lets use mr_smartepants work as a perfect example from the graphics pack A </p><div class="codebox"><pre><code>[DriverPack]
platform	= &quot;wnt5_x86-32&quot; 
name		= &quot;Graphics A&quot;
; version 906 
; includes BartPE Code
rootDir		= &quot;D\G&quot;
; OPTIONAL
classes		= &quot;Display&quot;
driverCount	= 3
decompSize	= 162
compSize	= 70

--snip--

--snip--

[N1]
; BartPE Code 
ms_count	 	= 1
ms_1_tag 	= &quot;N1_nv4&quot;
ms_1_sysfile 	= &quot;nv4_mini.sys&quot;
ms_1_exc_skipIfOS=&quot;wxp,w2k3&quot;
; REQUIRED
exc_count		= 2
; OPTIONAL
exc_1_tagFiles	= 2
exc_1_tagFile1	= &quot;%SystemDrive%\nvidia.ins&quot;
exc_1_tagFile2	= &quot;%SystemRoot%\system32\drivers\nv4_mini.sys&quot;
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= &quot;%DPSROOT%\D\G\N1\*.inf&quot;
exc_1_-infFiles	= 0
exc_1_commands	= 2
exc_1_command1  = &quot;regedit /s %systemdrive%\nvidia.ins&quot; 
exc_1_command2  = &quot;cmd.exe /c DEL /F /S /Q %SystemDrive%\nvidia.ins&quot;</code></pre></div><p>let&#039;s apply your layout to that shining example</p><p>DP_WICustom_wnt5_x86-32_09.09.14.1.7z contains:<br />D<br />&nbsp; 3<br />&nbsp; &nbsp; S<br />&nbsp; &nbsp; &nbsp; E<br />&nbsp; &nbsp; &nbsp; &nbsp; inf and all unpacked cab files</p><p>Let&#039;s assume you want to trigger the setup.exe when the local machine matches a HWID with a HWID contained in one of the four supplied inf files.</p><div class="codebox"><pre><code>[DriverPack]
platform	= &quot;wnt5_x86-32&quot; 
name		= &quot;WICustom&quot;
; version 909 
rootDir		= &quot;D\3\S&quot;
; OPTIONAL
classes		= &quot;Imaging devices&quot;
driverCount	= 
decompSize	= 
compSize	= 

[E]
exc_count		= 1
; All tag files must exist or this will not execute!
exc_1_tagFiles	= 2
; Select a tag file that will only exist if the hardware was detected and the basic driver files were installed...
exc_1_tagFile1	= &quot;%SystemRoot%\system32\Setup\escndvrs.dll&quot;
; according to es3c.inf the target folder is &quot;32&quot; Layout.inf says that is system32\Setup (not confirmed don&#039;t have hardware)
;
; Make sure the setup file exists
exc_1_tagFile2	= &quot;%DPSROOT%\D\S\E\Setup.exe&quot;
exc_1_+hwids	= 0
exc_1_-hwids	= 0
; If the HWID is not found in the inf(s) this will not execute!
exc_1_+infFiles	= 4
exc_1_+infFile1	= &quot;%DPSROOT%\D\S\E\Es3c.inf&quot;
exc_1_+infFile2	= &quot;%DPSROOT%\D\S\E\Es4f.inf&quot;
exc_1_+infFile3	= &quot;%DPSROOT%\D\S\E\Es41.inf&quot;
exc_1_+infFile4	= &quot;%DPSROOT%\D\S\E\Es43.inf&quot;
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1  = &quot;cmd.exe /c %DPSROOT%\D\S\E\Setup.exe&quot;</code></pre></div><p>or somthing close to that </p><p>make sure that you put your DriverPack_WICustom_wnt5_x86-32.ini<br />in the same folder as you have your \D\ folder<br />so that when it is extracted your D is written to the same folder as the DriverPacks D and your WICustom.ini is extracted to SystemDrive with the other DriverPacks ini files <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>D<br />DriverPack_WICustom_wnt5_x86-32.ini<br />&nbsp; 3<br />&nbsp; &nbsp; S<br />&nbsp; &nbsp; &nbsp; E<br />&nbsp; &nbsp; &nbsp; &nbsp; infs <br />&nbsp; &nbsp; &nbsp; &nbsp; all packed cab files<br />&nbsp; &nbsp; &nbsp; &nbsp; setup.exe<br />&nbsp; &nbsp; &nbsp; &nbsp; LIB and all subfolders it contains</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 18 Sep 2009 18:21:57 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33959#p33959</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33943#p33943</link>
			<description><![CDATA[<p>If I do it like that will Base trigger the driver install itself?<br />I&#039;m asking because I already tried writing an autoit skript. This one installed the softwareupdate the driver so the admin had to go to the place and click through the windows-driver install manually.</p>]]></description>
			<author><![CDATA[null@example.com (danielandross)]]></author>
			<pubDate>Fri, 18 Sep 2009 07:39:33 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33943#p33943</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33930#p33930</link>
			<description><![CDATA[<p>the best thin to do is probably use / create a pack ini and call setup.exe.</p><p>It will install if setup runs right?</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 17 Sep 2009 14:48:44 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33930#p33930</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33914#p33914</link>
			<description><![CDATA[<p>no it does not install via SAD dp_install_cmd. SAD usually works great just this driver won&#039;t work.</p><p>It is really a strange behavior as it won&#039;t even work if I put all the files (even the setup.exe) in the driverpack and keep the original structure 1:1.</p>]]></description>
			<author><![CDATA[null@example.com (danielandross)]]></author>
			<pubDate>Wed, 16 Sep 2009 21:30:59 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33914#p33914</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33907#p33907</link>
			<description><![CDATA[<p>does it install if you use SAD, dp_inst_tool.cmd?</p><p>This driver is a mess... <br />I was reading the inf file and this is one of the sloppyest drivers i have ever seen.<br />Section names don&#039;t match, unreferenced sections exist etc...</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Wed, 16 Sep 2009 09:38:51 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33907#p33907</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33896#p33896</link>
			<description><![CDATA[<p>The HWID is:</p><p>USB\VID_04B8&amp;PID_0121\5&amp;19AD5A7A&amp;0&amp;6&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : EPSON Scanner</p>]]></description>
			<author><![CDATA[null@example.com (danielandross)]]></author>
			<pubDate>Tue, 15 Sep 2009 11:48:20 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33896#p33896</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33894#p33894</link>
			<description><![CDATA[<p>Renaming didn&#039;t have any effect as the fodler structure was correctly applied in the SAD (even with the wrong filename).<br />I&#039;ll check on the HWID right now.</p>]]></description>
			<author><![CDATA[null@example.com (danielandross)]]></author>
			<pubDate>Tue, 15 Sep 2009 11:42:09 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33894#p33894</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33892#p33892</link>
			<description><![CDATA[<p>did you try properly nameing the file?</p><p>What is the HWID of the device you are testing with?</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Tue, 15 Sep 2009 10:55:30 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33892#p33892</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33889#p33889</link>
			<description><![CDATA[<p><a href="http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?BV_UseBVCookie=yes&amp;infoType=Downloads&amp;oid=41624&amp;prodoid=46253280">http://www.epson.com/cgi-bin/Store/supp … d=46253280</a><br />--&gt;TWAIN Driver and EPSON Scan Utility v2.65A</p><p>thanks for Support</p><p>regards<br />Daniel</p>]]></description>
			<author><![CDATA[null@example.com (danielandross)]]></author>
			<pubDate>Tue, 15 Sep 2009 08:38:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33889#p33889</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33887#p33887</link>
			<description><![CDATA[<p>rename to DP_WICustom_wnt5_x86-32_0909141.7z </p><p>link to driver you used please?</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Tue, 15 Sep 2009 07:35:33 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33887#p33887</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33885#p33885</link>
			<description><![CDATA[<p>Hi,</p><p>thanks for the tutorial.</p><p>Unfortunately my Driverpack does not work.<br />I did everything stated in the tutorial.<br />Base SAD says &quot;Location could not be found&quot;.<br />My Driver is packed in *.cab files. I also tried to extract them and put them in the folder instead of the cab-files.</p><p>Strange thing is when I install the driver manually in windows by browsing to the folder in SAD that includes the inf file as well as the extracted files this works.</p><p>Could you please have a look at the driverpack and check if I missed something about the structure.</p><p>DP_WICustom_wnt5_x86-32_09.09.14.1.7z contains:<br />D<br />&nbsp; 3<br />&nbsp; &nbsp; S<br />&nbsp; &nbsp; &nbsp; E<br />&nbsp; &nbsp; &nbsp; &nbsp; inf and all unpacked cab files</p><p>regards<br />Daniel</p>]]></description>
			<author><![CDATA[null@example.com (danielandross)]]></author>
			<pubDate>Tue, 15 Sep 2009 07:23:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33885#p33885</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33772#p33772</link>
			<description><![CDATA[<p><a href="http://forum.driverpacks.net/viewtopic.php?id=5">http://forum.driverpacks.net/viewtopic.php?id=5</a></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Tue, 08 Sep 2009 14:09:13 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33772#p33772</guid>
		</item>
		<item>
			<title><![CDATA[Easy Way to Create customized Driver Packs]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33768#p33768</link>
			<description><![CDATA[<p>Hello,<br />I want to create a customized DriverPack for the Scanners in my company.<br />Is there an Tool doing that for me? Finding the drivers is not the problem.</p><p>regards<br />Daniel</p>]]></description>
			<author><![CDATA[null@example.com (danielandross)]]></author>
			<pubDate>Tue, 08 Sep 2009 09:07:34 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33768#p33768</guid>
		</item>
	</channel>
</rss>
