Topic: BUG: ATI CCC not installed

Hi all, just wondered if someone could point me in the right direction. I have 2 small problems

1. The ATI CCC does not install but the ATI drivers do

2. It won't restart my puter while loading windows i have to manully restart every time (reset switch) but everythink work great,

I know it's somethink to do with my puter setup as i have another puter and it works fine, reboot, loads sis drivers and there control panel it just my main puter i seem to have trouble with ...

My system ...

Abit AN8 Ultra
AMD Optron 146
GeCube ATI X800GT
WD 250JS x 2 in Raid 0
On Board Sound
BenQ DW1640
Liteon SHW165p6

If anyone could help that would be great
Thanks
Craig

Last edited by Bâshrat the Sneaky (2006-07-27 02:27:19)

Re: BUG: ATI CCC not installed

#1: Did the CP install though?
That's the problem I'm having despite selecting CCC in BASE.
What GFX card is that?

It's definately a known problem, though.


#2 So I assume it stalls/hangs during the installation, correct?
(or what do you mean by loading, the boot process? Please be more precise!).
At what state does it do this?
Still Textmode setup or after first reboot?
If so, what does the timer say (T minus #minutes)?

Re: BUG: ATI CCC not installed

Hey Helmi it a PCI-e card .....

Sorry man what i ment was when windows    Press any key to load from cd - Formats - installs - "restarts windows" - install windows (t13 etc) - "restarts windows" - finish install - ready to use

Its the  "restarts windows"  that won't restart ( reboot what ever u want to call it ) it just hangs there and i have to hit the rest button. The driver installs and nothin else for the ATI part every other driver is install correctly....

Re: BUG: ATI CCC not installed

wrx wrote:

Hey Helmi it a PCI-e card .....

Which card exactly?

Sorry man what i ment was when windows    Press any key to load from cd - Formats - installs - "restarts windows" - install windows (t13 etc) - "restarts windows" - finish install - ready to use

Its the  "restarts windows"  that won't restart ( reboot what ever u want to call it ) it just hangs there and i have to hit the rest button. The driver installs and nothin else for the ATI part every other driver is install correctly....

So it hangs on both of the restarts?

Have you tried using Save Settings in your BIOS compared to Performance ones?
Win setup is ususally very tricky if you use fast RAM timings.

For the ATi problem I can't help you any further if you cannot tell us the designation of the card.

Also, please post your log files found in root.
Use the code tags for the list, please.

Re: BUG: ATI CCC not installed

Which card exactly?

Gecube - GC-RX800GTU3-D3

So it hangs on both of the restarts?

Yep that its..

Have you tried using Save Settings in your BIOS compared to Performance ones?
Win setup is ususally very tricky if you use fast RAM timings.

No not yet but if i take in out of RAID 0 and just back to a single HD it work fine, if that any help , o and by the way 2.2.2.5 ram timing


Also, please post your log files found in root.
Use the code tags for the list, please.

ok you lost me  there ??? How do i do that ???

ps thanks for ur help

Last edited by wrx (2006-07-20 11:35:25)

Re: BUG: ATI CCC not installed

wrx wrote:

Also, please post your log files found in root.
Use the code tags for the list, please.

ok you lost me  there ??? How do i do that ???

After installation, there's a dps_fnsh.log file in your root, ususally C:\
Open it, copy the contents ([ctrl]+[a], [ctrl]+[c]) and paste it into your post.

Put code tags around it like this
(code)blahblah(/code), only using [ and ] for ( and ).

It will then look like this:

C:\WINDOWS\system32>CMDOW @ /HID 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |                                                                          | 

C:\WINDOWS\system32>REM | Only edit this file if you know what you're doing!                       | 

C:\WINDOWS\system32>REM |                                                                          | 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |   Editable variables.                                                    | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>SET DriverPacks=C:\D 

C:\WINDOWS\system32>SET D=C:\WINDOWS\system32\drivers 

C:\WINDOWS\system32>SET S=C:\WINDOWS\system32 

C:\WINDOWS\system32>SET DPS_TMP=C:\WINDOWS\DPs_temp 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |   DriverPack Graphics A control panels.                                  | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>SET C=C:\D\G 

C:\WINDOWS\system32>IF NOT EXIST C:\D\G\A\1 GOTO DP_GA_2 

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

C:\WINDOWS\system32>REM |   DriverPack Graphics B control panels.                                  | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>SET C=C:\D\G 

C:\WINDOWS\system32>IF NOT EXIST C:\D\G\3\1 GOTO DP_GB_2 

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

C:\WINDOWS\system32>IF NOT EXIST C:\D\G\S\1 GOTO DP_GB_3 

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

C:\WINDOWS\system32>REM |   DriverPack Graphics C control panels.                                  | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>SET C=C:\D\G 

C:\WINDOWS\system32>IF NOT EXIST C:\D\G\A\3 GOTO DP_GC_2 

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

C:\WINDOWS\system32>REM |   DriverPack Sound A control panels.                                     | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>SET C=C:\D\S 

C:\WINDOWS\system32>IF NOT EXIST C:\D\S\CR GOTO DP_SA_2 

C:\WINDOWS\system32>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>NUL  
 COPY /Y C:\D\S\CR\1\common\i386\CtPanel.exe C:\WINDOWS\system32\  1>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>NUL  
 COPY /Y C:\D\S\CR\2\common\i386\CtPanel.exe C:\WINDOWS\system32\  1>NUL  
 START C:\D\S\CR\2\CTZAPXX.exe /S 
) 
) 

