Topic: 0000279: Solution : The DriverPacks Finisher freezes when it installs

Hello, is there a possibility to solve this problem shortly till the next Version of DriverPacks Base is finished ?

DPsFnshr.ini

[Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU! (may NOT contain any spaced, if it does, all exceptions must be adapted to be compatible!)
DPsRoot	= "%SystemDrive%"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD	= "paths:D"
; system variables supported: %SystemDrive%, %SystemRoot% and %WinDir%, one
; location cannot be used as KTDlocation: the root directory specified in
; [Settings]\DPsRoot
KTDlocation	= "%SystemRoot%\DriverPacks"


; =============================================================================
;
; REMARKS
;
; =============================================================================
; -----------------------------------------------------------------------------
; About adding your own exceptions
; -----------------------------------------------------------------------------
;
; - The following system variables are supported:
;  * %SystemDrive%
;  * %SystemRoot%
;  * %WinDir%
;  * %ProgramFiles%
;  * %DPSROOT% (equals the value of [Settings]\DPsRoot)
;  * %DPSTMP% (when you must extract files for example)
;
; - Available executables:
;  * addUsepmtimer.exe
;  * devcon.exe
;
; - The unique ID in the sectionnames (i.e.: [<OS platform>__<unique ID>__
;   <driver dir, including the master 'D' dir>]) must NOT be sequential, it
;   must just be unique. Only numbers (0-9) can be used. The reason for the
;   existence of this string is that sometimes there are multiple exceptions
;   for the same driver, which would result in identical section names, which
;   is not allowed.
;
; - A requirement of the type 'tagFiles' is considered forfilled if ALL of the
;   listed conditions are met.
;
; - A requirement of the types '+hwids', '-hwids', '+infFiles' and '-infFiles'
;   is considered forfilled if ANY of the listed conditions is met.
;
; - The commands will ONLY be executed if ALL the active requirements are
;
; - The commands will be executed in the order they are entered.
;
;
; -----------------------------------------------------------------------------
; About the implementation of KTD
; -----------------------------------------------------------------------------
;
; - To optimize the DevicePath entry in the registry (to allow more drivers to
;   be added), a new system variable will be created, which will accessible
;   through the variable %KTD%. The result is that each path that is added
;   (that refers to a driver), will be much shorter - and therefore this allows
;   more drivers to be added.
;
; =============================================================================

[wnt5_x86-32__0000__D]
tagFiles	= 0
+hwids		= 1
+hwid1		= "ACPI\MGMT180"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 1
command1	= "%SystemDrive%\devcon.exe remove ACPI\MGMT180"


[wnt5_x86-32__0001__D-CP]
tagFiles	= 0
+hwids		= 1
+hwid1		= "ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_35"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 1
command1	= "%SystemDrive%\pmtimer.exe"


[wnt5_x86-32__0002__D-G-A-1]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCC.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCC.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\1\*.inf"
-infFiles	= 0
commands	= 6
command1	= "%DPSROOT%\D\G\A\1\ATICCC.exe -y -o%DPSTMP%"
command2	= "msiexec /i %DPSTMP%\ISScript9.Msi /qn /norestart"
command3	= "?processWaitClose:ISScript9.Msi"
command4	= "msiexec /i %DPSTMP%\ATICCC.msi /qn /norestart"
command5	= "?processWaitClose:ATICCC.msi"
command6	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0003__D-G-A-1]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCP.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCP.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\1\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\A\1\ATICCP.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\Setup.exe /K"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0004__D-G-A-2]
tagFiles	= 1
tagFile1	= "%DPSROOT%\D\G\A\2\CPanel.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\2\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\A\2\CPanel.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\setup.exe /K"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0005__D-G-A-5]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCP.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCP.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\5\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\A\1\ATICCP.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\Setup.exe /K"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0006__D-G-A-5]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCC.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCC.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\5\*.inf"
-infFiles	= 0
commands	= 6
command1	= "%DPSROOT%\D\G\A\1\ATICCC.exe -y -o%DPSTMP%"
command2	= "msiexec /i %DPSTMP%\ISScript9.Msi /qn /norestart"
command3	= "?processWaitClose:ISScript9.Msi"
command4	= "msiexec /i %DPSTMP%\ATICCC.msi /qn /norestart"
command5	= "?processWaitClose:ATICCC.msi"
command6	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0007__D-G-3-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\3dfxV2ps.dll"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\3\1\*.inf"
-infFiles	= 0
commands	= 1
command1	= "%DPSROOT%\D\G\3\1\V2_OC_control_panel.exe"


[wnt5_x86-32__0008__D-L-NV-123]
tagFiles	= 0
+hwids		= 1
+hwid1		= "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2"
+hwid2		= "PCI\VEN_10DE&DEV_00DF&SUBSYS_02501462&REV_A2"
+hwid3		= "PCI\VEN_10DE&DEV_00DF&SUBSYS_A5511297&REV_A2"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 2
command1	= "%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\123\nvnetbus.inf "PCI\VEN_10DE&DEV_00DF&SUBSYS_*""
command2 	= "%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\123\nvnetfd.inf "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV00DF""



