<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - SOLVED: CCC still not getting installed]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=184</link>
		<description><![CDATA[The most recent posts in SOLVED: CCC still not getting installed.]]></description>
		<lastBuildDate>Tue, 01 Aug 2006 08:40:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SOLVED: CCC still not getting installed]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=1826#p1826</link>
			<description><![CDATA[<p>Fixed in 6.07.</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Tue, 01 Aug 2006 08:40:35 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=1826#p1826</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: CCC still not getting installed]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=1037#p1037</link>
			<description><![CDATA[<p>same here</p>]]></description>
			<author><![CDATA[null@example.com (muiz_old)]]></author>
			<pubDate>Tue, 27 Jun 2006 10:00:08 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=1037#p1037</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: CCC still not getting installed]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=923#p923</link>
			<description><![CDATA[<p>Same problem here <img src="http://forum.driverpacks.net/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (levien)]]></author>
			<pubDate>Sat, 17 Jun 2006 19:24:16 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=923#p923</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: CCC still not getting installed]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=921#p921</link>
			<description><![CDATA[<p>Thanks, I found that out myself in the meantime <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />The trick is to simply check &quot;delete CAT files&quot; in nLite.<br />Since I already disabled the WFP, it&#039;s no big deal.</p><p>I don&#039;t care about some certificate form MS anyhow.<br />As long as the driver&#039;s stable that&#039;s enough for me.</p><p>That said, I successfully finished the second installation, but the CCC problem remains.<br />Having access to the DP log file, I will post that now.</p><div class="codebox"><pre><code>C:\WINDOWS\system32&gt;CMDOW @ /HID 

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

C:\WINDOWS\system32&gt;REM |                                                                          | 

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

C:\WINDOWS\system32&gt;REM |                                                                          | 

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

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

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

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

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

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

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

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

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

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

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

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

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

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\atioglx1.dll (
IF EXIST C:\ATICCC.ins (
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 
)  
 IF EXIST C:\ATICCP.ins (
C:\D\GA\1\ATICCP.exe -y -oC:\WINDOWS\DPs_temp  
 START /WAIT C:\WINDOWS\DPs_temp\Setup.exe /K  
 RD /S /Q C:\WINDOWS\DPs_temp 
) 
) 

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

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

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

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

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

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

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

C:\WINDOWS\system32&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:\WINDOWS\system32&gt;REM +==========================================================================+ 

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

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

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

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

C:\WINDOWS\system32&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:\WINDOWS\system32&gt;REM +==========================================================================+ 

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

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

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

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

C:\WINDOWS\system32&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:\WINDOWS\system32&gt;IF NOT EXIST C:\D\S\CR\3 GOTO DP_SA_3 

C:\WINDOWS\system32&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:\WINDOWS\system32&gt;IF NOT EXIST C:\D\S\N\AudioUtl.exe GOTO DP_SA_4 

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\drivers\nvapu.sys (
START /WAIT C:\D\S\N\AudioUtl.exe -y -oC:\WINDOWS\DPs_temp  
 START /WAIT C:\WINDOWS\DPs_temp\Setup.exe -s -f1  
 RD /S /Q C:\WINDOWS\DPs_temp 
) 

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

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

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

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\drivers\vinyl97.sys START /WAIT C:\D\S\V\2\CPL.exe -y -oC:\WINDOWS\system32\ 

C:\WINDOWS\system32&gt;REN C:\WINDOWS\system32\ADeck.ex ADeck.exe 

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

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

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

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

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

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\drivers\cmaudio.sys START C:\D\S\T\3\T_3.exe 

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

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\drivers\TT1724ht.sys START C:\D\S\T\4\T_SSU.exe 

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

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\drivers\dmxsens.sys START C:\D\S\T\5\T_DMX.EXE 

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

C:\WINDOWS\system32&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:\Programme\Sigmatel\C-Major Audio\STACGUI&quot;  
 COPY /Y C:\D\S\S\U\sttray.exe &quot;C:\Programme\Sigmatel\C-Major Audio\STACGUI&quot;  1&gt;NUL  
 COPY /Y C:\D\S\S\U\stlang.dll &quot;C:\Programme\Sigmatel\C-Major Audio\WDM&quot;  1&gt;NUL 
) 

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

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\drivers\sis7012.sys (START C:\D\S\SI\1\SI_7012.exe x -y -oC:\WINDOWS\system32\ ) 

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

C:\WINDOWS\system32&gt;IF EXIST C:\WINDOWS\system32\drivers\sis7018.sys (START C:\D\S\SI\2\SI_7018.exe x -y -oC:\WINDOWS\system32\ ) 

C:\WINDOWS\system32&gt;GOTO EXCEPTIONS 

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

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

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

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

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;AMD Athlon(tm) 64 X2 Dual Core&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 GEQ 1 (addUsepmtimer.exe) 

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

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

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

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

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_E0001458&amp;REV_A2&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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;NULL  
 devcon update &quot;C:\D\L\NV\123\nvnetfd.inf&quot; &quot;{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*&quot;  1&gt;NULL 
) 

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

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

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

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

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_005014AF&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_00501681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_00521681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_00531681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_00541681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_A0111681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_A0121681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_00511681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;agrep -s -ci &quot;SUBSYS_A0101681&quot; C:\tmp.txt 

C:\WINDOWS\system32&gt;IF 9009 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:\WINDOWS\system32&gt;DEL /F /Q C:\tmp.txt 

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;GTXP_WDM_INTERFACE&quot; C:\tmp.txt 

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;GF3_WDM_INTERFACE&quot; C:\tmp.txt 

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;GF2_WDM_INTERFACE&quot; C:\tmp.txt 

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;DFIRE_WDM_INTERFACE&quot; C:\tmp.txt 

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;GTXP71_WDM_INTERFACE&quot; C:\tmp.txt 

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

C:\WINDOWS\system32&gt;agrep -s -ci &quot;PNPB02F&quot; C:\tmp.txt 

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

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

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

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

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

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

C:\WINDOWS\system32&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:\WINDOWS\system32&gt;IF EXIST &quot;c:\OEM\bin&quot; SET CDDRIVE=c: 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

C:\WINDOWS\system32&gt;IF &#039;d:&#039; == &#039;&#039; GOTO KTD_M1 

C:\WINDOWS\system32&gt;SET method=2 

C:\WINDOWS\system32&gt;IF EXIST d:\OEM\bin\makePNF.exe (
REM 1st sublevel  
 SET ktd=yes  
 IF EXIST d:\OEM\bin\KTDpaths.cmd (d:\OEM\bin\KTDpaths.cmd)  ELSE (
START d:\OEM\bin\WatchDSP.exe  
 START d:\OEM\bin\CloseDSP.exe  
 START d:\OEM\bin\hideMakePNF.exe  
 START /WAIT d:\OEM\bin\makePNF.exe C:\D  
 TASKKILL /F /IM CloseDSP.exe /IM hideMakePNF.exe /IM WatchDSP.exe 
) 
)  ELSE (
REM 1st sublevel  
 IF EXIST d:\OEM\bin\KTDpatterns.cmd (
d:\OEM\bin\KTDpatterns.cmd 
 REM 2nd sublevel 
)  ELSE (
REM 2nd sublevel  
 SET ktd=no  
 d:\OEM\bin\DevPath.exe C:\WINDOWS\Inf 
) 
) 

C:\WINDOWS\system32&gt;GOTO 3PSCRIPT 

C:\WINDOWS\system32&gt;IF EXIST C:\3pscript.cmd (START /WAIT C:\3pscript.cmd ) 

C:\WINDOWS\system32&gt;GOTO CLEANUP 

C:\WINDOWS\system32&gt;IF ktd == no (RD /S /Q C:\D ) 

C:\WINDOWS\system32&gt;IF method == 1 (
DEL /F /Q C:\CloseDSP.exe  
 DEL /F /Q C:\hideMakePNF.exe  
 DEL /F /Q C:\robocopy.exe  
 DEL /F /Q C:\WatchDSP.exe  
 IF EXIST C:\KTDpaths.cmd DEL /F /Q C:\KTDpaths.cmd  
 IF EXIST C:\KTDpatterns.cmd DEL /F /Q C:\KTDpatterns.cmd 
) 

C:\WINDOWS\system32&gt;DEL /F /Q C:\addUsepmtimer.exe 

C:\WINDOWS\system32&gt;DEL /F /Q C:\agrep.exe 

C:\WINDOWS\system32&gt;DEL /F /Q C:\devcon.exe 

C:\WINDOWS\system32&gt;DEL /F /Q C:\fnsh_log.cmd 

C:\WINDOWS\system32&gt;DEL /F /Q C:\DPs_fnsh.cmd</code></pre></div><p>Oh, btw, the D folder also didn&#039;t get deleted again, although I made 100% sure I checked no KtD in the settings...</p>]]></description>
			<author><![CDATA[null@example.com (Helmi)]]></author>
			<pubDate>Sat, 17 Jun 2006 18:48:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=921#p921</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: CCC still not getting installed]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=919#p919</link>
			<description><![CDATA[<p>Helmi, Ryan&#039;s Update Pack had the exact same problem prior to version 2.0.&nbsp; His solution was to remove a lot of the updates from the pack.&nbsp; You can <a href="http://www.ryanvm.net/forum/viewtopic.php?p=5707&amp;#5707">work around</a> the issue by disabling SFC/WFP and deleting all entries under [ProductCatalogsToInstall] in SVCPACK.INF.</p><p>The problem is that Windows XP has a very hard time integrating more than around <a href="http://www.ryanvm.net/forum/viewtopic.php?p=18296&amp;#18296">150 CATs</a>.</p>]]></description>
			<author><![CDATA[null@example.com (5eraph)]]></author>
			<pubDate>Sat, 17 Jun 2006 18:01:45 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=919#p919</guid>
		</item>
		<item>
			<title><![CDATA[SOLVED: CCC still not getting installed]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=914#p914</link>
			<description><![CDATA[<p>So, this is the first time I tried to install with BASE 6.06.1 on my laptop hoping the CCC/CP selection would work now (it didn&#039;T wit hprevious versions) and this is what I encountered:</p><p>Previously, neither the CCC nor the CP would get installed.<br />Now, even though I selected CCC in the BASE, CP got installed instead.</p><p>Ok, better than having neither installed but still not exactly what I wanted <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>I&#039;m not sure why this is the case, however, with the old script BASE, it would always install the CP on my laptop, but the CCC on my desktop.</p><p>Maybe it has to do with the device IDs, something about the Mobility X700.</p><p>So here they are:<br /></p><div class="codebox"><pre><code>[PCI Devices]
PCI\VEN_1002&amp;DEV_5653&amp;SUBSYS_00701025&amp;REV_00\4&amp;266C3FA7&amp;0&amp;0008: ATI MOBILITY RADEON X700 
PCI\VEN_104C&amp;DEV_8026&amp;SUBSYS_00701025&amp;REV_00\4&amp;1D3F0FBB&amp;0&amp;38F0: Texas Instruments OHCI-konformer IEEE 1394-Hostcontroller
PCI\VEN_1217&amp;DEV_7110&amp;SUBSYS_00701025&amp;REV_00\4&amp;1D3F0FBB&amp;0&amp;4AF0: O2Micro OZ711Mx MemoryCardBus Accelerator
PCI\VEN_1217&amp;DEV_7223&amp;SUBSYS_00701025&amp;REV_00\4&amp;1D3F0FBB&amp;0&amp;48F0: Standard-CardBus-Controller
PCI\VEN_1217&amp;DEV_7223&amp;SUBSYS_00701025&amp;REV_00\4&amp;1D3F0FBB&amp;0&amp;49F0: Standard-CardBus-Controller
PCI\VEN_1217&amp;DEV_7223&amp;SUBSYS_00701025&amp;REV_00\4&amp;1D3F0FBB&amp;0&amp;4BF0: Standard-CardBus-Controller
PCI\VEN_14E4&amp;DEV_169C&amp;SUBSYS_00701025&amp;REV_03\4&amp;1D3F0FBB&amp;0&amp;30F0: Broadcom NetLink (TM) Gigabit Ethernet
PCI\VEN_8086&amp;DEV_2448&amp;SUBSYS_00000000&amp;REV_D4\3&amp;B1BFB68&amp;0&amp;F0 : Intel(R) 82801 PCI Bridge - 2448
PCI\VEN_8086&amp;DEV_2590&amp;SUBSYS_00000000&amp;REV_03\3&amp;B1BFB68&amp;0&amp;00 : Mobile Intel(R) 915GM/PM/GMS/910GML Express Processor to DRAM Controller - 2590
PCI\VEN_8086&amp;DEV_2591&amp;SUBSYS_00000000&amp;REV_03\3&amp;B1BFB68&amp;0&amp;08 : Mobile Intel(R) 915GM/PM Express PCI Express Root Port - 2591
PCI\VEN_8086&amp;DEV_2641&amp;SUBSYS_00000000&amp;REV_04\3&amp;B1BFB68&amp;0&amp;F8 : Intel(R) 82801FBM LPC Interface Controller - 2641
PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;FA : Intel(R) 82801FBM Ultra ATA Storage Controllers - 2653
PCI\VEN_8086&amp;DEV_2658&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;E8 : Intel(R) 82801FB/FBM USB Universal Host Controller - 2658
PCI\VEN_8086&amp;DEV_2659&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;E9 : Intel(R) 82801FB/FBM USB Universal Host Controller - 2659
PCI\VEN_8086&amp;DEV_265A&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;EA : Intel(R) 82801FB/FBM USB Universal Host Controller - 265A
PCI\VEN_8086&amp;DEV_265B&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;EB : Intel(R) 82801FB/FBM USB Universal Host Controller - 265B
PCI\VEN_8086&amp;DEV_265C&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;EF : Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C
PCI\VEN_8086&amp;DEV_2660&amp;SUBSYS_00000000&amp;REV_04\3&amp;B1BFB68&amp;0&amp;E0 : Intel(R) 82801FB/FBM PCI Express Root Port - 2660
PCI\VEN_8086&amp;DEV_2662&amp;SUBSYS_00000000&amp;REV_04\3&amp;B1BFB68&amp;0&amp;E1 : Intel(R) 82801FB/FBM PCI Express Root Port - 2662
PCI\VEN_8086&amp;DEV_2664&amp;SUBSYS_00000000&amp;REV_04\3&amp;B1BFB68&amp;0&amp;E2 : Intel(R) 82801FB/FBM PCI Express Root Port - 2664
PCI\VEN_8086&amp;DEV_2668&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;D8 : Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_8086&amp;DEV_266A&amp;SUBSYS_00701025&amp;REV_04\3&amp;B1BFB68&amp;0&amp;FB : Intel(R) 82801FB/FBM SMBus Controller - 266A
PCI\VEN_8086&amp;DEV_4223&amp;SUBSYS_10018086&amp;REV_05\4&amp;1D3F0FBB&amp;0&amp;18F0: Intel(R) PRO/Wireless 2915ABG Network Connection
23 matching device(s) found.


[USB Devices]
USB\ROOT_HUB\4&amp;2DDB127&amp;0                                    : USB-Root-Hub
USB\ROOT_HUB\4&amp;38C7C80D&amp;0                                   : USB-Root-Hub
USB\ROOT_HUB\4&amp;5F6DE3A&amp;0                                    : USB-Root-Hub
USB\ROOT_HUB\4&amp;B934A7D&amp;0                                    : USB-Root-Hub
USB\ROOT_HUB20\4&amp;50C6552&amp;0                                  : USB-Root-Hub
USB\VID_045E&amp;PID_001E\5&amp;18CE9FAF&amp;0&amp;2                        : Microsoft IntelliMouse Explorer (USB)
6 matching device(s) found.


[Unknown Devices]
No matching devices found.</code></pre></div><p>On another note, using the orinial Catalyst drivers from ATi&#039;s page I could never install them without applying the <a href="http://driverheaven.net/patje/">Mobility Modder</a> first.<br />So, I&#039;m happy the DriverPacks will install the drivers, but I would be even more if also the CCC would get installed <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Any ideas?</p><p>PS: Unfortunately I don&#039;t have the log files anymore since Sereby just released his new packs yesterday and I tried to reinstall.<br />However, something with his CATs seems to be bugged so the installation runs endlessly at T-39.<br />I had it run for about 9 hours when I cancelled it, so currently, there&#039;s no log files on the system nor a proper XP installation...</p>]]></description>
			<author><![CDATA[null@example.com (Helmi)]]></author>
			<pubDate>Sat, 17 Jun 2006 09:40:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=914#p914</guid>
		</item>
	</channel>
</rss>