C:\WINDOWS\system32>IF NOT EXIST C:\D\S\CR\3 GOTO DP_SA_3 

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

C:\WINDOWS\system32>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>IF NOT EXIST C:\D\S\T\2\Setup.ex_ GOTO DP_SA_5 

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

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

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

C:\WINDOWS\system32>REN C:\WINDOWS\system32\ADeck.ex ADeck.exe 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |   DriverPack Sound B control panels.                                     | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>SET C=C:\D\S 

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

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

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

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

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

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

C:\WINDOWS\system32>IF NOT EXIST C:\D\S\S\U GOTO DP_SB_5 

C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\sthda.sys (
COPY /Y C:\D\S\S\U\stlang.dll C:\WINDOWS\system32  1>NUL  
 COPY /Y C:\D\S\S\U\stacgui.dll C:\WINDOWS\system32  1>NUL  
 COPY /Y C:\D\S\S\U\stacgui.cpl C:\WINDOWS\system32  1>NUL  
 MD "C:\Programme\Sigmatel\C-Major Audio\STACGUI"  
 COPY /Y C:\D\S\S\U\sttray.exe "C:\Programme\Sigmatel\C-Major Audio\STACGUI"  1>NUL  
 COPY /Y C:\D\S\S\U\stlang.dll "C:\Programme\Sigmatel\C-Major Audio\WDM"  1>NUL 
) 

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

C:\WINDOWS\system32>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>IF NOT EXIST C:\D\S\SI\2\SI_7018.exe GOTO DP_SB_7 

C:\WINDOWS\system32>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>GOTO EXCEPTIONS 

C:\WINDOWS\system32>SET T=C:\tmp.txt 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |   Workaround for AMD Athlon 64 X2 CPU's lagging issues.                  | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

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

C:\WINDOWS\system32>agrep -s -ci "AMD Athlon(tm) 64 X2 Dual Core" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (addUsepmtimer.exe) 

C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |   Workaround for nVidia nForce 3 ethernet.                               | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>devcon find "PCI\VEN_10DE&DEV_00DF"  1>>C:\tmp.txt 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_E0001458&REV_A2" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (
devcon update "C:\D\L\NV\123\nvnetbus.inf" "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2"  1>NULL  
 devcon update "C:\D\L\NV\123\nvnetfd.inf" "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*"  1>NULL 
) 

C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |   Workaround for Hercules Fortissimo, Game Theater and Digifire APU's.   | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>devcon find "PCI\VEN_1013&DEV_6003*"  1>>C:\tmp.txt 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_005014AF" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_005014AF" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00501681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00501681" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00521681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00521681" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00531681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00531681" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00541681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00541681" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_A0111681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0111681" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_A0121681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0121681" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00511681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00511681" ) 