[wnt5_x86-32__0009__D-S-CR-1]
tagFiles	= 2
tagFile1	= "%SystemRoot%\system32\drivers\ha20x2k.sys"
tagFile2	= "%DPSROOT%\D\S\CR\1\Ctzapxx.ini"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\CR\1\*.inf"
-infFiles	= 0
commands	= 19
command1	= "expand -r %DPSROOT%\D\S\CR\1\*.* %DPSROOT%\CR\1"
command2	= "expand -r %DPSROOT%\D\S\CR\1\common\*.* %DPSROOT%\D\S\CR\1\common"
command3	= "expand -r %DPSROOT%\D\S\CR\1\common\i386\*.* %DPSROOT%\D\S\CR\1\common\i386"
command4	= "expand -r %DPSROOT%\D\S\CR\1\lang\*.* %DPSROOT%\D\S\CR\1\lang"
command5	= "expand -r %DPSROOT%\D\S\CR\1\lang\i386\*.* %DPSROOT%\D\S\CR\1\lang\i386"
command6	= "expand -r %DPSROOT%\D\S\CR\1\win2k_xp\*.* %DPSROOT%\D\S\CR\1\win2k_xp"
command7	= "expand -r %DPSROOT%\D\S\CR\1\win2k_xp\data\*.* %DPSROOT%\D\S\CR\1\win2k_xp\data"
command8	= "expand -r %DPSROOT%\D\S\CR\1\win2k_xp\i386\*.* %DPSROOT%\D\S\CR\1\win2k_xp\i386"
command9	= "del /q %DPSROOT%\D\S\CR\1\*.??_"
command10	= "del /q %DPSROOT%\D\S\CR\1\common\*.??_"s
command11	= "del /q %DPSROOT%\D\S\CR\1\common\i386\*.??_"
command12	= "del /q %DPSROOT%\D\S\CR\1\lang\*.??_"
command13	= "del /q %DPSROOT%\D\S\CR\1\lang\i386\*.??_"
command14	= "del /q %DPSROOT%\D\S\CR\1\win2k_xp\*.??_"
command15	= "del /q %DPSROOT%\D\S\CR\1\win2k_xp\data\*.??_"
command16	= "del /q %DPSROOT%\D\S\CR\1\win2k_xp\i386\*.??_"
command17	= "copy /y %DPSROOT%\D\S\CR\1\common\i386\CtCtlPan.cpl %SystemRoot%\system32\"
command18	= "copy /y %DPSROOT%\D\S\CR\1\common\i386\CtPanel.exe %SystemRoot%\system32\"
command19	= "start /wait %DPSROOT%\D\S\CR\1\CTZAPXX.exe /S"


[wnt5_x86-32__0010__D-S-CR-2]
tagFiles	= 3
tagFile1	= "%SystemRoot%\system32\drivers\ha10kx2k.sys"
tagFile2	= "%SystemRoot%\system32\drivers\ha20x2k.sys"
tagFile3	= "%DPSROOT%\D\S\CR\2\Ctzapxx.ini"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\CR\2\*.inf"
-infFiles	= 0
commands	= 19
command1	= "expand -r %DPSROOT%\D\S\CR\2\*.* %DPSROOT%\CR\2"
command2	= "expand -r %DPSROOT%\D\S\CR\2\common\*.* %DPSROOT%\D\S\CR\2\common"
command3	= "expand -r %DPSROOT%\D\S\CR\2\common\i386\*.* %DPSROOT%\D\S\CR\2\common\i386"
command4	= "expand -r %DPSROOT%\D\S\CR\2\lang\*.* %DPSROOT%\D\S\CR\2\lang"
command5	= "expand -r %DPSROOT%\D\S\CR\2\lang\i386\*.* %DPSROOT%\D\S\CR\2\lang\i386"
command6	= "expand -r %DPSROOT%\D\S\CR\2\win2k_xp\*.* %DPSROOT%\D\S\CR\2\win2k_xp"
command7	= "expand -r %DPSROOT%\D\S\CR\2\win2k_xp\data\*.* %DPSROOT%\D\S\CR\2\win2k_xp\data"
command8	= "expand -r %DPSROOT%\D\S\CR\2\win2k_xp\i386\*.* %DPSROOT%\D\S\CR\2\win2k_xp\i386"
command9	= "del /q %DPSROOT%\D\S\CR\2\*.??_"
command10	= "del /q %DPSROOT%\D\S\CR\2\common\*.??_"
command11	= "del /q %DPSROOT%\D\S\CR\2\common\i386\*.??_"
command12	= "del /q %DPSROOT%\D\S\CR\2\lang\*.??_"
command13	= "del /q %DPSROOT%\D\S\CR\2\lang\i386\*.??_"
command14	= "del /q %DPSROOT%\D\S\CR\2\win2k_xp\*.??_"
command15	= "del /q %DPSROOT%\D\S\CR\2\win2k_xp\data\*.??_"
command16	= "del /q %DPSROOT%\D\S\CR\2\win2k_xp\i386\*.??_"
command17	= "copy /y %DPSROOT%\D\S\CR\2\common\i386\CtCtlPan.cpl %SystemRoot%\system32\"
command18	= "copy /y %DPSROOT%\D\S\CR\2\common\i386\CtPanel.exe %SystemRoot%\system32\"
command19	= "start /wait %DPSROOT%\D\S\CR\2\CTZAPXX.exe /S"


