<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=50&amp;type=atom"/>
	<updated>2006-05-30T20:52:19Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=50</id>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=333#p333"/>
			<content type="html"><![CDATA[<p>I&#039;ve got this...</p><div class="codebox"><pre><code>IF &#039;%CDDRIVE%&#039;==&#039;&#039; GOTO KTD_M1</code></pre></div><p>The update didn&#039;t overwrite the old file... though I&#039;m using these switches: </p><div class="codebox"><pre><code>-y -aoa</code></pre></div><p>on the SFX archive that contains the latest DriverPacks BASE...</p><p>I&#039;ll let it delete the bin and docs directories in the next version <img src="http://forum.driverpacks.net/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><br /><p>EDIT:</p><p>Added to the <a href="http://bugtracker.driverpacks.net">bugtracker</a> (bug #53) and started a <a href="http://forum.driverpacks.net/viewtopic.php?pid=334">new topic</a>. Added it to the annoucement section as well.</p><br /><p>This topic is closed.</p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-05-30T20:52:19Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=333#p333</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=332#p332"/>
			<content type="html"><![CDATA[<p>So did you fix in 6052? Because it still looks the same!&nbsp; lol</p><div class="codebox"><pre><code>:KTD_M2
SET tagfile=\OEM\bin
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 z) DO IF EXIST &quot;%%i:%tagfile%&quot; SET CDDRIVE=%%i:
IF %CDDRIVE%==: GOTO KTD_M1
IF EXIST %CDDRIVE%\OEM\bin\makePNF.exe (</code></pre></div>]]></content>
			<author>
				<name><![CDATA[razormoon]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14</uri>
			</author>
			<updated>2006-05-30T20:41:48Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=332#p332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=316#p316"/>
			<content type="html"><![CDATA[<p>Rather like this:</p><div class="codebox"><pre><code>IF &#039;%CDDRIVE%&#039;==&#039;&#039; GOTO KTD_M1</code></pre></div><p><img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-05-30T19:09:27Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=316#p316</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=315#p315"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>razormoon wrote:</cite><blockquote><p>IF %CDDRIVE%=NUL: GOTO KTD_M1&nbsp; ? Does that make sense?</p></blockquote></div><p>When I&#039;m not sure if some variable is set I just put &quot;IF %FOO%.==. GOTO NOFOO&quot;</p>]]></content>
			<author>
				<name><![CDATA[jr]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=88</uri>
			</author>
			<updated>2006-05-30T19:08:07Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=315#p315</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=314#p314"/>
			<content type="html"><![CDATA[<p>IF %CDDRIVE%=NUL: GOTO KTD_M1&nbsp; ? Does that make sense?</p>]]></content>
			<author>
				<name><![CDATA[razormoon]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14</uri>
			</author>
			<updated>2006-05-30T19:00:38Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=314#p314</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=313#p313"/>
			<content type="html"><![CDATA[<p>Damn... I thought it&#039;d be set to &#039;:&#039; if no valid drive is found, but you&#039;re right. It should be without the &#039;:&#039;. Will be fixed in 6.05.2!</p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-05-30T18:58:06Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=313#p313</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=312#p312"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>BÃ¢shrat the Sneaky wrote:</cite><blockquote><p>That&#039;s DPs_BASE.log. I asked for DPs_fnsh.log, which should be in %SystemDrive%\ after your installation! If you can get me that file quickly, I&#039;ll probably be able to fix it in 6.05.2 (released tonight).</p></blockquote></div><p>Doh. Silly me - Sorry! Here it is. Error message comes from &quot;IF ==: GOTO KTD_M1&quot; line as I wrote on first post.</p><div class="codebox"><pre><code>C:\&gt;CMDOW @ /HID 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |                                                                          | 

C:\&gt;REM | Only edit this file if you know what you&#039;re doing!                       | 

C:\&gt;REM |                                                                          | 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   Editable variables.                                                    | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;SET DriverPacks=C:\D 

C:\&gt;SET D=C:\WINDOWS\system32\drivers 

C:\&gt;SET S=C:\WINDOWS\system32 

C:\&gt;SET DPS_TMP=C:\WINDOWS\DPs_temp 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   DriverPack Graphics A control panels.                                  | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;SET C=C:\D\G 

C:\&gt;IF NOT EXIST C:\D\G\A\1 GOTO DP_GA_2 

C:\&gt;IF EXIST C:\WINDOWS\system32\atioglx1.dll (
C:\D\G\A\1\ATICCC.exe -y -oC:\WINDOWS\DPs_temp  
 MSIEXEC /i C:\WINDOWS\DPs_temp\ISScript9.Msi /qn /norestart  
 MSIEXEC /i C:\WINDOWS\DPs_temp\ATICCC.msi /qn /norestart  
 RD /S /Q C:\WINDOWS\DPs_temp 
) 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   DriverPack Graphics B control panels.                                  | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;SET C=C:\D\G 

C:\&gt;IF NOT EXIST C:\D\G\3\1 GOTO DP_GB_2 

C:\&gt;IF EXIST C:\WINDOWS\system32\3dfxV2ps.dll (C:\D\G\3\1\V2_OC_control_panel.exe) 

C:\&gt;IF NOT EXIST C:\D\G\S\1 GOTO DP_GB_3 

C:\&gt;IF EXIST C:\WINDOWS\system32\drivers\sisgrp.sys (
C:\D\G\S\1\UVGA3.exe -y -oC:\WINDOWS\DPs_temp  
 START /WAIT C:\WINDOWS\DPs_temp\setup.exe -s  
 RD /S /Q C:\WINDOWS\DPs_temp 
) 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   DriverPack Graphics C control panels.                                  | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;SET C=C:\D\G 

C:\&gt;IF NOT EXIST C:\D\G\A\3 GOTO DP_GC_2 

C:\&gt;IF EXIST C:\WINDOWS\system32\atioglgl.dll (
C:\D\G\A\3\CPanel.exe -y -oC:\WINDOWS\DPs_temp  
 START /WAIT C:\WINDOWS\DPs_temp\Setup.exe /K  
 RD /S /Q C:\WINDOWS\DPs_temp 
) 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   DriverPack Sound A control panels.                                     | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;SET C=C:\D\S 

C:\&gt;IF NOT EXIST C:\D\S\CR GOTO DP_SA_2 

C:\&gt;IF EXIST C:\WINDOWS\system32\drivers\ha10kx2k.sys (
IF EXIST C:\WINDOWS\system32\drivers\ha20x2k.sys IF EXIST C:\D\S\CR\1\Ctzapxx.ini (
EXPAND -R C:\D\S\CR\1\*.* C:\D\S\CR  
 EXPAND -R C:\D\S\CR\1\common\*.* C:\D\S\CR\1\common  
 EXPAND -R C:\D\S\CR\1\common\i386\*.* C:\D\S\CR\1\common\i386  
 EXPAND -R C:\D\S\CR\1\lang\*.* C:\D\S\CR\1\lang  
 EXPAND -R C:\D\S\CR\1\lang\i386\*.* C:\D\S\CR\1\lang\i386  
 EXPAND -R C:\D\S\CR\1\win2k_xp\*.* C:\D\S\CR\1\win2k_xp  
 EXPAND -R C:\D\S\CR\1\win2k_xp\data\*.* C:\D\S\CR\1\win2k_xp\data  
 EXPAND -R C:\D\S\CR\1\win2k_xp\i386\*.* C:\D\S\CR\1\win2k_xp\i386  
 DEL /Q C:\D\S\CR\1*.??_  
 DEL /Q C:\D\S\CR\1\common\*.??_  
 DEL /Q C:\D\S\CR\1\common\i386\*.??_  
 DEL /Q C:\D\S\CR\1\lang\*.??_  
 DEL /Q C:\D\S\CR\1\lang\i386\*.??_  
 DEL /Q C:\D\S\CR\1\win2k_xp\*.??_  
 DEL /Q C:\D\S\CR\1\win2k_xp\data\*.??_  
 DEL /Q C:\D\S\CR\1\win2k_xp\i386\*.??_  
 COPY /Y C:\D\S\CR\1\common\i386\CtCtlPan.cpl C:\WINDOWS\system32\  1&gt;NUL  
 COPY /Y C:\D\S\CR\1\common\i386\CtPanel.exe C:\WINDOWS\system32\  1&gt;NUL  
 START C:\D\S\CR\1\CTZAPXX.exe /S  
 GOTO DP_SA_2 
)  
 IF EXIST C:\D\S\CR\2\Ctzapxx.ini (
EXPAND -R C:\D\S\CR\2\*.* C:\D\S\CR  
 EXPAND -R C:\D\S\CR\2\common\*.* C:\D\S\CR\2\common  
 EXPAND -R C:\D\S\CR\2\common\i386\*.* C:\D\S\CR\2\common\i386  
 EXPAND -R C:\D\S\CR\2\lang\*.* C:\D\S\CR\2\lang  
 EXPAND -R C:\D\S\CR\2\lang\i386\*.* C:\D\S\CR\2\lang\i386  
 EXPAND -R C:\D\S\CR\2\win2k_xp\*.* C:\D\S\CR\2\win2k_xp  
 EXPAND -R C:\D\S\CR\2\win2k_xp\data\*.* C:\D\S\CR\2\win2k_xp\data  
 EXPAND -R C:\D\S\CR\2\win2k_xp\i386\*.* C:\D\S\CR\2\win2k_xp\i386  
 DEL /Q C:\D\S\CR\2*.??_  
 DEL /Q C:\D\S\CR\2\common\*.??_  
 DEL /Q C:\D\S\CR\2\common\i386\*.??_  
 DEL /Q C:\D\S\CR\2\lang\*.??_  
 DEL /Q C:\D\S\CR\2\lang\i386\*.??_  
 DEL /Q C:\D\S\CR\2\win2k_xp\*.??_  
 DEL /Q C:\D\S\CR\2\win2k_xp\data\*.??_  
 DEL /Q C:\D\S\CR\2\win2k_xp\i386\*.??_  
 COPY /Y C:\D\S\CR\2\common\i386\CtCtlPan.cpl C:\WINDOWS\system32\  1&gt;NUL  
 COPY /Y C:\D\S\CR\2\common\i386\CtPanel.exe C:\WINDOWS\system32\  1&gt;NUL  
 START C:\D\S\CR\2\CTZAPXX.exe /S 
) 
) 

C:\&gt;IF NOT EXIST C:\D\S\CR\3 GOTO DP_SA_3 

C:\&gt;IF EXIST C:\WINDOWS\system32\drivers\P17.sys (
IF EXIST C:\D\S\CR\3\Ctzapxx.in_ (
EXPAND -R C:\D\S\CR\3\*.* C:\D\S\CR\3  
 EXPAND -R C:\D\S\CR\3\AddOn\*.* C:\D\S\CR\3\AddOn  
 EXPAND -R C:\D\S\CR\3\Common\*.* C:\D\S\CR\3\Common  
 EXPAND -R C:\D\S\CR\3\Lang\i386\*.* C:\D\S\CR\3\Lang\i386  
 EXPAND -R C:\D\S\CR\3\Win2K_XP\*.* C:\D\S\CR\3\Win2K_XP  
 EXPAND -R C:\D\S\CR\3\Win2K_XP\i386\*.* C:\D\S\CR\3\Win2K_XP\i386  
 DEL /Q C:\D\S\CR\3\*.??_  
 DEL /Q C:\D\S\CR\3\AddOn\*.??_  
 DEL /Q C:\D\S\CR\3\Common\*.??_  
 DEL /Q C:\D\S\CR\3\Lang\i386\*.??_  
 DEL /Q C:\D\S\CR\3\Win2K_XP\*.??_  
 DEL /Q C:\D\S\CR\3\Win2K_XP\i386\*.??_ 
)  
 START C:\D\S\CR\3\CTZapxx.Exe /S 
) 

C:\&gt;IF NOT EXIST C:\D\S\N\AudioUtl.exe GOTO DP_SA_4 

C:\&gt;IF NOT EXIST C:\D\S\T\2\Setup.ex_ GOTO DP_SA_5 

C:\&gt;IF EXIST C:\WINDOWS\system32\drivers\FM801.SYS (
IF EXIST C:\D\S\T\2\Setup.ex_ (
EXPAND -R C:\D\S\T\2\*.* C:\D\S\T\2  
 DEL /Q C:\D\S\T\2\*.??_ 
)  
 START C:\D\S\T\2\Setup.exe /S 
) 

C:\&gt;IF NOT EXIST C:\D\S\V\1\V_ENVY.exe GOTO DP_SA_6 

C:\&gt;IF NOT EXIST C:\D\S\V\2\CPL.exe GOTO DP_SA_7 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   DriverPack Sound B control panels.                                     | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;SET C=C:\D\S 

C:\&gt;IF NOT EXIST C:\D\S\T\3\T_3.exe GOTO DP_SB_2 

C:\&gt;IF NOT EXIST C:\D\S\T\4\T_SSU.exe GOTO DP_SB_3 

C:\&gt;IF NOT EXIST C:\D\S\T\5\T_DMX.exe GOTO DP_SB_4 

C:\&gt;IF NOT EXIST C:\D\S\S\U GOTO DP_SB_5 

C:\&gt;IF EXIST C:\WINDOWS\system32\drivers\sthda.sys (
COPY /Y C:\D\S\S\U\stlang.dll C:\WINDOWS\system32  1&gt;NUL  
 COPY /Y C:\D\S\S\U\stacgui.dll C:\WINDOWS\system32  1&gt;NUL  
 COPY /Y C:\D\S\S\U\stacgui.cpl C:\WINDOWS\system32  1&gt;NUL  
 MD &quot;C:\Program Files\Sigmatel\C-Major Audio\STACGUI&quot;  
 COPY /Y C:\D\S\S\U\sttray.exe &quot;C:\Program Files\Sigmatel\C-Major Audio\STACGUI&quot;  1&gt;NUL  
 COPY /Y C:\D\S\S\U\stlang.dll &quot;C:\Program Files\Sigmatel\C-Major Audio\WDM&quot;  1&gt;NUL 
) 

C:\&gt;IF NOT EXIST C:\D\S\SI\1\SI_7012.exe GOTO DP_SB_6 

C:\&gt;IF NOT EXIST C:\D\S\SI\2\SI_7018.exe GOTO DP_SB_7 

C:\&gt;GOTO EXCEPTIONS 

C:\&gt;SET T=C:\tmp.txt 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   Workaround for AMD Athlon 64 X2 CPU&#039;s lagging issues.                  | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;devcon find ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_*  1&gt;&gt;C:\tmp.txt 

C:\&gt;agrep -s -ci &quot;AMD Athlon(tm) 64 X2 Dual Core&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (addUsepmtimer.exe) 

C:\&gt;DEL /F /Q C:\tmp.txt 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   Workaround for nVidia nForce 3 ethernet.                               | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;devcon find &quot;PCI\VEN_10DE&amp;DEV_00DF&quot;  1&gt;&gt;C:\tmp.txt 

C:\&gt;agrep -s -ci &quot;SUBSYS_E0001458&amp;REV_A2&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (
devcon update &quot;C:\D\L\NV\123\nvnetbus.inf&quot; &quot;PCI\VEN_10DE&amp;DEV_00DF&amp;SUBSYS_E0001458&amp;REV_A2&quot;  1&gt;&gt;NULL  
 devcon update &quot;C:\D\L\NV\123\nvnetfd.inf&quot; &quot;{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*&quot;  1&gt;&gt;NULL 
) 

C:\&gt;DEL /F /Q C:\tmp.txt 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   Workaround for Hercules Fortissimo, Game Theater and Digifire APU&#039;s.   | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;devcon find &quot;PCI\VEN_1013&amp;DEV_6003*&quot;  1&gt;&gt;C:\tmp.txt 

C:\&gt;agrep -s -ci &quot;SUBSYS_005014AF&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_005014AF&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_00501681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_00501681&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_00521681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_00521681&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_00531681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_00531681&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_00541681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_00541681&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_A0111681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_A0111681&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_A0121681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_A0121681&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_00511681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_00511681&quot; ) 

C:\&gt;agrep -s -ci &quot;SUBSYS_A0101681&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;PCI\VEN_1013&amp;DEV_6003&amp;SUBSYS_A0101681&quot; ) 

C:\&gt;DEL /F /Q C:\tmp.txt 

C:\&gt;devcon find &quot;HERCULES\*&quot;  1&gt;&gt;C:\tmp.txt 

C:\&gt;agrep -s -ci &quot;GTXP_WDM_INTERFACE&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;HERCULES\GTXP_WDM_INTERFACE&quot; ) 

C:\&gt;agrep -s -ci &quot;GF3_WDM_INTERFACE&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;HERCULES\GF3_WDM_INTERFACE&quot; ) 

C:\&gt;agrep -s -ci &quot;GF2_WDM_INTERFACE&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;HERCULES\GF2_WDM_INTERFACE&quot; ) 

C:\&gt;agrep -s -ci &quot;DFIRE_WDM_INTERFACE&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;HERCULES\DFIRE_WDM_INTERFACE&quot; ) 

C:\&gt;agrep -s -ci &quot;GTXP71_WDM_INTERFACE&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;HERCULES\GTXP71_WDM_INTERFACE&quot; ) 

C:\&gt;agrep -s -ci &quot;PNPB02F&quot; C:\tmp.txt 
0
Grand Total: 0 match(es) found.

C:\&gt;IF 0 GEQ 1 (devcon install &quot;C:\D\S\H\2\wdmaherc.inf&quot; &quot;HERCULES\*PNPB02F&quot; ) 

C:\&gt;DEL /F /Q C:\tmp.txt 

C:\&gt;REM +==========================================================================+ 

C:\&gt;REM |   KTD (Keep The Drivers) commands.                                       | 

C:\&gt;REM |--------------------------------------------------------------------------| 

C:\&gt;SET tagfile=\OEM\bin 

C:\&gt;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 z) DO IF EXIST &quot;%i:\OEM\bin&quot; SET CDDRIVE=%i: 

C:\&gt;IF EXIST &quot;c:\OEM\bin&quot; SET CDDRIVE=c: 

C:\&gt;IF EXIST &quot;d:\OEM\bin&quot; SET CDDRIVE=d: 

C:\&gt;IF EXIST &quot;e:\OEM\bin&quot; SET CDDRIVE=e: 

C:\&gt;IF EXIST &quot;f:\OEM\bin&quot; SET CDDRIVE=f: 

C:\&gt;IF EXIST &quot;g:\OEM\bin&quot; SET CDDRIVE=g: 

C:\&gt;IF EXIST &quot;h:\OEM\bin&quot; SET CDDRIVE=h: 

C:\&gt;IF EXIST &quot;i:\OEM\bin&quot; SET CDDRIVE=i: 

C:\&gt;IF EXIST &quot;j:\OEM\bin&quot; SET CDDRIVE=j: 

C:\&gt;IF EXIST &quot;k:\OEM\bin&quot; SET CDDRIVE=k: 

C:\&gt;IF EXIST &quot;l:\OEM\bin&quot; SET CDDRIVE=l: 

C:\&gt;IF EXIST &quot;m:\OEM\bin&quot; SET CDDRIVE=m: 

C:\&gt;IF EXIST &quot;n:\OEM\bin&quot; SET CDDRIVE=n: 

C:\&gt;IF EXIST &quot;o:\OEM\bin&quot; SET CDDRIVE=o: 

C:\&gt;IF EXIST &quot;p:\OEM\bin&quot; SET CDDRIVE=p: 

C:\&gt;IF EXIST &quot;q:\OEM\bin&quot; SET CDDRIVE=q: 

C:\&gt;IF EXIST &quot;r:\OEM\bin&quot; SET CDDRIVE=r: 

C:\&gt;IF EXIST &quot;s:\OEM\bin&quot; SET CDDRIVE=s: 

C:\&gt;IF EXIST &quot;t:\OEM\bin&quot; SET CDDRIVE=t: 

C:\&gt;IF EXIST &quot;u:\OEM\bin&quot; SET CDDRIVE=u: 

C:\&gt;IF EXIST &quot;v:\OEM\bin&quot; SET CDDRIVE=v: 

C:\&gt;IF EXIST &quot;w:\OEM\bin&quot; SET CDDRIVE=w: 

C:\&gt;IF EXIST &quot;x:\OEM\bin&quot; SET CDDRIVE=x: 

C:\&gt;IF EXIST &quot;y:\OEM\bin&quot; SET CDDRIVE=y: 

C:\&gt;IF EXIST &quot;z:\OEM\bin&quot; SET CDDRIVE=z: 

C:\&gt;IF ==: GOTO KTD_M1</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jr]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=88</uri>
			</author>
			<updated>2006-05-30T18:51:47Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=312#p312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=302#p302"/>
			<content type="html"><![CDATA[<p>That&#039;s DPs_BASE.log. I asked for DPs_fnsh.log, which should be in %SystemDrive%\ after your installation! If you can get me that file quickly, I&#039;ll probably be able to fix it in 6.05.2 (released tonight).</p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-05-30T18:04:23Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=302#p302</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=298#p298"/>
			<content type="html"><![CDATA[<p>Ok. Here&#039;s full logfile. Is there&#039;s supposed to be CD:\OEM\bin folder on CD? If so obviously it&#039;s not problem with DPS_FNSH.CMD, but instead something going wrong integrating drivers.</p><div class="codebox"><pre><code>2006-05-30 10:03:16 : &lt;INIT&gt; DriverPacks BASE 6.05.1 initialized.
2006-05-30 10:03:16 : &lt;INIT&gt; Could not detect settings file.
2006-05-30 10:03:16 : &lt;INIT&gt; [General]\wizdButtons not specified: default (yes) was set.
2006-05-30 10:03:16 : &lt;INIT&gt; [General]\GUI not specified: default (yes) was set.
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack Chipset 6.05!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack CPU 6.03!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack Graphics A 6.03!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack Graphics B 6.03!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack Graphics C 6.03!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack LAN 6.05!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack MassStorage 6.03.1!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack Sound A 6.03!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack Sound B 6.03!
2006-05-30 10:03:16 : &lt;INIT&gt; Detected DriverPack WLAN 6.05!
2006-05-30 10:03:16 : &lt;INIT&gt; Could not detect any 3rd party DriverPacks.
2006-05-30 10:03:16 : &lt;INIT&gt; DriverPacks scanned sucessfully.
2006-05-30 10:03:16 : &lt;INIT&gt; QuickStream Cache directory not found!
2006-05-30 10:03:16 : &lt;GUI&gt;  Initialized GUI.
2006-05-30 10:03:35 : &lt;GUI&gt;  Changed Windows installation files location to D:\Projects\WXPSP2USVLK.
2006-05-30 10:03:35 : &lt;GUI&gt;  Detected Windows XP Professional SP2 in D:\Projects\WXPSP2USVLK.
2006-05-30 10:04:01 : &lt;GUI&gt;  Saved settings!
2006-05-30 10:04:01 : &lt;GUI&gt;  Closed GUI.
2006-05-30 10:04:01 : &lt;SEL&gt;  Selected module: mod_wxp_x86-32_disc_m1.
2006-05-30 10:04:02 : &lt;PREP&gt; Removed all attributes from \I386.
2006-05-30 10:04:03 : &lt;PREP&gt; Generated \I386\winnt.sif file.
2006-05-30 10:04:03 : &lt;PREP&gt; Created a backup of \I386\txtsetup.sif.
2006-05-30 10:04:03 : &lt;PREP&gt; Created a backup of \I386\dosnet.inf.
2006-05-30 10:04:03 : &lt;PREP&gt; Created temporary working directory.
2006-05-30 10:04:03 : &lt;SLIP&gt; Created QSC directory.
2006-05-30 10:04:04 : &lt;SLIP&gt; Extracted DriverPack Chipset.
2006-05-30 10:04:05 : &lt;SLIP&gt; Extracted DriverPack CPU.
2006-05-30 10:04:35 : &lt;SLIP&gt; Extracted DriverPack Graphics A.
2006-05-30 10:05:24 : &lt;SLIP&gt; Extracted DriverPack Graphics B.
2006-05-30 10:05:55 : &lt;SLIP&gt; Extracted DriverPack Graphics C.
2006-05-30 10:06:02 : &lt;SLIP&gt; Extracted DriverPack LAN.
2006-05-30 10:06:12 : &lt;SLIP&gt; Extracted DriverPack MassStorage.
2006-05-30 10:07:02 : &lt;SLIP&gt; Extracted DriverPack Sound A.
2006-05-30 10:08:35 : &lt;SLIP&gt; Extracted DriverPack Sound B.
2006-05-30 10:09:02 : &lt;SLIP&gt; Extracted DriverPack WLAN.
2006-05-30 10:09:02 : &lt;SLIP&gt; Started CAB compressing DriverPack Chipset (estimated 24 seconds).
2006-05-30 10:09:22 : &lt;SLIP&gt; Finished CAB compressing DriverPack Chipset.
2006-05-30 10:09:23 : &lt;SLIP&gt; Started CAB compressing DriverPack CPU (estimated 1 seconds).
2006-05-30 10:09:23 : &lt;SLIP&gt; Finished CAB compressing DriverPack CPU.
2006-05-30 10:09:23 : &lt;SLIP&gt; Started CAB compressing DriverPack Graphics A (estimated 7:12 (min:sec)).
2006-05-30 10:13:03 : &lt;SLIP&gt; Finished CAB compressing DriverPack Graphics A.
2006-05-30 10:13:04 : &lt;SLIP&gt; Started CAB compressing DriverPack Graphics B (estimated 11:-6 (min:sec)).
2006-05-30 10:17:33 : &lt;SLIP&gt; Finished CAB compressing DriverPack Graphics B.
2006-05-30 10:17:34 : &lt;SLIP&gt; Started CAB compressing DriverPack Graphics C (estimated 5:25 (min:sec)).
2006-05-30 10:20:34 : &lt;SLIP&gt; Finished CAB compressing DriverPack Graphics C.
2006-05-30 10:20:34 : &lt;SLIP&gt; Started CAB compressing DriverPack LAN (estimated 2:1 (min:sec)).
2006-05-30 10:21:31 : &lt;SLIP&gt; Finished CAB compressing DriverPack LAN.
2006-05-30 10:21:32 : &lt;SLIP&gt; Started CAB compressing DriverPack MassStorage (estimated 1:17 (min:sec)).
2006-05-30 10:22:10 : &lt;SLIP&gt; Finished CAB compressing DriverPack MassStorage.
2006-05-30 10:22:11 : &lt;SLIP&gt; Started CAB compressing DriverPack Sound A (estimated 12:-10 (min:sec)).
2006-05-30 10:28:07 : &lt;SLIP&gt; Finished CAB compressing DriverPack Sound A.
2006-05-30 10:28:07 : &lt;SLIP&gt; Started CAB compressing DriverPack Sound B (estimated 7:-11 (min:sec)).
2006-05-30 10:31:48 : &lt;SLIP&gt; Finished CAB compressing DriverPack Sound B.
2006-05-30 10:31:49 : &lt;SLIP&gt; Started CAB compressing DriverPack WLAN (estimated 7:18 (min:sec)).
2006-05-30 10:35:46 : &lt;SLIP&gt; Finished CAB compressing DriverPack WLAN.
2006-05-30 10:35:51 : &lt;SLIP&gt; Slipstreamed DriverPack Chipset using the QuickStream Cache.
2006-05-30 10:35:51 : &lt;SLIP&gt; Slipstreamed DriverPack CPU using the QuickStream Cache.
2006-05-30 10:36:10 : &lt;SLIP&gt; Slipstreamed DriverPack Graphics A using the QuickStream Cache.
2006-05-30 10:36:42 : &lt;SLIP&gt; Slipstreamed DriverPack Graphics B using the QuickStream Cache.
2006-05-30 10:36:57 : &lt;SLIP&gt; Slipstreamed DriverPack Graphics C using the QuickStream Cache.
2006-05-30 10:37:09 : &lt;SLIP&gt; Slipstreamed DriverPack LAN using the QuickStream Cache.
2006-05-30 10:37:18 : &lt;SLIP&gt; Slipstreamed DriverPack MassStorage using the QuickStream Cache.
2006-05-30 10:37:49 : &lt;SLIP&gt; Slipstreamed DriverPack Sound A using the QuickStream Cache.
2006-05-30 10:38:23 : &lt;SLIP&gt; Slipstreamed DriverPack Sound B using the QuickStream Cache.
2006-05-30 10:38:58 : &lt;SLIP&gt; Slipstreamed DriverPack WLAN using the QuickStream Cache.
2006-05-30 10:38:59 : &lt;SLIP&gt; Copied Intel chipset drivers&#039; .inf files to \$OEM$\$$\INF.
2006-05-30 10:39:00 : &lt;SLIP&gt; Extracted and deleted \I386\svcpack.in_.
2006-05-30 10:39:04 : &lt;SLIP&gt; Updated \I386\svcpack.inf file to support KB888111 and KB913425.
2006-05-30 10:39:07 : &lt;SLIP&gt; Updated \I386\txtsetup.sif file to support KB888111.
2006-05-30 10:39:08 : &lt;SLIP&gt; Updated \I386\dosnet.inf file to support KB888111.
2006-05-30 10:39:09 : &lt;SLIP&gt; Updated \I386\dosnet.inf file to support KB913425.
2006-05-30 10:39:10 : &lt;SLIP&gt; Extracted DriverPack MassStorage to a temporary working directory.
2006-05-30 10:39:24 : &lt;SLIP&gt; Created QuickStream Cache for DriverPack MassStorage text mode drivers.
2006-05-30 10:39:24 : &lt;SLIP&gt; Slipstreamed DP MassStorage text mode drivers using QuickStream Cache.
2006-05-30 10:39:28 : &lt;SLIP&gt; Removed entries from \I386\txtsetup.sif that will be updated.
2006-05-30 10:39:28 : &lt;SLIP&gt; Removed entries from \I386\dosnet.inf that will be updated.
2006-05-30 10:41:26 : &lt;SLIP&gt; Updated \I386\dosnet.inf and \I386\txtsetup.sif to support DP MassStorage text mode drivers.
2006-05-30 10:41:27 : &lt;SLIP&gt; Extracted bin\finish.7z to \$OEM$\$1.
2006-05-30 10:41:28 : &lt;SLIP&gt; Added OemPnpDriversPath entry to \I386\winnt.sif.
2006-05-30 10:41:28 : &lt;SLIP&gt; Updated \I386\winnt.sif to support method 1.
2006-05-30 10:41:29 : &lt;SLIP&gt; Copied files necessary for KTD to \$OEM$\$1.
2006-05-30 10:41:29 : &lt;SLIP&gt; Updated \$OEM$\cmdlines.txt to execute DPs_ROE.cmd.
2006-05-30 10:41:29 : &lt;SLIP&gt; Created \$OEM\DPs_ROE.cmd batch file.
2006-05-30 10:41:29 : &lt;SLIP&gt; Slipstream finished in 37 minutes and 28 seconds.
2006-05-30 10:41:31 : &lt;CLNP&gt; Temporary working directory successfully deleted.
2006-05-30 10:41:31 : Program terminated.</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jr]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=88</uri>
			</author>
			<updated>2006-05-30T17:57:12Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=298#p298</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=297#p297"/>
			<content type="html"><![CDATA[<p>I was wondering about that line. I don&#039;t know much about batch, but is that line supposed to signify NUL?</p>]]></content>
			<author>
				<name><![CDATA[razormoon]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14</uri>
			</author>
			<updated>2006-05-30T17:29:11Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=297#p297</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=296#p296"/>
			<content type="html"><![CDATA[<p>Could you please post the file DPs_fnsh.log? And use CODE tags please!</p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-05-30T17:22:15Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=296#p296</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=292#p292"/>
			<content type="html"><![CDATA[<p>There seems to be some problem that happens while running DPS_FNSH.CMD.</p><p>Script works fine until &quot;:KTD_M2&quot; part.&nbsp; However, since neither CD nor HDD contain &quot;\OEM\bin&quot; folder variable CDDRIVE is left as empty. This in causes &quot;IF %CDDRIVE%==: GOTO KTD_M1&quot; line to fail because it&#039;s parsed as &quot;IF ==: GOTO KTD_M1&quot; which is obviously incorrect. It causes &quot;GOTO was unexpected at this time&quot; error and stops processing DPS_FNSH.CMD. </p><p>It seems that at least some of files that should be under CD:\OEM\bin are actually placed to CD:\$OEM$\$1 and end up being copied to C:\ during install. Or should I manually copy &quot;bin&quot; folder from DriverPack tool folder to CD:\$OEM$\$1\bin before creating CD image? It doesn&#039;t exist under D:\Projects\WXPSP2USVLK on my computer after running DPs_BASE.EXE. Base itself goes just fine without errors. DPs_BASE.LOG shows following lines:</p><div class="codebox"><pre><code>2006-05-30 10:38:59 : &lt;SLIP&gt; Copied Intel chipset drivers&#039; .inf files to \$OEM$\$$\INF.
2006-05-30 10:41:27 : &lt;SLIP&gt; Extracted bin\finish.7z to \$OEM$\$1.
2006-05-30 10:41:29 : &lt;SLIP&gt; Copied files necessary for KTD to \$OEM$\$1.
2006-05-30 10:41:29 : &lt;SLIP&gt; Updated \$OEM$\cmdlines.txt to execute DPs_ROE.cmd.
2006-05-30 10:41:29 : &lt;SLIP&gt; Created \$OEM\DPs_ROE.cmd batch file.</code></pre></div><p>No other references to OEM or $OEM$.</p><p>Settings used:<br /></p><div class="codebox"><pre><code>[Settings]
type		= &quot;disc&quot;
location	= &quot;D:\Projects\WXPSP2USVLK&quot;      (This is fresh download from MVLS)
DriverPacks	= &quot;all&quot;
DPsMethod	= &quot;1&quot;
finishMethod	= &quot;RunOnceEx&quot;
[RunOnceExSettings]
startID		= &quot;default&quot;
[OptionalSettings]
KTD		= &quot;all&quot;
QSC		= &quot;yes&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jr]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=88</uri>
			</author>
			<updated>2006-05-30T16:59:35Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=292#p292</id>
		</entry>
</feed>