C:\WINDOWS\system32>agrep -s -ci "SUBSYS_A0101681" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0101681" ) 

C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt 

C:\WINDOWS\system32>devcon find "HERCULES\*"  1>>C:\tmp.txt 

C:\WINDOWS\system32>agrep -s -ci "GTXP_WDM_INTERFACE" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GTXP_WDM_INTERFACE" ) 

C:\WINDOWS\system32>agrep -s -ci "GF3_WDM_INTERFACE" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GF3_WDM_INTERFACE" ) 

C:\WINDOWS\system32>agrep -s -ci "GF2_WDM_INTERFACE" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GF2_WDM_INTERFACE" ) 

C:\WINDOWS\system32>agrep -s -ci "DFIRE_WDM_INTERFACE" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\DFIRE_WDM_INTERFACE" ) 

C:\WINDOWS\system32>agrep -s -ci "GTXP71_WDM_INTERFACE" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GTXP71_WDM_INTERFACE" ) 

C:\WINDOWS\system32>agrep -s -ci "PNPB02F" C:\tmp.txt 

C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\*PNPB02F" ) 

C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt 

C:\WINDOWS\system32>REM +==========================================================================+ 

C:\WINDOWS\system32>REM |   KTD (Keep The Drivers) commands.                                       | 

C:\WINDOWS\system32>REM |--------------------------------------------------------------------------| 

C:\WINDOWS\system32>SET tagfile=\OEM\bin 

C:\WINDOWS\system32>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 "%i:\OEM\bin" SET CDDRIVE=%i: 

C:\WINDOWS\system32>IF EXIST "c:\OEM\bin" SET CDDRIVE=c: 

C:\WINDOWS\system32>IF EXIST "d:\OEM\bin" SET CDDRIVE=d: 

C:\WINDOWS\system32>IF EXIST "e:\OEM\bin" SET CDDRIVE=e: 

C:\WINDOWS\system32>IF EXIST "f:\OEM\bin" SET CDDRIVE=f: 

C:\WINDOWS\system32>IF EXIST "g:\OEM\bin" SET CDDRIVE=g: 

C:\WINDOWS\system32>IF EXIST "h:\OEM\bin" SET CDDRIVE=h: 

C:\WINDOWS\system32>IF EXIST "i:\OEM\bin" SET CDDRIVE=i: 

C:\WINDOWS\system32>IF EXIST "j:\OEM\bin" SET CDDRIVE=j: 

C:\WINDOWS\system32>IF EXIST "k:\OEM\bin" SET CDDRIVE=k: 

C:\WINDOWS\system32>IF EXIST "l:\OEM\bin" SET CDDRIVE=l: 

C:\WINDOWS\system32>IF EXIST "m:\OEM\bin" SET CDDRIVE=m: 

C:\WINDOWS\system32>IF EXIST "n:\OEM\bin" SET CDDRIVE=n: 

C:\WINDOWS\system32>IF EXIST "o:\OEM\bin" SET CDDRIVE=o: 

C:\WINDOWS\system32>IF EXIST "p:\OEM\bin" SET CDDRIVE=p: 

C:\WINDOWS\system32>IF EXIST "q:\OEM\bin" SET CDDRIVE=q: 

C:\WINDOWS\system32>IF EXIST "r:\OEM\bin" SET CDDRIVE=r: 

C:\WINDOWS\system32>IF EXIST "s:\OEM\bin" SET CDDRIVE=s: 

C:\WINDOWS\system32>IF EXIST "t:\OEM\bin" SET CDDRIVE=t: 

C:\WINDOWS\system32>IF EXIST "u:\OEM\bin" SET CDDRIVE=u: 

C:\WINDOWS\system32>IF EXIST "v:\OEM\bin" SET CDDRIVE=v: 

C:\WINDOWS\system32>IF EXIST "w:\OEM\bin" SET CDDRIVE=w: 

C:\WINDOWS\system32>IF EXIST "x:\OEM\bin" SET CDDRIVE=x: 