[wnt5_x86-32__0011__D-S-CR-3]
tagFiles	= 2
tagFile1	= "%SystemRoot%\system32\drivers\P17.sys"
tagFile2	= "%DPSROOT%\D\S\CR\3\Ctzapxx.ini"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\CR\3\*.inf"
-infFiles	= 0
commands	= 14
command1	= "expand -r %DPSROOT%\D\S\CR\3\*.* %DPSROOT%\CR\3"
command2	= "expand -r %DPSROOT%\D\S\CR\3\AddOn\*.* %DPSROOT%\D\S\CR\3\AddOn"
command3	= "expand -r %DPSROOT%\D\S\CR\3\common\*.* %DPSROOT%\D\S\CR\3\common"
command4	= "expand -r %DPSROOT%\D\S\CR\3\Lang\i386\*.* %DPSROOT%\D\S\CR\3\Lang\i386"
command6	= "expand -r %DPSROOT%\D\S\CR\3\Win2K_XP\*.* %DPSROOT%\D\S\CR\3\Win2K_XP"
command7	= "expand -r %DPSROOT%\D\S\CR\3\Win2K_XP\i386\*.* %DPSROOT%\D\S\CR\3\Win2K_XP\i386"
command8	= "del /q %DPSROOT%\D\S\CR\3\*.??_"
command9	= "del /q %DPSROOT%\D\S\CR\3\Addon\*.??_"
command10	= "del /q %DPSROOT%\D\S\CR\3\common\*.??_"
command11	= "del /q %DPSROOT%\D\S\CR\3\Lang\i386\*.??_"
command12	= "del /q %DPSROOT%\D\S\CR\3\Win2K_XP\*.??_"
command13	= "del /q %DPSROOT%\D\S\CR\3\Win2k_XP\i386\*.??_"
command14	= "start /wait %DPSROOT%\D\S\CR\3\CTZapxx.Exe /S"


[wnt5_x86-32__0012__D-S-H-2]
tagFiles	= 0
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\H\2.inf"
-infFiles	= 0
commands	= 4
command1	= "%SystemDrive%\devcon.exe disable =net"
command2	= "%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "PCI\VEN_1013&DEV_6003&SUBSYS_*""
command3	= "%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "HERCULES\*""
command4	= "%SystemDrive%\devcon.exe enable =net"


[wnt5_x86-32__0013__D-S-N]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\nvapu.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\N\*.inf"
-infFiles	= 0
commands	= 3
command1	= "start /wait %DPSROOT%\D\S\N\AudioUtl.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\Setup.exe -s -f1"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0014__D-S-S-U]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\S\U\3\*.inf"
-infFiles	= 0
commands	= 6
command1	= "copy /y %DPSROOT%\D\S\S\U\stlang.dll %SystemRoot%\system32"
command2	= "copy /y %DPSROOT%\D\S\S\U\stacgui.dll %SystemRoot%\system32"
command3	= "copy /y %DPSROOT%\D\S\S\U\stacgui.cpl %SystemRoot%\system32"
command4	= "md "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI""
command5	= "copy /y %DPSROOT%\D\S\S\U\sttray.exe "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI""
command6	= "copy /y %DPSROOT%\D\S\S\U\stlang.dll "%ProgramFiles%\Sigmatel\C-Major Audio\WDM""