C:\WINDOWS\system32>IF EXIST "y:\OEM\bin" SET CDDRIVE=y: 

C:\WINDOWS\system32>IF EXIST "z:\OEM\bin" SET CDDRIVE=z: 

C:\WINDOWS\system32>IF 'd:' == '' GOTO KTD_M1 

C:\WINDOWS\system32>SET method=2 

C:\WINDOWS\system32>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>GOTO 3PSCRIPT 

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

C:\WINDOWS\system32>GOTO CLEANUP 

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

C:\WINDOWS\system32>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>DEL /F /Q C:\addUsepmtimer.exe 

C:\WINDOWS\system32>DEL /F /Q C:\agrep.exe 

C:\WINDOWS\system32>DEL /F /Q C:\devcon.exe 

C:\WINDOWS\system32>DEL /F /Q C:\fnsh_log.cmd 

C:\WINDOWS\system32>DEL /F /Q C:\DPs_fnsh.cmd

Re: BUG: ATI CCC not installed

One log file

C:\Documents and Settings\Administrator>CMDOW @ /HID 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |                                                                          | 

C:\Documents and Settings\Administrator>REM | Only edit this file if you know what you're doing!                       | 

C:\Documents and Settings\Administrator>REM |                                                                          | 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   Editable variables.                                                    | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>SET DriverPacks=C:\D 

C:\Documents and Settings\Administrator>SET D=C:\WINDOWS\system32\drivers 

C:\Documents and Settings\Administrator>SET S=C:\WINDOWS\system32 

C:\Documents and Settings\Administrator>SET DPS_TMP=C:\WINDOWS\DPs_temp 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   DriverPack Graphics A control panels.                                  | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>SET C=C:\D\G 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\G\A\1 GOTO DP_GA_2 

C:\Documents and Settings\Administrator>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:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   DriverPack Graphics B control panels.                                  | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>SET C=C:\D\G 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\G\3\1 GOTO DP_GB_2 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\G\S\1 GOTO DP_GB_3 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   DriverPack Graphics C control panels.                                  | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>SET C=C:\D\G 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\G\A\3 GOTO DP_GC_2 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   DriverPack Sound A control panels.                                     | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>SET C=C:\D\S 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\CR GOTO DP_SA_2 

C:\Documents and Settings\Administrator>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>NUL  
 COPY /Y C:\D\S\CR\1\common\i386\CtPanel.exe C:\WINDOWS\system32\  1>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>NUL  
 COPY /Y C:\D\S\CR\2\common\i386\CtPanel.exe C:\WINDOWS\system32\  1>NUL  
 START C:\D\S\CR\2\CTZAPXX.exe /S 
) 
) 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\CR\3 GOTO DP_SA_3 

C:\Documents and Settings\Administrator>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:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\N\AudioUtl.exe GOTO DP_SA_4 

C:\Documents and Settings\Administrator>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:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\T\2\Setup.ex_ GOTO DP_SA_5 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\V\1\V_ENVY.exe GOTO DP_SA_6 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\V\2\CPL.exe GOTO DP_SA_7 

C:\Documents and Settings\Administrator>IF EXIST C:\WINDOWS\system32\drivers\vinyl97.sys START /WAIT C:\D\S\V\2\CPL.exe -y -oC:\WINDOWS\system32\ 

C:\Documents and Settings\Administrator>REN C:\WINDOWS\system32\ADeck.ex ADeck.exe 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   DriverPack Sound B control panels.                                     | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>SET C=C:\D\S 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\T\3\T_3.exe GOTO DP_SB_2 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\T\4\T_SSU.exe GOTO DP_SB_3 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\T\5\T_DMX.exe GOTO DP_SB_4 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\S\U GOTO DP_SB_5 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\SI\1\SI_7012.exe GOTO DP_SB_6 

C:\Documents and Settings\Administrator>IF NOT EXIST C:\D\S\SI\2\SI_7018.exe GOTO DP_SB_7 

C:\Documents and Settings\Administrator>GOTO EXCEPTIONS 

C:\Documents and Settings\Administrator>SET T=C:\tmp.txt 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   Workaround for AMD Athlon 64 X2 CPU's lagging issues.                  | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>devcon find ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_*  1>>C:\tmp.txt 

C:\Documents and Settings\Administrator>agrep -s -ci "AMD Athlon(tm) 64 X2 Dual Core" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (addUsepmtimer.exe) 

C:\Documents and Settings\Administrator>DEL /F /Q C:\tmp.txt 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   Workaround for nVidia nForce 3 ethernet.                               | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>devcon find "PCI\VEN_10DE&DEV_00DF"  1>>C:\tmp.txt 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_E0001458&REV_A2" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (
devcon update "C:\D\L\NV\123\nvnetbus.inf" "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2"  1>NULL  
 devcon update "C:\D\L\NV\123\nvnetfd.inf" "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*"  1>NULL 
) 

C:\Documents and Settings\Administrator>DEL /F /Q C:\tmp.txt 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   Workaround for Hercules Fortissimo, Game Theater and Digifire APU's.   | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>devcon find "PCI\VEN_1013&DEV_6003*"  1>>C:\tmp.txt 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_005014AF" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_005014AF" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_00501681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00501681" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_00521681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00521681" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_00531681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00531681" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_00541681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00541681" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_A0111681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0111681" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_A0121681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0121681" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_00511681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00511681" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "SUBSYS_A0101681" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0101681" ) 

C:\Documents and Settings\Administrator>DEL /F /Q C:\tmp.txt 

C:\Documents and Settings\Administrator>devcon find "HERCULES\*"  1>>C:\tmp.txt 

C:\Documents and Settings\Administrator>agrep -s -ci "GTXP_WDM_INTERFACE" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GTXP_WDM_INTERFACE" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "GF3_WDM_INTERFACE" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GF3_WDM_INTERFACE" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "GF2_WDM_INTERFACE" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GF2_WDM_INTERFACE" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "DFIRE_WDM_INTERFACE" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\DFIRE_WDM_INTERFACE" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "GTXP71_WDM_INTERFACE" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GTXP71_WDM_INTERFACE" ) 

C:\Documents and Settings\Administrator>agrep -s -ci "PNPB02F" C:\tmp.txt 

C:\Documents and Settings\Administrator>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\*PNPB02F" ) 

C:\Documents and Settings\Administrator>DEL /F /Q C:\tmp.txt 

C:\Documents and Settings\Administrator>REM +==========================================================================+ 

C:\Documents and Settings\Administrator>REM |   KTD (Keep The Drivers) commands.                                       | 

C:\Documents and Settings\Administrator>REM |--------------------------------------------------------------------------| 

C:\Documents and Settings\Administrator>SET tagfile=\OEM\bin 

C:\Documents and Settings\Administrator>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 "%i:\OEM\bin" SET CDDRIVE=%i: 

C:\Documents and Settings\Administrator>IF EXIST "c:\OEM\bin" SET CDDRIVE=c: 

C:\Documents and Settings\Administrator>IF EXIST "d:\OEM\bin" SET CDDRIVE=d: 

C:\Documents and Settings\Administrator>IF EXIST "e:\OEM\bin" SET CDDRIVE=e: 

C:\Documents and Settings\Administrator>IF EXIST "f:\OEM\bin" SET CDDRIVE=f: 

C:\Documents and Settings\Administrator>IF EXIST "g:\OEM\bin" SET CDDRIVE=g: 

C:\Documents and Settings\Administrator>IF EXIST "h:\OEM\bin" SET CDDRIVE=h: 

C:\Documents and Settings\Administrator>IF EXIST "i:\OEM\bin" SET CDDRIVE=i: 

C:\Documents and Settings\Administrator>IF EXIST "j:\OEM\bin" SET CDDRIVE=j: 

C:\Documents and Settings\Administrator>IF EXIST "k:\OEM\bin" SET CDDRIVE=k: 

C:\Documents and Settings\Administrator>IF EXIST "l:\OEM\bin" SET CDDRIVE=l: 