[wnt5_x86-32__0015__D-S-SI-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sis7012.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\SI\1\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\SI\1\SI_7012.exe x -y o%SystemRoot%\"


[wnt5_x86-32__0016__D-S-SI-2]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sis7018.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\SI\2\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\SI\2\SI_7018.exe x -y o%SystemRoot%\"


[wnt5_x86-32__0017__D-S-T-2]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\FM801.sys"
tagFile1	= "%DPSROOT%\D\S\T\2\Setup.ex_"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\2\*.inf"
-infFiles	= 0
commands	= 3
command1	= "expand -r %DPSROOT%\D\S\T\2\*.* %DPSROOT%\D\S\T\2"
command2	= "del /q %DPSROOT%\D\S\T\2\*.??_"
command3	= "start /wait %DPSROOT%\D\S\T\2\Setup.exe /S"


[wnt5_x86-32__0018__D-S-T-3]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\cmaudio.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\3\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\T\3\T_3.exe"

[wnt5_x86-32__0019__D-S-T-4]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\TT1724ht.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\4\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\T\4\T_SSU.exe"


[wnt5_x86-32__0020__D-S-T-5]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\dmxsens.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\5\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\T\5\T_DMX.exe"


[wnt5_x86-32__0021__D-S-V-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\envysens.sys"
tagFile1	= "%DPSROOT%\D\S\V\1\V_ENVY.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\V\1\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\V\1\V_ENVY.exe -y -o%SystemRoot%\"


[wnt5_x86-32__0022__D-S-V-2]
tagFiles	= 2
tagFile1	= "%SystemRoot%\system32\drivers\vinyl97.sys"
tagFile2	= "%DPSROOT%\D\S\V\2\V_VINYL.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\V\2\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\V\2\V_VINYL.exe -y -o%SystemRoot%\"

DPsFnshr.log

2006-11-21 16:54:43 : <INIT> DriverPacks Finisher 6.10 initialized.
2006-11-21 16:54:43 : <INIT> Splash screen initialized.
2006-11-21 16:54:43 : <INIT> Detected platform wnt5_x86-32.
2006-11-21 16:54:43 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-11-21 16:54:43 : <INIT> 1. ACPI devices

ACPI\ATK0110\1010110                                        : ATK0110 ACPI UTILITY
ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_43\_0               : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_43\_1               : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI-Schalter
ACPI\PNP0000\3&2411E6FE&0                                   : Programmierbarer Interruptcontroller
ACPI\PNP0100\3&2411E6FE&0                                   : Systemzeitgeber
ACPI\PNP0200\3&2411E6FE&0                                   : DMA-Controller
ACPI\PNP0501\1                                              : Kommunikationsanschluss (COM1)
ACPI\PNP0800\3&2411E6FE&0                                   : Systemlautsprecher
ACPI\PNP0A08\1                                              : PCI-Bus
ACPI\PNP0B00\3&2411E6FE&0                                   : System CMOS/Echtzeituhr
ACPI\PNP0C01\2&DABA3FF&0                                    : Systemplatine
ACPI\PNP0C02\1                                              : Hauptplatinenressourcen
ACPI\PNP0C02\4                                              : Hauptplatinenressourcen
ACPI\PNP0C02\5                                              : Hauptplatinenressourcen
ACPI\PNP0C04\3&2411E6FE&0                                   : Numerischer Coprozessor
ACPI\PNP0C0B\2&DABA3FF&0                                    : ACPI-Lüfter
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI-Einschaltknopf
ACPI\THERMALZONE\THRM                                       : ACPI-Thermozone
ACPI\_NVRAIDBUS\3&2411E6FE&0                                : NVIDIA nForce(tm) RAID Class Controller
ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-konformes System
ROOT\ACPI_HAL\0000                                          : ACPI-Multiprocessor-PC
22 matching device(s) found.

2006-11-21 16:54:43 : <INIT> 2. PCI devices

PCI\VEN_1002&DEV_554D&SUBSYS_09521462&REV_00\4&243D7BD0&0&0070: RADEON X800 Series  
PCI\VEN_1002&DEV_556D&SUBSYS_09531462&REV_00\4&243D7BD0&0&0170: RADEON X800 Series - Secondary
PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0: PCI Standard-Host-CPU-Brücke
PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1: PCI Standard-Host-CPU-Brücke
PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2: PCI Standard-Host-CPU-Brücke
PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3: PCI Standard-Host-CPU-Brücke
PCI\VEN_104C&DEV_8023&SUBSYS_808B1043&REV_00\4&13699180&0&5848: Texas Instruments OHCI-konformer IEEE 1394-Hostcontroller
PCI\VEN_10DE&DEV_0050&SUBSYS_00000000&REV_A3\3&2411E6FE&0&08: PCI Standard-ISA-Brücke
PCI\VEN_10DE&DEV_0052&SUBSYS_815A1043&REV_A2\3&2411E6FE&0&09: NVIDIA nForce PCI System Management
PCI\VEN_10DE&DEV_0053&SUBSYS_815A1043&REV_F2\3&2411E6FE&0&30: NVIDIA nForce4 Parallel ATA Controller
PCI\VEN_10DE&DEV_0054&SUBSYS_815A1043&REV_F3\3&2411E6FE&0&38: NVIDIA nForce4 Serial ATA RAID Controller
PCI\VEN_10DE&DEV_0055&SUBSYS_815A1043&REV_F3\3&2411E6FE&0&40: NVIDIA nForce4 Serial ATA RAID Controller
PCI\VEN_10DE&DEV_0057&SUBSYS_81411043&REV_A3\3&2411E6FE&0&50: NVIDIA Network Bus Enumerator
PCI\VEN_10DE&DEV_005A&SUBSYS_815A1043&REV_A2\3&2411E6FE&0&10: Standard OpenHCD USB-Hostcontroller
PCI\VEN_10DE&DEV_005B&SUBSYS_815A1043&REV_A3\3&2411E6FE&0&11: Standard erweiterter PCI-zu-USB universeller Hostcontroller
PCI\VEN_10DE&DEV_005C&SUBSYS_00000000&REV_A2\3&2411E6FE&0&48: PCI Standard-PCI-zu-PCI-Brücke
PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&58: nForce4 PCI-Express Root Port
PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&60: nForce4 PCI-Express Root Port
PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&68: nForce4 PCI-Express Root Port
PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&70: nForce4 PCI-Express Root Port
PCI\VEN_10DE&DEV_005E&SUBSYS_815A1043&REV_A3\3&2411E6FE&0&00: nForce4 HyperTransport Bridge
PCI\VEN_1102&DEV_0005&SUBSYS_00211102&REV_00\4&13699180&0&3848: Creative SB X-Fi
PCI\VEN_1131&DEV_7146&SUBSYS_00211894&REV_01\4&13699180&0&4048: Multimediacontroller
PCI\VEN_11AB&DEV_4320&SUBSYS_811A1043&REV_13\4&13699180&0&6048: Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller
24 matching device(s) found.

2006-11-21 16:54:43 : <INIT> 3. HDAUDIO devices

No matching devices found.

2006-11-21 16:54:43 : <INIT> 4. USB devices

USB\ROOT_HUB\4&35297846&0                                   : USB-Root-Hub
USB\ROOT_HUB20\4&1E67B15B&0                                 : USB-Root-Hub
USB\VID_03F0&PID_1005\CN24U160F9ST                          : HP Scanjet 5400C Series
USB\VID_0451&PID_2046\5&36C701F9&0&2                        : Standard-USB-Hub
USB\VID_046D&PID_C01D\6&232F7FCD&0&1                        : USB-HID (Human Interface Device)
USB\VID_046D&PID_C30E\6&232F7FCD&0&2                        : USB-Verbundgerät
USB\VID_046D&PID_C30E&MI_00\7&719C47A&0&0000                : USB-HID (Human Interface Device)
USB\VID_046D&PID_C30E&MI_01\7&719C47A&0&0001                : USB-HID (Human Interface Device)
8 matching device(s) found.

2006-11-21 16:54:43 : <INIT> Logging of HWIDs complete.
2006-11-21 16:54:43 : <INIT> Processed settings.
2006-11-21 16:54:43 : <INIT> Detected a method 2 driver installation, the DevicePath value in the registry has been reset.
2006-11-21 16:54:43 : <FLTR> Collected the HWIDs for this system.
2006-11-21 16:54:43 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0000__D] (1 of 21 exceptions).
2006-11-21 16:54:43 : <FLTR>     2. +hwids (ANY +hwids must be matched)
2006-11-21 16:54:43 : <FLTR>         ! Could not match any of the +hwids.
2006-11-21 16:54:43 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:43 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0002__D-G-A-1] (2 of 21 exceptions).
2006-11-21 16:54:43 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:43 : <FLTR>         ! Could not find tagfile "C:\ATICCC.ins" (1 of 2 tagfiles).
2006-11-21 16:54:43 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:43 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0003__D-G-A-1] (3 of 21 exceptions).
2006-11-21 16:54:43 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:43 : <FLTR>         Found tagfile "C:\ATICCP.ins" (1/2).
2006-11-21 16:54:43 : <FLTR>         Found tagfile "C:\D\G\A\1\ATICCP.exe" (2/2).
2006-11-21 16:54:43 : <FLTR>     4. +infFiles (ANY +infFiles must be matched)
2006-11-21 16:54:43 : <FLTR>         Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles).
2006-11-21 16:54:43 : <FLTR>         Checking .inf file "C:\D\G\A\1\C2_35774.inf".
2006-11-21 16:54:44 : <FLTR>         Matched +infFile"C:\D\G\A\1\C2_35774.inf" through the HWID "PCI\VEN_1002&DEV_554D" (original HWID: "PCI\VEN_1002&DEV_554D&SUBSYS_09521462&REV_00").
2006-11-21 16:54:44 : <FLTR>     => All requirements for exception [wnt5_x86-32__0003__D-G-A-1] have been met!
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0004__D-G-A-2] (4 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\D\G\A\2\CPanel.exe" (1/1).
2006-11-21 16:54:44 : <FLTR>     4. +infFiles (ANY +infFiles must be matched)
2006-11-21 16:54:44 : <FLTR>         ! Could not match any of the +infFiles.
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0005__D-G-A-5] (5 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\ATICCP.ins" (1/2).
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\D\G\A\1\ATICCP.exe" (2/2).
2006-11-21 16:54:44 : <FLTR>     4. +infFiles (ANY +infFiles must be matched)
2006-11-21 16:54:44 : <FLTR>         ! Could not match any of the +infFiles.
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0006__D-G-A-5] (6 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\ATICCC.ins" (1 of 2 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0007__D-G-3-1] (7 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\3dfxV2ps.dll" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0009__D-S-CR-1] (8 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\WINDOWS\system32\drivers\ha20x2k.sys" (1/2).
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\D\S\CR\1\Ctzapxx.ini" (2/2).
2006-11-21 16:54:44 : <FLTR>     4. +infFiles (ANY +infFiles must be matched)
2006-11-21 16:54:44 : <FLTR>         ! Could not match any of the +infFiles.
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0010__D-S-CR-2] (9 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\WINDOWS\system32\drivers\ha10kx2k.sys" (1/3).
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\WINDOWS\system32\drivers\ha20x2k.sys" (2/3).
2006-11-21 16:54:44 : <FLTR>         Found tagfile "C:\D\S\CR\2\Ctzapxx.ini" (3/3).
2006-11-21 16:54:44 : <FLTR>     4. +infFiles (ANY +infFiles must be matched)
2006-11-21 16:54:44 : <FLTR>         ! Could not match any of the +infFiles.
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0011__D-S-CR-3] (10 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\P17.sys" (1 of 2 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0012__D-S-H-2] (11 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     4. +infFiles (ANY +infFiles must be matched)
2006-11-21 16:54:44 : <FLTR>         ! Could not match any of the +infFiles.
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0013__D-S-N] (12 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\nvapu.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0014__D-S-S-U] (13 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\sthda.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0015__D-S-SI-1] (14 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\sis7012.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0016__D-S-SI-2] (15 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\sis7018.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0017__D-S-T-2] (16 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\FM801.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0018__D-S-T-3] (17 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\cmaudio.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0019__D-S-T-4] (18 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\TT1724ht.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0020__D-S-T-5] (19 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\dmxsens.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0021__D-S-V-1] (20 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\envysens.sys" (1 of 1 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0022__D-S-V-2] (21 of 21 exceptions).
2006-11-21 16:54:44 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2006-11-21 16:54:44 : <FLTR>         ! Could not find tagfile "C:\WINDOWS\system32\drivers\vinyl97.sys" (1 of 2 tagfiles).
2006-11-21 16:54:44 : <FLTR>     => This exception will not be applied.
2006-11-21 16:54:44 : <FLTR> Finished filtering exceptions.
2006-11-21 16:54:44 : <EXEC> Executing all commands (3) for exception [wnt5_x86-32__0003__D-G-A-1].
2006-11-21 16:54:44 : <EXEC>     Executing command 1 of 3: "%DPSROOT%\D\G\A\1\ATICCP.exe -y -o%DPSTMP%"
2006-11-21 16:54:45 : <EXEC>         No STDOUT output occurred.
2006-11-21 16:54:45 : <EXEC>     Executing command 2 of 3: "start /wait %DPSTMP%\Setup.exe /K"

MfG
janos

Last edited by janos (2006-11-22 04:26:38)

Re: 0000279: Solution : The DriverPacks Finisher freezes when it installs

Apparently there is, http://bugtracker.driverpacks.net/view.php?id=279 ?

@Bâshrat the Sneaky, any ideas on when you will be pushing an updated BASE release? This freeze bug for DP Finisher, for instance, is really annoying...

Re: 0000279: Solution : The DriverPacks Finisher freezes when it installs

hmmm... this is the first I heard of this bug.  I haven't ever seen this issue myself yet.  But I haven't created a new disk since october... maybe my latest disk uses an older dp finisher.  If I get some spare time soon I'll try to see if I can help figure this one out.

From the log it looks like %DPSTMP%\Setup.exe /K never finishes so it is probably a program hidden in the background that never finishes... therefore halting the whole process.

Re: 0000279: Solution : The DriverPacks Finisher freezes when it installs

Well, I have same exact bug.

2006-11-25 19:22:21 : <INIT> DriverPacks Finisher 6.10 initialized.
2006-11-25 19:22:21 : <INIT> Splash screen initialized.
2006-11-25 19:22:21 : <INIT> Detected platform wnt5_x86-32.
2006-11-25 19:22:21 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-11-25 19:22:21 : <INIT> 1. ACPI devices

ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI Fixed Feature Button
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_0                : Intel(R) Core(TM)2 CPU          6300  @ 1.86GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_1                : Intel(R) Core(TM)2 CPU          6300  @ 1.86GHz
ACPI\INT0800\2&DABA3FF&0                                    : Intel(R) 82802 Firmware Hub Device
ACPI\PNP0000\4&15F81E4C&0                                   : Programmable interrupt controller
ACPI\PNP0100\4&15F81E4C&0                                   : System timer
ACPI\PNP0200\4&15F81E4C&0                                   : Direct memory access controller
ACPI\PNP0400\4&15F81E4C&0                                   : Printer Port (LPT1)
ACPI\PNP0501\1                                              : Communications Port (COM1)
ACPI\PNP0800\4&15F81E4C&0                                   : System speaker
ACPI\PNP0A03\1                                              : PCI bus
ACPI\PNP0A06\3&5FEE1711&0                                   : Extended IO Bus
ACPI\PNP0B00\4&15F81E4C&0                                   : System CMOS/real time clock
ACPI\PNP0C01\2&DABA3FF&0                                    : System board
ACPI\PNP0C02\1                                              : Motherboard resources
ACPI\PNP0C02\2                                              : Motherboard resources
ACPI\PNP0C02\4                                              : Motherboard resources
ACPI\PNP0C04\4&15F81E4C&0                                   : Numeric data processor
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI Power Button
ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-Compliant System
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor PC
21 matching device(s) found.

2006-11-25 19:22:21 : <INIT> 2. PCI devices

PCI\D347PRT\0000                                            : D347PRT SCSI Controller
PCI\VEN_1002&DEV_5B62&SUBSYS_06021002&REV_00\4&2CCDD017&0&0008: RADEON X600 Series 
PCI\VEN_1002&DEV_5B72&SUBSYS_06031002&REV_00\4&2CCDD017&0&0108: RADEON X600 Series Secondary 
PCI\VEN_11AB&DEV_4362&SUBSYS_E0001458&REV_22\4&19FEE395&0&00E4: Marvell Yukon 88E8053 PCI-E Gigabit Ethernet Controller
PCI\VEN_197B&DEV_2363&SUBSYS_B0001458&REV_02\4&A678335&0&00E3: Standard Dual Channel PCI IDE Controller
PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_F2\3&13C0B0C5&0&F0: Intel(R) 82801 PCI Bridge - 244E
PCI\VEN_8086&DEV_2810&SUBSYS_00000000&REV_02\3&13C0B0C5&0&F8: Intel(R) ICH8/ICH8R Family LPC Interface Controller - 2810
PCI\VEN_8086&DEV_2820&SUBSYS_B0021458&REV_02\3&13C0B0C5&0&FA: Intel(R) ICH8 4 port Serial ATA Storage Controller - 2820
PCI\VEN_8086&DEV_2825&SUBSYS_B0021458&REV_02\3&13C0B0C5&0&FD: Intel(R) ICH8 2 port Serial ATA Storage Controller - 2825
PCI\VEN_8086&DEV_2830&SUBSYS_50041458&REV_02\3&13C0B0C5&0&E8: Intel(R) ICH8 Family USB Universal Host Controller - 2830
PCI\VEN_8086&DEV_2831&SUBSYS_50041458&REV_02\3&13C0B0C5&0&E9: Intel(R) ICH8 Family USB Universal Host Controller - 2831
PCI\VEN_8086&DEV_2832&SUBSYS_50041458&REV_02\3&13C0B0C5&0&EA: Intel(R) ICH8 Family USB Universal Host Controller - 2832
PCI\VEN_8086&DEV_2834&SUBSYS_50041458&REV_02\3&13C0B0C5&0&D0: Intel(R) ICH8 Family USB Universal Host Controller - 2834
PCI\VEN_8086&DEV_2835&SUBSYS_50041458&REV_02\3&13C0B0C5&0&D1: Intel(R) ICH8 Family USB Universal Host Controller - 2835
PCI\VEN_8086&DEV_2836&SUBSYS_50061458&REV_02\3&13C0B0C5&0&EF: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836
PCI\VEN_8086&DEV_283A&SUBSYS_50061458&REV_02\3&13C0B0C5&0&D7: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A
PCI\VEN_8086&DEV_283E&SUBSYS_50011458&REV_02\3&13C0B0C5&0&FB: Intel(R) ICH8 Family SMBus Controller - 283E
PCI\VEN_8086&DEV_283F&SUBSYS_00000000&REV_02\3&13C0B0C5&0&E0: Intel(R) ICH8 Family PCI Express Root Port 1 - 283F
PCI\VEN_8086&DEV_2845&SUBSYS_00000000&REV_02\3&13C0B0C5&0&E3: Intel(R) ICH8 Family PCI Express Root Port 4 - 2845
PCI\VEN_8086&DEV_2847&SUBSYS_00000000&REV_02\3&13C0B0C5&0&E4: Intel(R) ICH8 Family PCI Express Root Port 5 - 2847
PCI\VEN_8086&DEV_284B&SUBSYS_A0021458&REV_02\3&13C0B0C5&0&D8: Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_8086&DEV_29A0&SUBSYS_00000000&REV_02\3&13C0B0C5&0&00: Intel(R) P965/G965 Processor to I/O Controller - 29A0
PCI\VEN_8086&DEV_29A1&SUBSYS_00000000&REV_02\3&13C0B0C5&0&08: Intel(R) P965/G965 PCI Express Root Port - 29A1
23 matching device(s) found.

2006-11-25 19:22:21 : <INIT> 3. HDAUDIO devices

HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_1458E601&REV_1000\4&348770F&0&0201: Realtek High Definition Audio
1 matching device(s) found.

2006-11-25 19:22:21 : <INIT> 4. USB devices

USB\ROOT_HUB\4&1A8C7E64&0                                   : USB Root Hub
USB\ROOT_HUB\4&2B6A1C74&0                                   : USB Root Hub
USB\ROOT_HUB\4&3726F7FA&0                                   : USB Root Hub
USB\ROOT_HUB\4&51D35F1&0                                    : USB Root Hub
USB\ROOT_HUB\4&53E9AE0&0                                    : USB Root Hub
USB\ROOT_HUB20\4&18C956F9&0                                 : USB Root Hub
USB\ROOT_HUB20\4&1A81320&0                                  : USB Root Hub
USB\VID_0409&PID_0058\5&1034B6F7&0&5                        : Generic USB Hub
USB\VID_0451&PID_2046\5&2B299CBA&0&2                        : Generic USB Hub
USB\VID_045E&PID_00DB\6&18A0506E&0&2                        : USB Composite Device
USB\VID_045E&PID_00DB&MI_00\7&1B521D6F&0&0000               : USB Human Interface Device
USB\VID_045E&PID_00DB&MI_01\7&1B521D6F&0&0001               : USB Human Interface Device
USB\VID_046D&PID_08C5\6&18A0506E&0&4                        : Logitech USB Camera (Pro 5000)
USB\VID_046D&PID_08C5&MI_00\7&166A2E62&0&0000               : Logitech QuickCam Pro 5000
USB\VID_046D&PID_08C5&MI_01\7&166A2E62&0&0001               : Logitech Microphone (Pro 5000)
USB\VID_046D&PID_C51A\6&18A0506E&0&1                        : USB Composite Device
USB\VID_046D&PID_C51A&MI_00\7&1951A5F6&0&0000               : USB Human Interface Device
USB\VID_046D&PID_C51A&MI_01\7&1951A5F6&0&0001               : USB Human Interface Device
USB\VID_05D8&PID_4005\5&246F8FD9&0&2                        : MEM48U
USB\VID_09AE&PID_2005\692195_A_                             : USB Human Interface Device
USB\VID_13FE&PID_1A00\07631B9B2771                          : USB Mass Storage Device
USB\VID_413C&PID_2505\6&FA312F7&0&4                         : USB Composite Device
USB\VID_413C&PID_2505&MI_00\7&364A1995&0&0000               : USB Human Interface Device
USB\VID_413C&PID_2505&MI_01\7&364A1995&0&0001               : USB Human Interface Device
USBSTOR\DISK&VEN_&PROD_USB_DISK_28X&REV_PMAP\07631B9B2771&0 : USB DISK 28X USB Device
25 matching device(s) found.

2006-11-25 19:22:21 : <INIT> Logging of HWIDs complete.
2006-11-25 19:22:21 : <INIT> Processed settings.
2006-11-25 19:22:21 : <INIT> Detected a method 2 driver installation, the DevicePath value in the registry has been reset.
2006-11-25 19:22:21 : <FLTR> Collected the HWIDs for this system.
2006-11-25 19:22:21 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0000__D] (1 of 12 exceptions).
2006-11-25 19:22:21 : <FLTR> 	2. +hwids (ANY +hwids must be matched)
2006-11-25 19:22:21 : <FLTR> 		! Could not match any of the +hwids.
2006-11-25 19:22:21 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:21 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0002__D-G-A-1] (2 of 12 exceptions).
2006-11-25 19:22:21 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:21 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 2 tagfiles).
2006-11-25 19:22:21 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:21 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0003__D-G-A-1] (3 of 12 exceptions).
2006-11-25 19:22:21 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:21 : <FLTR> 		Found tagfile "C:\ATICCP.ins" (1/2).
2006-11-25 19:22:21 : <FLTR> 		Found tagfile "C:\D\G\A\1\ATICCP.exe" (2/2).
2006-11-25 19:22:21 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)
2006-11-25 19:22:21 : <FLTR> 		Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles).
2006-11-25 19:22:21 : <FLTR> 		Checking .inf file "C:\D\G\A\1\C2_38529.inf".
2006-11-25 19:22:22 : <FLTR> 		Matched +infFile"C:\D\G\A\1\C2_38529.inf" through the HWID "PCI\VEN_1002&DEV_5B62" (original HWID: "PCI\VEN_1002&DEV_5B62&SUBSYS_06021002&REV_00").
2006-11-25 19:22:22 : <FLTR> 	=> All requirements for exception [wnt5_x86-32__0003__D-G-A-1] have been met!
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0005__D-G-A-5] (4 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		Found tagfile "C:\ATICCP.ins" (1/2).
2006-11-25 19:22:22 : <FLTR> 		Found tagfile "C:\D\G\A\1\ATICCP.exe" (2/2).
2006-11-25 19:22:22 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)
2006-11-25 19:22:22 : <FLTR> 		! Could not match any of the +infFiles.
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0006__D-G-A-5] (5 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 2 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0007__D-G-3-1] (6 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\3dfxV2ps.dll" (1 of 1 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0013__D-S-N] (7 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\drivers\nvapu.sys" (1 of 1 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0014__D-S-S-U] (8 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\drivers\sthda.sys" (1 of 1 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0015__D-S-SI-1] (9 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\drivers\sis7012.sys" (1 of 1 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0016__D-S-SI-2] (10 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\drivers\sis7018.sys" (1 of 1 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0021__D-S-V-1] (11 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\drivers\envysens.sys" (1 of 1 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0022__D-S-V-2] (12 of 12 exceptions).
2006-11-25 19:22:22 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-11-25 19:22:22 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\drivers\vinyl97.sys" (1 of 2 tagfiles).
2006-11-25 19:22:22 : <FLTR> 	=> This exception will not be applied.
2006-11-25 19:22:22 : <FLTR> Finished filtering exceptions.
2006-11-25 19:22:22 : <EXEC> Executing all commands (3) for exception [wnt5_x86-32__0003__D-G-A-1].
2006-11-25 19:22:22 : <EXEC> 	Executing command 1 of 3: "%DPSROOT%\D\G\A\1\ATICCP.exe -y -o%DPSTMP%"
2006-11-25 19:22:23 : <EXEC> 		No STDOUT output occurred.
2006-11-25 19:22:23 : <EXEC> 	Executing command 2 of 3: "start /wait %DPSTMP%\Setup.exe /K"

Only thing I changed from my last install was I did select ATI CCP instead of CCC... seems like that might be the culprit.

Re: 0000279: Solution : The DriverPacks Finisher freezes when it installs

Only thing I changed from my last install was I did select ATI CCP instead of CCC... seems like that might be the culprit.

Ewww... I hope not... cause I just made a new disk using that option last night. sad  I haven't had a chance to test my disk yet.  But I guess soon we will find out if I get the same problem.  I'll post back with my experiance soon.

Re: 0000279: Solution : The DriverPacks Finisher freezes when it installs

@Siginet
Save yourself the trouble, it will freeze. This problem is already solved as i have posted in the bugtracker (http://bugtracker.driverpacks.net/view.php?id=279), it is currently being evaluated by the Main team and the Code team. Once they approve of it, it will require an update of the driverpack base.

There where some other problems with the finisher aswell. Please check all the bugs i recently reported in the bugtracker. All those problems are solved also and are also being evaluated by the Main team and the Code team.

Ruud

Last edited by ruudboek (2006-11-27 11:36:18)