C:\Documents and Settings\Administrator>IF EXIST "m:\OEM\bin" SET CDDRIVE=m: 

C:\Documents and Settings\Administrator>IF EXIST "n:\OEM\bin" SET CDDRIVE=n: 

C:\Documents and Settings\Administrator>IF EXIST "o:\OEM\bin" SET CDDRIVE=o: 

C:\Documents and Settings\Administrator>IF EXIST "p:\OEM\bin" SET CDDRIVE=p: 

C:\Documents and Settings\Administrator>IF EXIST "q:\OEM\bin" SET CDDRIVE=q: 

C:\Documents and Settings\Administrator>IF EXIST "r:\OEM\bin" SET CDDRIVE=r: 

C:\Documents and Settings\Administrator>IF EXIST "s:\OEM\bin" SET CDDRIVE=s: 

C:\Documents and Settings\Administrator>IF EXIST "t:\OEM\bin" SET CDDRIVE=t: 

C:\Documents and Settings\Administrator>IF EXIST "u:\OEM\bin" SET CDDRIVE=u: 

C:\Documents and Settings\Administrator>IF EXIST "v:\OEM\bin" SET CDDRIVE=v: 

C:\Documents and Settings\Administrator>IF EXIST "w:\OEM\bin" SET CDDRIVE=w: 

C:\Documents and Settings\Administrator>IF EXIST "x:\OEM\bin" SET CDDRIVE=x: 

C:\Documents and Settings\Administrator>IF EXIST "y:\OEM\bin" SET CDDRIVE=y: 

C:\Documents and Settings\Administrator>IF EXIST "z:\OEM\bin" SET CDDRIVE=z: 

C:\Documents and Settings\Administrator>IF 'd:' == '' GOTO KTD_M1 

C:\Documents and Settings\Administrator>SET method=2 

C:\Documents and Settings\Administrator>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:\Documents and Settings\Administrator>rem Generated by DriverPacks BASE 6.06.1 

C:\Documents and Settings\Administrator>cmdow @ /HID 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\M C:\WINDOWS\D\M 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\S\CR\1 C:\WINDOWS\D\S\CR\1 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\S\CR\2 C:\WINDOWS\D\S\CR\2 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\S\CR\3 C:\WINDOWS\D\S\CR\3 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\S\N C:\WINDOWS\D\S\N 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\S\R C:\WINDOWS\D\S\R 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\S\V C:\WINDOWS\D\S\V 

C:\Documents and Settings\Administrator>robocopy /E /COPYALL /MIR C:\D\3 C:\WINDOWS\D\3 

C:\Documents and Settings\Administrator>WatchDSP.exe

C:\Documents and Settings\Administrator>CloseDSP.exe

C:\Documents and Settings\Administrator>DevPath.exe C:\WINDOWS\D 

C:\Documents and Settings\Administrator>taskkill /F /IM WatchDSP.exe /IM CloseDSP.exe 

C:\Documents and Settings\Administrator>exit

thanks Helmi...

Re: BUG: ATI CCC not installed

This rather strange problem might be solved in the next version of the DriverPacks BASE, thanks to the new DriverPacks Finisher. Please let me know.

Founder of DriverPacks.net — wimleers.com

Re: BUG: ATI CCC not installed

Will do!!!! Bâshrat the Sneaky, will u release b4 next wednesday ?? (going away 4 2weeks thats all) If not I'd be glad to do a run with the beta to see if the new version will fix the problem smile

Re: BUG: ATI CCC not installed

wrx wrote:

Will do!!!! Bâshrat the Sneaky, will u release b4 next wednesday ?? (going away 4 2weeks thats all) If not I'd be glad to do a run with the beta to see if the new version will fix the problem smile

I've made you a beta tester, check out the beta in the Betas forum wink

Founder of DriverPacks.net — wimleers.com

Re: BUG: ATI CCC not installed

Hi Bashrat,

May you made me a beta tester. Thank you.

Re: BUG: ATI CCC not installed

yongtw wrote:

Hi Bashrat,

May you made me a beta tester. Thank you.

Done wink

Founder of DriverPacks.net — wimleers.com