If you are tolerant of newbies to your forum (which is not newbies to computers and unattended Windows installation) are not began their communication with the words "LOL bla, bla, bla", and did not consider themselves the smartest in the world - no such posts would not exist. Offer no longer discuss this subject and to communicate only by topic's theme.

I check finisher on my desktop computer with HDAUDIO by installation of English sourse and all drivers - no parsing HDAUDIO HWIDs whatever. Sad but true. sad

One of our respected testers, SamLab, is also from Russia

Yuriy (SamLab) long uses Window 7 where no such it problem. So I would in your place, it is not referred.

How does that sound?

Right. But I think we can do it without his help.

Problem is not in your code, problem in devcon.exe code. We with my friend patch it and problem is gone. But problem with parsing HDAUDIO\***** HWIDs left.
This code incorrect as my friend says - only PCI HWIDs parsing with it.

Select
        Case StringLower($F_TYPE) == "acpi"
            Return $F_HWID
        Case StringLower($F_TYPE) == "hdaudio"
            Return $F_HWID
        Case StringLower($F_TYPE) == "pci"
            Select
                Case $F_UNIQUENESS == 1
                    $F_DECRHWID = $F_HWID
                    $F_SUFFIX = "&SUBSYS_12345678"
                    $F_TMP = StringInStr($F_DECRHWID, "&SUBSYS_", 0)
                    If $F_TMP > 0 Then
                        $F_DECRHWID = StringLeft($F_DECRHWID, $F_TMP - 1) & StringRight($F_DECRHWID, StringLen($F_DECRHWID) - ($F_TMP - 1) - StringLen($F_SUFFIX))
                    EndIf
                    $F_SUFFIX = "&REV_12"
                    $F_TMP = StringInStr($F_DECRHWID, "&REV_", 0)
                    If $F_TMP > 0 Then
                        $F_DECRHWID = StringLeft($F_DECRHWID, $F_TMP - 1) & StringRight($F_DECRHWID, StringLen($F_DECRHWID) - ($F_TMP - 1) - StringLen($F_SUFFIX))
                    EndIf
                    Return $F_DECRHWID
                Case $F_UNIQUENESS == 2
                    $F_DECRHWID = $F_HWID
                    $F_SUFFIX = "&SUBSYS_12345678"
                    $F_TMP = StringInStr($F_DECRHWID, "&SUBSYS_", 0)
                    If $F_TMP > 0 Then
                        $F_DECRHWID = StringLeft($F_DECRHWID, $F_TMP - 1) & StringRight($F_DECRHWID, StringLen($F_DECRHWID) - ($F_TMP - 1) - StringLen($F_SUFFIX))
                    EndIf
                    Return $F_DECRHWID
                Case $F_UNIQUENESS == 3
                    $F_DECRHWID = $F_HWID
                    $F_SUFFIX = "&REV_12"
                    $F_TMP = StringInStr($F_DECRHWID, "&REV_", 0)
                    If $F_TMP > 0 Then
                        $F_DECRHWID = StringLeft($F_DECRHWID, $F_TMP - 1) & StringRight($F_DECRHWID, StringLen($F_DECRHWID) - ($F_TMP - 1) - StringLen($F_SUFFIX))
                    EndIf
                    Return $F_DECRHWID
                Case $F_UNIQUENESS == 4
                    $F_DECRHWID = $F_HWID
                    Return $F_DECRHWID
            EndSelect
        Case StringLower($F_TYPE) == "usb"
            Return $F_HWID
        Case Else
            Return $F_HWID
    EndSelect

I personally and my friend poor understand AutoIT scripts, unfortunately. Need your help.

I am ready to test in spite of the offensive posts of some individuals.

Log from clean localized RUSSIAN version of Windows XP SP3:

2010-05-27 20:58:12 : <INIT> DriverPacks Finisher 10.04.01rc initialized.
2010-05-27 20:58:12 : <INIT> Splash screen initialized.
2010-05-27 20:58:12 : <INIT> Detected platform wnt5_x86-32.
2010-05-27 20:58:12 : <DBG>  Start logging of constants used in this program:
2010-05-27 20:58:12 : <DBG>  	$_DEBUG: True
2010-05-27 20:58:12 : <DBG>  	$_DPSTMP: C:\tmp
2010-05-27 20:58:12 : <DBG>  	$_LOGFILE: C:\WINDOWS\DPsFnshr.log
2010-05-27 20:58:12 : <DBG>  	$_NF: not found
2010-05-27 20:58:12 : <DBG>  	$_SETTINGSFILE: C:\DPsFnshr.ini
2010-05-27 20:58:12 : <DBG>  	$_SPLASHSCREEN: True
2010-05-27 20:58:12 : <INIT> Start logging of system variables available for use by the exceptions:
2010-05-27 20:58:12 : <INIT> 	%finisherdir% = C:
2010-05-27 20:58:12 : <INIT> 	%systemdrive% = C:
2010-05-27 20:58:12 : <INIT> 	%systemroot% = C:\WINDOWS
2010-05-27 20:58:12 : <INIT> 	%windir% = C:\WINDOWS
2010-05-27 20:58:12 : <INIT> 	%programfiles% = C:\Program Files
2010-05-27 20:58:12 : <INIT> 	%dpsroot% = 
2010-05-27 20:58:12 : <INIT> 	%dpstmp% = C:\tmp
2010-05-27 20:58:12 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2010-05-27 20:58:12 : <INIT> 1. ACPI devices

ACPI\ACPI0003\0                                             : ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI\PNP0200\4&1D401FB5&0                                   : ACPI\PNP0303\4&1D401FB5&0                                   : ACPI\PNP0400\4&1D401FB5&0                                   : ACPI\PNP0A03\0                                              : ACPI\PNP0F03\4&1D401FB5&0                                   : Microsoft PS/2 ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-ROOT\ACPI_HAL\0000                                          : 9 matching device(s) found.

2010-05-27 20:58:13 : <INIT> 2. PCI devices

PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40\3&267A616A&0&18: AMD PCNET PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00\3&267A616A&0&30: PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02\3&267A616A&0&00: Intel 82441FX Pentium® Pro CPU - PCI PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01\3&267A616A&0&28: Intel(r) 82801AA AC'97 PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00\3&267A616A&0&58: Intel(R) 82801FB/FBM USB2 PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00\3&267A616A&0&08: Intel 82371SB PCI - ISA PCI\VEN_8086&DEV_7111&SUBSYS_00000000&REV_01\3&267A616A&0&09: Intel(R) 82371AB/EB PCI Bus Master IDE PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00\3&267A616A&0&10: VirtualBox Graphics Adapter
PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00\3&267A616A&0&20: VirtualBox Device
9 matching device(s) found.

2010-05-27 20:58:13 : <INIT> 3. HDAUDIO devices

No matching devices found.

2010-05-27 20:58:13 : <INIT> 4. USB devices

USB\ROOT_HUB\4&24D6EB65&0                                   : USB\ROOT_HUB20\4&6A987E4&0                                  : 2 matching device(s) found.

2010-05-27 20:58:13 : <INIT> Logging of HWIDs complete.
2010-05-27 20:58:13 : <INIT> Found .ini file for DriverPack Graphics A! ("C:\DriverPack_Graphics_A_wnt5_x86-32.ini")
2010-05-27 20:58:13 : <DBG>      $dp_exceptions = array(
2010-05-27 20:58:13 : <DBG>          [0] => A
2010-05-27 20:58:13 : <DBG>          [1] => A1
2010-05-27 20:58:13 : <DBG>          [2] => N1
2010-05-27 20:58:13 : <DBG>          [3] => NM
2010-05-27 20:58:13 : <DBG>      )
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [A].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\V\A" did not exist.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [A1].
2010-05-27 20:58:13 : <INIT>         Importing exceptions for this driver because the directory "C:\D\V\A1" did exist.
2010-05-27 20:58:13 : <INIT>         Importing the full requirements for exception 1 of 5 for this driver.
2010-05-27 20:58:13 : <INIT>         Importing the full requirements for exception 2 of 5 for this driver.
2010-05-27 20:58:13 : <INIT>         Importing the full requirements for exception 3 of 5 for this driver.
2010-05-27 20:58:13 : <INIT>         Importing the full requirements for exception 4 of 5 for this driver.
2010-05-27 20:58:13 : <INIT>         Importing the full requirements for exception 5 of 5 for this driver.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [N1].
2010-05-27 20:58:13 : <INIT>         Importing exceptions for this driver because the directory "C:\D\V\N1" did exist.
2010-05-27 20:58:13 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [NM].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\V\NM" did not exist.
2010-05-27 20:58:13 : <INIT> Number of exceptions imported for this DriverPack: 2.
2010-05-27 20:58:13 : <INIT> Total number of exceptions: 6.
2010-05-27 20:58:13 : <DBG>  exceptions[0][0]: 6
2010-05-27 20:58:13 : <DBG>  exceptions[0][1]: 6
2010-05-27 20:58:13 : <INIT> Found .ini file for DriverPack Sound A! ("C:\DriverPack_Sound_A_wnt5_x86-32.ini")
2010-05-27 20:58:13 : <DBG>      $dp_exceptions = array(
2010-05-27 20:58:13 : <DBG>          [0] => CR1
2010-05-27 20:58:13 : <DBG>          [1] => CR2
2010-05-27 20:58:13 : <DBG>          [2] => N
2010-05-27 20:58:13 : <DBG>          [3] => V1
2010-05-27 20:58:13 : <DBG>          [4] => V2
2010-05-27 20:58:13 : <DBG>          [5] => V3
2010-05-27 20:58:13 : <DBG>      )
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [CR1].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\S\CR1" did not exist.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [CR2].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\S\CR2" did not exist.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [N].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\S\N" did not exist.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [V1].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\S\V1" did not exist.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [V2].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\S\V2" did not exist.
2010-05-27 20:58:13 : <INIT>     Processing driver exceptions section [V3].
2010-05-27 20:58:13 : <INIT>         Disabled this section because the directory "C:\D\S\V3" did not exist.
2010-05-27 20:58:13 : <INIT> Number of exceptions imported for this DriverPack: 0.
2010-05-27 20:58:13 : <INIT> Total number of exceptions: 6.
2010-05-27 20:58:13 : <DBG>  exceptions[0][0]: 6
2010-05-27 20:58:13 : <DBG>  exceptions[0][1]: 6
2010-05-27 20:58:13 : <INIT> Processed settings.
2010-05-27 20:58:13 : <DBG>  Content of $exceptions array: (custom array output)
2010-05-27 20:58:13 : <DBG>      $exceptions = array(
2010-05-27 20:58:13 : <DBG>          [A1] = array(
2010-05-27 20:58:13 : <DBG>             [tagFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %SystemDrive%\ATICCC.ins
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe
2010-05-27 20:58:13 : <DBG>                  [3] => %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe
2010-05-27 20:58:13 : <DBG>                  [4] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [+infFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 20:58:13 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [commands] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe /Q
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe /Q
2010-05-27 20:58:13 : <DBG>                  [3] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe
2010-05-27 20:58:13 : <DBG>                  [4] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [A1] = array(
2010-05-27 20:58:13 : <DBG>             [tagFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %SystemDrive%\ATICCC.ins
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\3run\dotnetfx.exe
2010-05-27 20:58:13 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [+infFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 20:58:13 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [commands] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\3run\dotnetfx.exe -ai1
2010-05-27 20:58:13 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\dotnetfx.exe
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [A1] = array(
2010-05-27 20:58:13 : <DBG>             [tagFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [+infFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 20:58:13 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [commands] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 20:58:13 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [A1] = array(
2010-05-27 20:58:13 : <DBG>             [tagFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %SystemDrive%\ATICCP.ins
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 20:58:13 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [+infFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 20:58:13 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [commands] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 20:58:13 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [A1] = array(
2010-05-27 20:58:13 : <DBG>             [tagFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %SystemDrive%\ATICCC.ins
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CC\setup.exe
2010-05-27 20:58:13 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [+infFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 20:58:13 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [commands] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CC\setup.exe /s
2010-05-27 20:58:13 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\CC\setup.exe
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [N1] = array(
2010-05-27 20:58:13 : <DBG>             [tagFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %SystemDrive%\nvidia.ins
2010-05-27 20:58:13 : <DBG>                  [2] => %SystemRoot%\system32\drivers\nv4_mini.sys
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [+infFiles] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => %DPSROOT%\D\V\N1\NV4_DISP.inf
2010-05-27 20:58:13 : <DBG>                  [2] => %DPSROOT%\D\V\N1\NV4_GO.inf
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>             [commands] = array(
2010-05-27 20:58:13 : <DBG>                  [1] => regedit /s %systemdrive%\nvidia.ins
2010-05-27 20:58:13 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %SystemDrive%\nvidia.ins
2010-05-27 20:58:13 : <DBG>             )
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>      )
2010-05-27 20:58:13 : <DBG>  Content of $exceptions array: (raw array contents)
2010-05-27 20:58:13 : <DBG>      $exceptions = array(
2010-05-27 20:58:13 : <DBG>          [0] =>
2010-05-27 20:58:13 : <DBG>              [0] => 6
2010-05-27 20:58:13 : <DBG>              [1] => 6
2010-05-27 20:58:13 : <DBG>              [2] => 
2010-05-27 20:58:13 : <DBG>              [3] => 
2010-05-27 20:58:13 : <DBG>              [4] => 
2010-05-27 20:58:13 : <DBG>              [5] => 
2010-05-27 20:58:13 : <DBG>              [6] => 
2010-05-27 20:58:13 : <DBG>              [7] => 
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [1] =>
2010-05-27 20:58:13 : <DBG>              [0] => A1
2010-05-27 20:58:13 : <DBG>              [1] => %SystemDrive%\ATICCC.ins|||%DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe|||%DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:13 : <DBG>              [2] => 0
2010-05-27 20:58:13 : <DBG>              [3] => 0
2010-05-27 20:58:13 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>              [5] => 0
2010-05-27 20:58:13 : <DBG>              [6] => %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe /Q|||%DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe /Q|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe
2010-05-27 20:58:13 : <DBG>              [7] => True
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [2] =>
2010-05-27 20:58:13 : <DBG>              [0] => A1
2010-05-27 20:58:13 : <DBG>              [1] => %SystemDrive%\ATICCC.ins|||%DPSROOT%\D\3run\dotnetfx.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:13 : <DBG>              [2] => 0
2010-05-27 20:58:13 : <DBG>              [3] => 0
2010-05-27 20:58:13 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>              [5] => 0
2010-05-27 20:58:13 : <DBG>              [6] => %DPSROOT%\D\3run\dotnetfx.exe -ai1|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\dotnetfx.exe
2010-05-27 20:58:13 : <DBG>              [7] => True
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [3] =>
2010-05-27 20:58:13 : <DBG>              [0] => A1
2010-05-27 20:58:13 : <DBG>              [1] => %SystemRoot%\system32\atidemgx.dll|||%DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 20:58:13 : <DBG>              [2] => 0
2010-05-27 20:58:13 : <DBG>              [3] => 0
2010-05-27 20:58:13 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:13 : <DBG>              [5] => 0
2010-05-27 20:58:13 : <DBG>              [6] => %DPSROOT%\D\V\A1\AVIVO.exe|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 20:58:13 : <DBG>              [7] => True
2010-05-27 20:58:13 : <DBG>          )
2010-05-27 20:58:13 : <DBG>          [4] =>
2010-05-27 20:58:13 : <DBG>              [0] => A1
2010-05-27 20:58:14 : <DBG>              [1] => %SystemDrive%\ATICCP.ins|||%DPSROOT%\D\V\A1\ATICCP.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:14 : <DBG>              [2] => 0
2010-05-27 20:58:14 : <DBG>              [3] => 0
2010-05-27 20:58:14 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:14 : <DBG>              [5] => 0
2010-05-27 20:58:14 : <DBG>              [6] => %DPSROOT%\D\V\A1\ATICCP.exe|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 20:58:14 : <DBG>              [7] => True
2010-05-27 20:58:14 : <DBG>          )
2010-05-27 20:58:14 : <DBG>          [5] =>
2010-05-27 20:58:14 : <DBG>              [0] => A1
2010-05-27 20:58:14 : <DBG>              [1] => %SystemDrive%\ATICCC.ins|||%DPSROOT%\D\V\A1\CC\setup.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 20:58:14 : <DBG>              [2] => 0
2010-05-27 20:58:14 : <DBG>              [3] => 0
2010-05-27 20:58:14 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 20:58:14 : <DBG>              [5] => 0
2010-05-27 20:58:14 : <DBG>              [6] => %DPSROOT%\D\V\A1\CC\setup.exe /s|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\CC\setup.exe
2010-05-27 20:58:14 : <DBG>              [7] => True
2010-05-27 20:58:14 : <DBG>          )
2010-05-27 20:58:14 : <DBG>          [6] =>
2010-05-27 20:58:14 : <DBG>              [0] => N1
2010-05-27 20:58:14 : <DBG>              [1] => %SystemDrive%\nvidia.ins|||%SystemRoot%\system32\drivers\nv4_mini.sys
2010-05-27 20:58:14 : <DBG>              [2] => 0
2010-05-27 20:58:14 : <DBG>              [3] => 0
2010-05-27 20:58:14 : <DBG>              [4] => %DPSROOT%\D\V\N1\NV4_DISP.inf|||%DPSROOT%\D\V\N1\NV4_GO.inf
2010-05-27 20:58:14 : <DBG>              [5] => 0
2010-05-27 20:58:14 : <DBG>              [6] => regedit /s %systemdrive%\nvidia.ins|||cmd.exe /c DEL /F /S /Q %SystemDrive%\nvidia.ins
2010-05-27 20:58:14 : <DBG>              [7] => True
2010-05-27 20:58:14 : <DBG>          )
2010-05-27 20:58:14 : <DBG>      )
2010-05-27 20:58:14 : <FLTR> Collected the HWIDs for this system.
2010-05-27 20:58:14 : <FLTR> Verifying requirements for exception [A1] (1 of 6 exceptions).
2010-05-27 20:58:14 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 20:58:14 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 4 tagfiles).
2010-05-27 20:58:14 : <FLTR> 	=> This exception will not be applied.
2010-05-27 20:58:14 : <FLTR> Verifying requirements for exception [A1] (2 of 6 exceptions).
2010-05-27 20:58:14 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 20:58:14 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 3 tagfiles).
2010-05-27 20:58:14 : <FLTR> 	=> This exception will not be applied.
2010-05-27 20:58:14 : <FLTR> Verifying requirements for exception [A1] (3 of 6 exceptions).
2010-05-27 20:58:14 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 20:58:14 : <FLTR> 		Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (1/2).
2010-05-27 20:58:14 : <FLTR> 		Found tagfile "C:\D\V\A1\AVIVO.exe" (2/2).
2010-05-27 20:58:14 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)
2010-05-27 20:58:14 : <FLTR> 		Checking .inf file "C:\D\V\A1\CX_96975.inf".
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&REV_00" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		Checking .inf file "C:\D\V\A1\CX_96982.inf".
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&REV_00" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		Checking .inf file "C:\D\V\A1\dps_A1.inf".
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&REV_00" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 20:58:14 : <FLTR> 		! Could not match any of the +infFiles.
2010-05-27 20:58:14 : <FLTR> 	=> This exception will not be applied.
2010-05-27 20:58:14 : <FLTR> Verifying requirements for exception [A1] (4 of 6 exceptions).
2010-05-27 20:58:14 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 20:58:14 : <FLTR> 		! Could not find tagfile "C:\ATICCP.ins" (1 of 3 tagfiles).
2010-05-27 20:58:14 : <FLTR> 	=> This exception will not be applied.
2010-05-27 20:58:14 : <FLTR> Verifying requirements for exception [A1] (5 of 6 exceptions).
2010-05-27 20:58:14 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 20:58:14 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 3 tagfiles).
2010-05-27 20:58:14 : <FLTR> 	=> This exception will not be applied.
2010-05-27 20:58:14 : <FLTR> Verifying requirements for exception [N1] (6 of 6 exceptions).
2010-05-27 20:58:14 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 20:58:14 : <FLTR> 		! Could not find tagfile "C:\nvidia.ins" (1 of 2 tagfiles).
2010-05-27 20:58:14 : <FLTR> 	=> This exception will not be applied.
2010-05-27 20:58:14 : <FLTR> Finished filtering exceptions.
2010-05-27 20:58:14 : <DBG>  0 exceptions have fulfilled the requirements to be executed!
2010-05-27 20:58:14 : <KTD>  KTD will not be applied, the DriverPacks will be deleted.
2010-05-27 20:58:15 : <CLNP> Deleted the DriverPacks, which were located in "C:\D".
2010-05-27 20:58:15 : <CLNP> Deleted "C:\hwids.dat"!
2010-05-27 20:58:15 : <CLNP> Deleted "C:\DPsFnshr.ini"!
2010-05-27 20:58:15 : <CLNP> Deleted "C:\devcon.exe"!
2010-05-27 20:58:15 : <CLNP> Deleted "C:\makePNF.exe"!
2010-05-27 20:58:15 : <CLNP> Deleted "C:\pmtimer.exe"!
2010-05-27 20:58:15 : <CLNP> Deleted "C:\DSPdsblr.exe"!
2010-05-27 20:58:15 : <CLNP> Deleted "C:\mute.exe"!
2010-05-27 20:58:15 : <CLNP> Deleted "C:\DriverPack_*.ini"!
2010-05-27 20:58:15 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2010-05-27 20:58:15 : Program terminated.

Good bye and good luck!

P.S. A no changes with version 8.12.5 in this.

Q: How summon the bug with finisher (DPsFnshr.exe)?
A: Just run it on RUSSIAN Localized version of Windows XP SP3, but not on English version only.

Log from clean English version of Windows XP SP3:

2010-05-27 08:41:42 : <INIT> DriverPacks Finisher 10.04.01rc initialized.
2010-05-27 08:41:42 : <INIT> Splash screen initialized.
2010-05-27 08:41:42 : <INIT> Detected platform wnt5_x86-32.
2010-05-27 08:41:42 : <DBG>  Start logging of constants used in this program:
2010-05-27 08:41:42 : <DBG>  	$_DEBUG: True
2010-05-27 08:41:42 : <DBG>  	$_DPSTMP: C:\tmp
2010-05-27 08:41:42 : <DBG>  	$_LOGFILE: C:\WINDOWS\DPsFnshr.log
2010-05-27 08:41:42 : <DBG>  	$_NF: not found
2010-05-27 08:41:42 : <DBG>  	$_SETTINGSFILE: C:\DPsFnshr.ini
2010-05-27 08:41:42 : <DBG>  	$_SPLASHSCREEN: True
2010-05-27 08:41:42 : <INIT> Start logging of system variables available for use by the exceptions:
2010-05-27 08:41:42 : <INIT> 	%finisherdir% = C:
2010-05-27 08:41:42 : <INIT> 	%systemdrive% = C:
2010-05-27 08:41:42 : <INIT> 	%systemroot% = C:\WINDOWS
2010-05-27 08:41:42 : <INIT> 	%windir% = C:\WINDOWS
2010-05-27 08:41:42 : <INIT> 	%programfiles% = C:\Program Files
2010-05-27 08:41:42 : <INIT> 	%dpsroot% = 
2010-05-27 08:41:42 : <INIT> 	%dpstmp% = C:\tmp
2010-05-27 08:41:42 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2010-05-27 08:41:42 : <INIT> 1. ACPI devices

ACPI\ACPI0003\0                                             : Microsoft AC Adapter
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI Fixed Feature Button
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_0                : Intel(R) Core(TM)2 Duo CPU     E6550  @ 2.33GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_1                : Intel(R) Core(TM)2 Duo CPU     E6550  @ 2.33GHz
ACPI\PNP0200\4&1D401FB5&0                                   : Direct memory access controller
ACPI\PNP0303\4&1D401FB5&0                                   : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
ACPI\PNP0400\4&1D401FB5&0                                   : Printer Port (LPT1)
ACPI\PNP0A03\0                                              : PCI bus
ACPI\PNP0F03\4&1D401FB5&0                                   : Microsoft PS/2 Mouse
ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-Compliant System
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor PC
11 matching device(s) found.

2010-05-27 08:41:42 : <INIT> 2. PCI devices

PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40\3&267A616A&0&18: AMD PCNET Family PCI Ethernet Adapter
PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00\3&267A616A&0&30: Standard OpenHCD USB Host Controller
PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02\3&267A616A&0&00: Intel 82441FX Pentium(R) Pro Processor to PCI bridge
PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01\3&267A616A&0&28: Intel(r) 82801AA AC'97 Audio Controller
PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00\3&267A616A&0&58: Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C
PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00\3&267A616A&0&09: Standard Dual Channel PCI IDE Controller
PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00\3&267A616A&0&08: Intel 82371SB PCI to ISA bridge
PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00\3&267A616A&0&10: VirtualBox Graphics Adapter
PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00\3&267A616A&0&20: VirtualBox Device
9 matching device(s) found.

2010-05-27 08:41:43 : <INIT> 3. HDAUDIO devices

No matching devices found.

2010-05-27 08:41:43 : <INIT> 4. USB devices

USB\ROOT_HUB\4&24D6EB65&0                                   : USB Root Hub
USB\ROOT_HUB20\4&6A987E4&0                                  : USB Root Hub
2 matching device(s) found.

2010-05-27 08:41:43 : <INIT> Logging of HWIDs complete.
2010-05-27 08:41:43 : <INIT> Found .ini file for DriverPack Graphics A! ("C:\DriverPack_Graphics_A_wnt5_x86-32.ini")
2010-05-27 08:41:43 : <DBG>      $dp_exceptions = array(
2010-05-27 08:41:43 : <DBG>          [0] => A
2010-05-27 08:41:43 : <DBG>          [1] => A1
2010-05-27 08:41:43 : <DBG>          [2] => N1
2010-05-27 08:41:43 : <DBG>          [3] => NM
2010-05-27 08:41:43 : <DBG>      )
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [A].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\V\A" did not exist.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [A1].
2010-05-27 08:41:43 : <INIT>         Importing exceptions for this driver because the directory "C:\D\V\A1" did exist.
2010-05-27 08:41:43 : <INIT>         Importing the full requirements for exception 1 of 5 for this driver.
2010-05-27 08:41:43 : <INIT>         Importing the full requirements for exception 2 of 5 for this driver.
2010-05-27 08:41:43 : <INIT>         Importing the full requirements for exception 3 of 5 for this driver.
2010-05-27 08:41:43 : <INIT>         Importing the full requirements for exception 4 of 5 for this driver.
2010-05-27 08:41:43 : <INIT>         Importing the full requirements for exception 5 of 5 for this driver.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [N1].
2010-05-27 08:41:43 : <INIT>         Importing exceptions for this driver because the directory "C:\D\V\N1" did exist.
2010-05-27 08:41:43 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [NM].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\V\NM" did not exist.
2010-05-27 08:41:43 : <INIT> Number of exceptions imported for this DriverPack: 2.
2010-05-27 08:41:43 : <INIT> Total number of exceptions: 6.
2010-05-27 08:41:43 : <DBG>  exceptions[0][0]: 6
2010-05-27 08:41:43 : <DBG>  exceptions[0][1]: 6
2010-05-27 08:41:43 : <INIT> Found .ini file for DriverPack Sound A! ("C:\DriverPack_Sound_A_wnt5_x86-32.ini")
2010-05-27 08:41:43 : <DBG>      $dp_exceptions = array(
2010-05-27 08:41:43 : <DBG>          [0] => CR1
2010-05-27 08:41:43 : <DBG>          [1] => CR2
2010-05-27 08:41:43 : <DBG>          [2] => N
2010-05-27 08:41:43 : <DBG>          [3] => V1
2010-05-27 08:41:43 : <DBG>          [4] => V2
2010-05-27 08:41:43 : <DBG>          [5] => V3
2010-05-27 08:41:43 : <DBG>      )
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [CR1].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\S\CR1" did not exist.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [CR2].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\S\CR2" did not exist.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [N].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\S\N" did not exist.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [V1].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\S\V1" did not exist.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [V2].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\S\V2" did not exist.
2010-05-27 08:41:43 : <INIT>     Processing driver exceptions section [V3].
2010-05-27 08:41:43 : <INIT>         Disabled this section because the directory "C:\D\S\V3" did not exist.
2010-05-27 08:41:43 : <INIT> Number of exceptions imported for this DriverPack: 0.
2010-05-27 08:41:43 : <INIT> Total number of exceptions: 6.
2010-05-27 08:41:43 : <DBG>  exceptions[0][0]: 6
2010-05-27 08:41:43 : <DBG>  exceptions[0][1]: 6
2010-05-27 08:41:43 : <INIT> Processed settings.
2010-05-27 08:41:43 : <DBG>  Content of $exceptions array: (custom array output)
2010-05-27 08:41:43 : <DBG>      $exceptions = array(
2010-05-27 08:41:43 : <DBG>          [A1] = array(
2010-05-27 08:41:43 : <DBG>             [tagFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %SystemDrive%\ATICCC.ins
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe
2010-05-27 08:41:43 : <DBG>                  [3] => %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe
2010-05-27 08:41:43 : <DBG>                  [4] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [+infFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 08:41:43 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [commands] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe /Q
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe /Q
2010-05-27 08:41:43 : <DBG>                  [3] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe
2010-05-27 08:41:43 : <DBG>                  [4] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>          )
2010-05-27 08:41:43 : <DBG>          [A1] = array(
2010-05-27 08:41:43 : <DBG>             [tagFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %SystemDrive%\ATICCC.ins
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\3run\dotnetfx.exe
2010-05-27 08:41:43 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [+infFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 08:41:43 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [commands] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\3run\dotnetfx.exe -ai1
2010-05-27 08:41:43 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\dotnetfx.exe
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>          )
2010-05-27 08:41:43 : <DBG>          [A1] = array(
2010-05-27 08:41:43 : <DBG>             [tagFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [+infFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 08:41:43 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [commands] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 08:41:43 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>          )
2010-05-27 08:41:43 : <DBG>          [A1] = array(
2010-05-27 08:41:43 : <DBG>             [tagFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %SystemDrive%\ATICCP.ins
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 08:41:43 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [+infFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 08:41:43 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [commands] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 08:41:43 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>          )
2010-05-27 08:41:43 : <DBG>          [A1] = array(
2010-05-27 08:41:43 : <DBG>             [tagFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %SystemDrive%\ATICCC.ins
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CC\setup.exe
2010-05-27 08:41:43 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [+infFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CX_96975.inf
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\A1\CX_96982.inf
2010-05-27 08:41:43 : <DBG>                  [3] => %DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [commands] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\A1\CC\setup.exe /s
2010-05-27 08:41:43 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\CC\setup.exe
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>          )
2010-05-27 08:41:43 : <DBG>          [N1] = array(
2010-05-27 08:41:43 : <DBG>             [tagFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %SystemDrive%\nvidia.ins
2010-05-27 08:41:43 : <DBG>                  [2] => %SystemRoot%\system32\drivers\nv4_mini.sys
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [+infFiles] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => %DPSROOT%\D\V\N1\NV4_DISP.inf
2010-05-27 08:41:43 : <DBG>                  [2] => %DPSROOT%\D\V\N1\NV4_GO.inf
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>             [commands] = array(
2010-05-27 08:41:43 : <DBG>                  [1] => regedit /s %systemdrive%\nvidia.ins
2010-05-27 08:41:43 : <DBG>                  [2] => cmd.exe /c DEL /F /S /Q %SystemDrive%\nvidia.ins
2010-05-27 08:41:43 : <DBG>             )
2010-05-27 08:41:43 : <DBG>          )
2010-05-27 08:41:43 : <DBG>      )
2010-05-27 08:41:43 : <DBG>  Content of $exceptions array: (raw array contents)
2010-05-27 08:41:43 : <DBG>      $exceptions = array(
2010-05-27 08:41:43 : <DBG>          [0] =>
2010-05-27 08:41:43 : <DBG>              [0] => 6
2010-05-27 08:41:43 : <DBG>              [1] => 6
2010-05-27 08:41:43 : <DBG>              [2] => 
2010-05-27 08:41:44 : <DBG>              [3] => 
2010-05-27 08:41:44 : <DBG>              [4] => 
2010-05-27 08:41:44 : <DBG>              [5] => 
2010-05-27 08:41:44 : <DBG>              [6] => 
2010-05-27 08:41:44 : <DBG>              [7] => 
2010-05-27 08:41:44 : <DBG>          )
2010-05-27 08:41:44 : <DBG>          [1] =>
2010-05-27 08:41:44 : <DBG>              [0] => A1
2010-05-27 08:41:44 : <DBG>              [1] => %SystemDrive%\ATICCC.ins|||%DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe|||%DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:44 : <DBG>              [2] => 0
2010-05-27 08:41:44 : <DBG>              [3] => 0
2010-05-27 08:41:44 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:44 : <DBG>              [5] => 0
2010-05-27 08:41:44 : <DBG>              [6] => %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe /Q|||%DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe /Q|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2005_sp1.exe|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\vcredist_x86_2008_sp1.exe
2010-05-27 08:41:44 : <DBG>              [7] => True
2010-05-27 08:41:44 : <DBG>          )
2010-05-27 08:41:44 : <DBG>          [2] =>
2010-05-27 08:41:44 : <DBG>              [0] => A1
2010-05-27 08:41:44 : <DBG>              [1] => %SystemDrive%\ATICCC.ins|||%DPSROOT%\D\3run\dotnetfx.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:44 : <DBG>              [2] => 0
2010-05-27 08:41:44 : <DBG>              [3] => 0
2010-05-27 08:41:44 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:44 : <DBG>              [5] => 0
2010-05-27 08:41:44 : <DBG>              [6] => %DPSROOT%\D\3run\dotnetfx.exe -ai1|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\3run\dotnetfx.exe
2010-05-27 08:41:44 : <DBG>              [7] => True
2010-05-27 08:41:44 : <DBG>          )
2010-05-27 08:41:44 : <DBG>          [3] =>
2010-05-27 08:41:44 : <DBG>              [0] => A1
2010-05-27 08:41:44 : <DBG>              [1] => %SystemRoot%\system32\atidemgx.dll|||%DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 08:41:44 : <DBG>              [2] => 0
2010-05-27 08:41:44 : <DBG>              [3] => 0
2010-05-27 08:41:44 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:44 : <DBG>              [5] => 0
2010-05-27 08:41:44 : <DBG>              [6] => %DPSROOT%\D\V\A1\AVIVO.exe|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\AVIVO.exe
2010-05-27 08:41:44 : <DBG>              [7] => True
2010-05-27 08:41:44 : <DBG>          )
2010-05-27 08:41:44 : <DBG>          [4] =>
2010-05-27 08:41:44 : <DBG>              [0] => A1
2010-05-27 08:41:44 : <DBG>              [1] => %SystemDrive%\ATICCP.ins|||%DPSROOT%\D\V\A1\ATICCP.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:44 : <DBG>              [2] => 0
2010-05-27 08:41:44 : <DBG>              [3] => 0
2010-05-27 08:41:44 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:44 : <DBG>              [5] => 0
2010-05-27 08:41:44 : <DBG>              [6] => %DPSROOT%\D\V\A1\ATICCP.exe|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\ATICCP.exe
2010-05-27 08:41:44 : <DBG>              [7] => True
2010-05-27 08:41:44 : <DBG>          )
2010-05-27 08:41:44 : <DBG>          [5] =>
2010-05-27 08:41:44 : <DBG>              [0] => A1
2010-05-27 08:41:44 : <DBG>              [1] => %SystemDrive%\ATICCC.ins|||%DPSROOT%\D\V\A1\CC\setup.exe|||%SystemRoot%\system32\atidemgx.dll
2010-05-27 08:41:44 : <DBG>              [2] => 0
2010-05-27 08:41:44 : <DBG>              [3] => 0
2010-05-27 08:41:44 : <DBG>              [4] => %DPSROOT%\D\V\A1\CX_96975.inf|||%DPSROOT%\D\V\A1\CX_96982.inf|||%DPSROOT%\D\V\A1\dps_A1.inf
2010-05-27 08:41:44 : <DBG>              [5] => 0
2010-05-27 08:41:44 : <DBG>              [6] => %DPSROOT%\D\V\A1\CC\setup.exe /s|||cmd.exe /c DEL /F /S /Q %DPSROOT%\D\V\A1\CC\setup.exe
2010-05-27 08:41:44 : <DBG>              [7] => True
2010-05-27 08:41:44 : <DBG>          )
2010-05-27 08:41:44 : <DBG>          [6] =>
2010-05-27 08:41:44 : <DBG>              [0] => N1
2010-05-27 08:41:44 : <DBG>              [1] => %SystemDrive%\nvidia.ins|||%SystemRoot%\system32\drivers\nv4_mini.sys
2010-05-27 08:41:44 : <DBG>              [2] => 0
2010-05-27 08:41:44 : <DBG>              [3] => 0
2010-05-27 08:41:44 : <DBG>              [4] => %DPSROOT%\D\V\N1\NV4_DISP.inf|||%DPSROOT%\D\V\N1\NV4_GO.inf
2010-05-27 08:41:44 : <DBG>              [5] => 0
2010-05-27 08:41:44 : <DBG>              [6] => regedit /s %systemdrive%\nvidia.ins|||cmd.exe /c DEL /F /S /Q %SystemDrive%\nvidia.ins
2010-05-27 08:41:44 : <DBG>              [7] => True
2010-05-27 08:41:44 : <DBG>          )
2010-05-27 08:41:44 : <DBG>      )
2010-05-27 08:41:44 : <FLTR> Collected the HWIDs for this system.
2010-05-27 08:41:44 : <FLTR> Verifying requirements for exception [A1] (1 of 6 exceptions).
2010-05-27 08:41:44 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 08:41:44 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 4 tagfiles).
2010-05-27 08:41:44 : <FLTR> 	=> This exception will not be applied.
2010-05-27 08:41:44 : <FLTR> Verifying requirements for exception [A1] (2 of 6 exceptions).
2010-05-27 08:41:44 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 08:41:44 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 3 tagfiles).
2010-05-27 08:41:44 : <FLTR> 	=> This exception will not be applied.
2010-05-27 08:41:44 : <FLTR> Verifying requirements for exception [A1] (3 of 6 exceptions).
2010-05-27 08:41:44 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 08:41:44 : <FLTR> 		Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (1/2).
2010-05-27 08:41:44 : <FLTR> 		Found tagfile "C:\D\V\A1\AVIVO.exe" (2/2).
2010-05-27 08:41:44 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)
2010-05-27 08:41:44 : <FLTR> 		Checking .inf file "C:\D\V\A1\CX_96975.inf".
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_1022&DEV_2000&SUBSYS_20001022" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_1022&DEV_2000&REV_40" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_1022&DEV_2000" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_106B&DEV_003F&SUBSYS_00000000" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_106B&DEV_003F&REV_00" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_106B&DEV_003F" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_1237&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_1237&REV_02" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_1237" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_2415&SUBSYS_00008086" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_2415&REV_01" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_2415" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_265C&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_265C&REV_00" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_265C" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_269E&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_269E&REV_00" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_269E" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_7000&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_7000&REV_00" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_8086&DEV_7000" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF&REV_00" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&REV_00" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96975.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (1 of 3 +infFiles).
2010-05-27 08:41:44 : <FLTR> 		Checking .inf file "C:\D\V\A1\CX_96982.inf".
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_1022&DEV_2000&SUBSYS_20001022" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_1022&DEV_2000&REV_40" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_1022&DEV_2000" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_106B&DEV_003F&SUBSYS_00000000" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_106B&DEV_003F&REV_00" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_106B&DEV_003F" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_1237&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_1237&REV_02" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_1237" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_2415&SUBSYS_00008086" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_2415&REV_01" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_2415" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_265C&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_265C&REV_00" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_265C" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_269E&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_269E&REV_00" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_269E" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_7000&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_7000&REV_00" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_8086&DEV_7000" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF&REV_00" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&REV_00" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\CX_96982.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (2 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		Checking .inf file "C:\D\V\A1\dps_A1.inf".
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1022&DEV_2000&SUBSYS_20001022" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1022&DEV_2000&REV_40" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1022&DEV_2000" (original HWID: "PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_106B&DEV_003F&SUBSYS_00000000" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_106B&DEV_003F&REV_00" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_106B&DEV_003F" (original HWID: "PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_1237&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_1237&REV_02" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_1237" (original HWID: "PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_2415&SUBSYS_00008086" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_2415&REV_01" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_2415" (original HWID: "PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_265C&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_265C&REV_00" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_265C" (original HWID: "PCI\VEN_8086&DEV_265C&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_269E&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_269E&REV_00" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_269E" (original HWID: "PCI\VEN_8086&DEV_269E&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_7000&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_7000&REV_00" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_8086&DEV_7000" (original HWID: "PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF&REV_00" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_BEEF" (original HWID: "PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE&REV_00" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:45 : <FLTR> 		! Could not match +infFile"C:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_80EE&DEV_CAFE" (original HWID: "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00") (3 of 3 +infFiles).
2010-05-27 08:41:46 : <FLTR> 		! Could not match any of the +infFiles.
2010-05-27 08:41:46 : <FLTR> 	=> This exception will not be applied.
2010-05-27 08:41:46 : <FLTR> Verifying requirements for exception [A1] (4 of 6 exceptions).
2010-05-27 08:41:46 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 08:41:46 : <FLTR> 		! Could not find tagfile "C:\ATICCP.ins" (1 of 3 tagfiles).
2010-05-27 08:41:46 : <FLTR> 	=> This exception will not be applied.
2010-05-27 08:41:46 : <FLTR> Verifying requirements for exception [A1] (5 of 6 exceptions).
2010-05-27 08:41:46 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 08:41:46 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1 of 3 tagfiles).
2010-05-27 08:41:46 : <FLTR> 	=> This exception will not be applied.
2010-05-27 08:41:46 : <FLTR> Verifying requirements for exception [N1] (6 of 6 exceptions).
2010-05-27 08:41:46 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2010-05-27 08:41:46 : <FLTR> 		! Could not find tagfile "C:\nvidia.ins" (1 of 2 tagfiles).
2010-05-27 08:41:46 : <FLTR> 	=> This exception will not be applied.
2010-05-27 08:41:46 : <FLTR> Finished filtering exceptions.
2010-05-27 08:41:46 : <DBG>  0 exceptions have fulfilled the requirements to be executed!
2010-05-27 08:41:46 : <KTD>  KTD will not be applied, the DriverPacks will be deleted.
2010-05-27 08:41:47 : <CLNP> Deleted the DriverPacks, which were located in "C:\D".
2010-05-27 08:41:47 : <CLNP> Deleted "C:\hwids.dat"!
2010-05-27 08:41:47 : <CLNP> Deleted "C:\DPsFnshr.ini"!
2010-05-27 08:41:47 : <CLNP> Deleted "C:\devcon.exe"!
2010-05-27 08:41:47 : <CLNP> Deleted "C:\makePNF.exe"!
2010-05-27 08:41:47 : <CLNP> Deleted "C:\pmtimer.exe"!
2010-05-27 08:41:47 : <CLNP> Deleted "C:\DSPdsblr.exe"!
2010-05-27 08:41:47 : <CLNP> Deleted "C:\mute.exe"!
2010-05-27 08:41:47 : <CLNP> Deleted "C:\DriverPack_*.ini"!
2010-05-27 08:41:47 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2010-05-27 08:41:47 : Program terminated.

Test screenshot

Other files.

HWID PCI\VEN_1002&DEV_9612 successfully parsed now, about HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C308C - will test later.

OverFlow

It wouldn't hurt you to get the most recent version of DriverPacks BASE...
In fact 8.12.5 is newer than 9.02.x

May I know, please, WTF you silent about so far? smile

mr_smartepants

All I wanted you to do was take a simple hologramed XP disc, SP3, then use the current version of DriverPacks BASE to integrate the DriverPacks as you get them from us with no changes.
I don't care if the test DVD is not up-to-date.  I don't care if it doesn't have your cool pirated WPI installers.

Windows XP Professional SP3 VL EN, DP_BASE 8.12.5

2010-05-27 12:25:53 : <INIT> DriverPacks BASE 8.12.5 initialized.
2010-05-27 12:25:53 : <INIT> Host environment: WIN_XP Service Pack 3 on X86 CPU.
2010-05-27 12:25:53 : <INIT> Created temporary working directory.
2010-05-27 12:25:53 : <INIT> Imported proxy settings from Internet Explorer.
2010-05-27 12:25:53 : <INIT> Start scanning for DriverPacks for the wnt5_x86-32 platform.
2010-05-27 12:25:53 : <INIT> 	Detected DriverPack Chipset 1005!
2010-05-27 12:25:53 : <INIT> 	Detected DriverPack CPU 912!
2010-05-27 12:25:53 : <INIT> 	Detected DriverPack Graphics A 1005r4!
2010-05-27 12:25:53 : <INIT> 	Could not detect any 3rd party DriverPacks for wnt5_x86-32.
2010-05-27 12:25:53 : <INIT> 	Finished scanning.
2010-05-27 12:25:53 : <INIT> Could not find settings file"D:\DPBASE\DPs_BASE.ini".
2010-05-27 12:25:53 : <INIT> [General]\prefLang not specified: default (English) was set.
2010-05-27 12:25:53 : <INIT> [General]\wizdButtons not specified: default (yes) was set.
2010-05-27 12:25:53 : <INIT> [General]\GUI not specified: default (yes) was set.
2010-05-27 12:25:53 : <INIT> [Settings]\DPsMethod not specified: default (2) was set.
2010-05-27 12:25:53 : <INIT> [Settings]\finisherMethod not specified: default (GUIRunOnce) was set.
2010-05-27 12:25:53 : <INIT> [OptionalSettings]\KTD not specified: default (none) was set.
2010-05-27 12:25:53 : <INIT> [OptionalSettings]\QSC not specified: default (yes) was set.
2010-05-27 12:25:53 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (None) was set.
2010-05-27 12:25:53 : <INIT> [OptionalSettingsOther]\Nvidia_cpl not specified: default (None) was set.
2010-05-27 12:25:53 : <INIT> QuickStream Cache directory not found!
2010-05-27 12:25:53 : <GUI>  Initialized GUI.
2010-05-27 12:25:53 : <GUI>  Created a list of all available language files.
2010-05-27 12:25:53 : <GUI>  Set the last used language, English, as the GUI language.
2010-05-27 12:26:05 : <GUI>  Changed Windows installation files OR export (depending on the installation platform) location to D:\GRTMPVOL_EN.
2010-05-27 12:26:05 : <GUI>  Windows XP Professional -  Retail SP3 detected.
2010-05-27 12:26:06 : <GUI>  wnt5_x86-32_disc is the selected installation platform .
2010-05-27 12:28:31 : <GUI>  Saved settings!
2010-05-27 12:28:31 : <GUI>  Closed GUI.
2010-05-27 12:28:31 : <SEL>  Selected module: mod_slip_wxp_x86-32_disc_m2.
2010-05-27 12:28:32 : <PREP> Removed all attributes from \I386.
2010-05-27 12:28:32 : <PREP> No previous DriverPacks installation found, Prep stage will be skipped
2010-05-27 12:28:32 : <SLIP> Created necessary directory structure for method 2.
2010-05-27 12:28:32 : <SLIP> Copying files necessary for method 2.
2010-05-27 12:28:33 : <SLIP> Extracted additional files necessary for method 2.
2010-05-27 12:28:34 : <SLIP> expanded setup.ex_ to setuporg.exe
2010-05-27 12:28:34 : <SLIP> SETUP.EX_ Backed-up Successfully
2010-05-27 12:28:34 : <SLIP> Method 2 setup.ex_ installed
2010-05-27 12:28:34 : <SLIP> Created \I386\presetup.cmd file.
2010-05-27 12:28:34 : <SLIP> txtsetup.sif Backed-up Successfully
2010-05-27 12:28:34 : <SLIP> dosnet.inf Backed-up Successfully
2010-05-27 12:28:34 : <SLIP> Updated \I386\txtsetup.sif to support method 2.
2010-05-27 12:28:34 : <SLIP> Updated \I386\dosnet.inf to support method 2.
2010-05-27 12:28:34 : <SLIP> Copied DriverPack Chipset to \OEM.
2010-05-27 12:28:34 : <SLIP> Copied DriverPack CPU to \OEM.
2010-05-27 12:28:37 : <SLIP> Copied DriverPack Graphics A to \OEM.
2010-05-27 12:28:37 : <SLIP> Copied DriverPacks to \OEM.
2010-05-27 12:28:37 : <SLIP> Will not slipstream patches, Service Pack 3 was detected.
2010-05-27 12:28:37 : <SLIP> Will not slipstream KB888111 because no Sound DriverPack is being slipstreamed
2010-05-27 12:28:37 : <SLIP> Updated \I386\winnt.sif to support method 2.
2010-05-27 12:28:37 : <SLIP> Updated DPsFnshr.ini to disable KTD.
2010-05-27 12:28:37 : <SLIP> Created \$OEM$ directory.
2010-05-27 12:28:38 : <SLIP> Updated \$OEM$\cmdlines.txt to execute ROE.exe.
2010-05-27 12:28:38 : <SLIP> DP_Install_Tool was copied successfully
2010-05-27 12:28:38 : <SLIP> Slipstream finished in 7 seconds.
2010-05-27 12:28:47 : <CLNP> Temporary working directory successfully deleted.
- = DriverPacks BASE ini settings used = -
[General]
; preferred language
prefLang	= "English"
; yes/no, enable or disable the wizard-style buttons, if not specified: yes
wizardButtons	= "yes"
; yes/no, enable or disable the GUI, if not specified: yes
GUI		= "yes"


[Settings]
; disc/bartpe/multibootDisc
instPlatform	= "disc"
; trailing backslash is allowed, but not necessary
location	= "D:\GRTMPVOL_EN"
; none/all/select, if select, specify them below, if not specified: all
DriverPacks	= "select"
; 1/2, method to install the DriverPacks, if not specified: 2
DPsMethod	= "2"
; GUIRunOnce/RunOnceEx/custom, if not specified: GUIRunOnce
finisherMethod	= "RunOnceEx"


; you should only add this section if you've set [Settings]\finishMethod to "RunOnceEx"
[RunOnceExSettings]
; custom/default, if not specified: default
startID		= "default"


; this section is optional!
[OptionalSettings]
; none/all/select/paths/patterns, enable or disable Keep The Drivers (KTD) , if not specified: none
KTD		= "false"
; <path>, to specify a custom KTD cache location, if not specified: default (%SystemRoot%\DriverPacks)
KTDlocation	= "%SystemRoot%\DriverPacks"
; yes/no, enable or disable QuickStream Cache (QSC), if not specified: yes
QSC		= "yes"


; you should only add this section if you've set [Settings]\DriverPacks to "select"
[SelectDriverPacks]
DP_Chipset	= "yes"
DP_CPU		= "yes"
DP_Graphics_A	= "yes"
DP_MassStorage_textmode = "no"


; this section is optional!
[OptionalSettingsOther]
; CCC/CCP/None, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming DriverPack Graphics A)
; 1/2/3/None, use Nvidia Control Panel - 1 = Old, 2 = New, 3 = Both, None
ATI_cpl		= "CCP"
Nvidia_cpl	= "2"
2010-05-27 12:28:47 : <CLNP> Create a DPs_Base.log backup @ D:\DPBASE\LogFiles\DPs_BASE_10-05-27_12-28.log
2010-05-27 12:28:47 : <CLNP> Program terminated.

(Screenshot),
no changes in driverpack, no changes in distr folder after slipstream. Wait for test result...

Please test this:

Already done. Result - on Screenshot. Please, change your fakesetup, guys! lol Or sign your modified ATI drivers. smile Because WFP checking on 10-2 min of installation - it is not jokes. And it changed part of unsigned driver's files on signed but incompatible with unsigned, because olds.

And all logs after use YOUR DriverPacks, YOUR methods and YOUR tools. Same the ass only in profile. sad Download.

P.S. And BIG thanks for ATICPP.EXE in A instead of A1 folder. wink Had to redo and repack test driverpack again. Hour killed for nothing.

I'm fixing that

I had forgotten that even in the folder A1\B_96537\ file atifglpf.xml is missing - fix it too.
When I add string "ATI Radeon HD 3200 Graphics  " = ati2mtag_RS780M, PCI\VEN_1002&DEV_9612 from my notebook original videodriver in D\G\A1\dps_A1.inf - I had error about this file missing on 34 min of installation.

integrate unedited

But HWID PCI\VEN_1002&DEV_9612 not present in your original driverpack Graphics_A - driver simply don't instal... I almost don't edit/add anything in INI files for my DP_Graphics driverpack. Changed D\G on D\V only.

I rename my video driverpack in DP_Graphics_A_wnt5_x86-32_1004.7z and slipstream it into distrib using DP_BASE v9.02.0.1 - driver don't install and Control Panel too. Can your fakesetup provide installing drivers unsigned by M$? Fakesetup which I use - can. Will try with your Graphics_A (with added HWID) and DP_Chipset.

2010-05-26 22:14:06 : <INIT> DriverPacks BASE 9.02.0.1 initialized.
2010-05-26 22:14:06 : <INIT> Host environment: WIN_XP Service Pack 3 X86 on a X64 CPU.
2010-05-26 22:14:06 : <INIT> Created temporary working directory.
2010-05-26 22:14:06 : <INIT> Imported proxy settings from Internet Explorer.
2010-05-26 22:14:06 : <INIT> Start scanning for DriverPacks for the wnt5_x86-32 platform.
2010-05-26 22:14:06 : <INIT> 	Detected DriverPack Graphics A 1004!
2010-05-26 22:14:06 : <INIT> 	Could not detect any 3rd party DriverPacks for wnt5_x86-32.
2010-05-26 22:14:06 : <INIT> 	Finished scanning.
2010-05-26 22:14:06 : <INIT> Detected settings file "D:\Create\Bashrat Integrator90201\DPs_BASE.ini".
2010-05-26 22:14:06 : <INIT> Windows XP Professional -  Retail SP3 detected.
2010-05-26 22:14:06 : <INIT> wnt5_x86-32_disc is the selected installation platform .
2010-05-26 22:14:06 : <INIT> Imported settings from settings file.
2010-05-26 22:14:06 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (None) was set.
2010-05-26 22:14:06 : <INIT> [OptionalSettingsOther]\Nvidia_cpl not specified: default (None) was set.
2010-05-26 22:14:06 : <INIT> QuickStream Cache directory not found!
2010-05-26 22:14:06 : <GUI>  Initialized GUI.
2010-05-26 22:14:06 : <GUI>  Created a list of all available language files.
2010-05-26 22:14:06 : <GUI>  Set the last used language, English, as the GUI language.
2010-05-26 22:14:23 : <GUI>  Changed Windows installation files OR export (depending on the installation platform) location to D:\GRTMPVOL_RU.
2010-05-26 22:14:23 : <GUI>  Windows XP Professional -  Retail SP3 detected.
2010-05-26 22:14:23 : <GUI>  wnt5_x86-32_disc is the selected installation platform .
2010-05-26 22:16:25 : <GUI>  Saved settings!
2010-05-26 22:16:25 : <GUI>  Closed GUI.
2010-05-26 22:16:25 : <SEL>  Selected module: mod_slip_wxp_x86-32_disc_m2.
2010-05-26 22:16:26 : <PREP> Removed all attributes from \I386.
2010-05-26 22:16:26 : <PREP> No previous DriverPacks installation found, Prep stage will be skipped
2010-05-26 22:16:26 : <SLIP> Created necessary directory structure for method 2.
2010-05-26 22:16:26 : <SLIP> Copying files necessary for method 2.
2010-05-26 22:16:27 : <SLIP> Extracted additional files necessary for method 2.
2010-05-26 22:16:27 : <SLIP> expanded setup.ex_ to setuporg.exe
2010-05-26 22:16:27 : <SLIP> SETUP.EX_ Backed-up Successfully
2010-05-26 22:16:28 : <SLIP> Method 2 setup.ex_ installed
2010-05-26 22:16:28 : <SLIP> Created \I386\presetup.cmd file.
2010-05-26 22:16:28 : <SLIP> txtsetup.sif Backed-up Successfully
2010-05-26 22:16:28 : <SLIP> dosnet.inf Backed-up Successfully
2010-05-26 22:16:28 : <SLIP> Updated \I386\txtsetup.sif to support method 2.
2010-05-26 22:16:28 : <SLIP> Updated \I386\dosnet.inf to support method 2.
2010-05-26 22:16:33 : <SLIP> Copied DriverPack Graphics A to \OEM.
2010-05-26 22:16:33 : <SLIP> Copied DriverPacks to \OEM.
2010-05-26 22:16:33 : <SLIP> Will not slipstream patches, Service Pack 3 was detected.
2010-05-26 22:16:33 : <SLIP> Will not slipstream KB888111 because no Sound DriverPack is being slipstreamed
2010-05-26 22:16:33 : <SLIP> Updated \I386\winnt.sif to support method 2.
2010-05-26 22:16:33 : <SLIP> Updated DPsFnshr.ini to disable KTD.
2010-05-26 22:16:33 : <SLIP> Created \$OEM$ directory.
2010-05-26 22:16:33 : <SLIP> Updated D:\GRTMPVOL_RU\$OEM$\cmdlines.txt to execute ROE.exe.
2010-05-26 22:16:33 : <SLIP> DP_Install_Tool was copied successfully
2010-05-26 22:16:33 : <SLIP> Slipstream finished in 8 seconds.
2010-05-26 22:16:37 : <CLNP> Temporary working directory successfully deleted.
- = DriverPacks BASE ini settings used = -
[General]
; preferred language
prefLang	= "English"
; yes/no, enable or disable the wizard-style buttons, if not specified: yes
wizardButtons	= "yes"
; yes/no, enable or disable the GUI, if not specified: yes
GUI		= "yes"


[Settings]
; disc/bartpe/multibootDisc
instPlatform	= "disc"
; trailing backslash is allowed, but not necessary
location	= "D:\GRTMPVOL_RU"
; none/all/select, if select, specify them below, if not specified: all
DriverPacks	= "select"
; 1/2, method to install the DriverPacks, if not specified: 2
DPsMethod	= "2"
; GUIRunOnce/RunOnceEx/custom, if not specified: GUIRunOnce
finisherMethod	= "RunOnceEx"


; you should only add this section if you've set [Settings]\finishMethod to "RunOnceEx"
[RunOnceExSettings]
; custom/default, if not specified: default
startID		= "default"


; this section is optional!
[OptionalSettings]
; none/all/select/paths/patterns, enable or disable Keep The Drivers (KTD) , if not specified: none
KTD		= "false"
; <path>, to specify a custom KTD cache location, if not specified: default (%SystemRoot%\DriverPacks)
KTDlocation	= "%SystemRoot%\DriverPacks"
; yes/no, enable or disable QuickStream Cache (QSC), if not specified: yes
QSC		= "no"


; you should only add this section if you've set [Settings]\DriverPacks to "select"
[SelectDriverPacks]
DP_Graphics_A	= "yes"
DP_MassStorage_textmode = "no"


; this section is optional!
[OptionalSettingsOther]
; CCC/CCP/None, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming Graphics DriverPack)
; 1/2/3/None, use Nvidia Control Panel - 1 = Old, 2 = New, 3 = Both, None
ATI_cpl		= "CCP"
Nvidia_cpl	= "2"
2010-05-26 22:16:37 : <CLNP> Create a DPs_Base.log backup @ D:\Create\Bashrat Integrator90201\LogFiles\DPs_BASE_10-05-26_22-16.log
2010-05-26 22:16:37 : <CLNP> Program terminated.

If you are unable to describe

If you unable to understand - I can't help you. Read more books and special literature. wink Teach me how to explain it to you personally - and I explain. I think what mr_smartepants long understood what I'm talking about here.

how to cause this error

I'm don't know! Use notebook with ATI chipset and ATI video, use all 3 INI in 1 archive, rename D\G in D\V, unpack DPsFnshr.7z to %SystemDrive% then copy DPsFnshr.ini and ATICCP.INS in same location, and D folder too and simply run file DPsFnshr.exe. See the log. Driver on your ATI video must be already installed (without Control Panel).

end of story

Do not even hope for it - I used to always bring the case to the end.

However we only support OURS...

If I give you logs with same bug after DP_BASE integration driverpacks into WinXP distrib, what excuse you come up with then? Just be honest and say at once that I did not waste my time on this process.

DriverPacks Finisher does NOT install drivers. XP setup installs drivers via devpath.

I know about it (rather via devmgr). smile Or are you just a fool I accept? Or you think only you can write fake-setups (modified setup.exe) for XP? wink

all the correct settings are made for this

All correct settings is present - driver install works fine. Only install of Control Panel fails because finisher spits on HWID.

If the driver isn't loaded during XP setup (between T-36 & T-33)

Loaded and works. Otherwise, why am I here about resolution writing? And devmgr/devcon see the HWID (refer to my finisher log), but finisher ignore/not parse it.

Reinstall Windows from DVD-disk without my flashdrive inserted - no changes in finisher work. sad

Log here.

P.S. In Russian, there is a saying - transfuse water from empty to empty again. IMHO, that we are here dealing. sad

mr_smartepants It's variant works fine because I changed INI file and use tagfiles instead of INF checking. wink
First variant (don't work, because finisher ignores HDAUDIO\**** HWIDs):

[z6]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 2
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
exc_1_tagFile2	= "%ProgramFiles%\IDT\WDM\stacsv.exe"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\z6\STHDA.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "regedit.exe /S %DPSROOT%\D\S\z6\sthda.reg"

Second variant (works fine because INF parsing not use):

[z6]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 2
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
exc_1_tagFile2	= "%ProgramFiles%\IDT\WDM\stacsv.exe"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 0
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "regedit.exe /S %DPSROOT%\D\S\z6\sthda.reg"

Error winth path to file stacsv.exe in Services - Audio service present in many versions of IDT sound drivers (path looks like C:\D\S\z6\stacsv.exe), so it's okay if you just use tagfiles. smile

What screen resolution do you request?

Hmm, I don't know... Resolution can be configured itself after installation of driver. On notebook on which I tested (Compaq 615) is 1366x768 pixels (max res. for matrix). When I inslall windows I use 1024x768 in winnt.sif

Ignoring all the other HWIDs.

That's what I'm trying to explain to you is a very long time. wink You are looking for a reason, anywhere but not where it should look.

Pay particular attention to the last two HWIDs.

And what? smile It's my flash drive and my nick is YikxX. wink

Is definitely not a valid HWID...

For my flash drive it is valid HWID. How I did it will not explain - google to help. wink It's not a error, it is very useful my flashdrive controller's firmware modification. But I can install Windows from DVD disk, not from USB-DVD on my flash, if it changes anything. smile

Are you saving your files as UNI or ANSI?

ANSI

At this point I am very curious to see one of your DPs_BASE.log files

I am don't use DP_BASE programm, I use only finisher from it (bin\DPsFnshr.7z and 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 = "false"
; system variables supported (see remarks for a list) one location cannot be used as
; KTDlocation: the root directory specified in[Settings]\DPsRoot
KTDlocation	= "%SystemRoot%\DriverPacks"
; system variables supported (see remarks for a list)
logLocation = "%SystemRoot%"
; enables/disables debug mode (enabled by default)
debug = "true"

OK, I will wait for result of bugfixing here.

Thank you for your great work!

Ok, Jeff, sorry for missing code tags. I read the rules, but english is not my language from born - don't understand all. wink
Thank you, mr_smartepants, I understand - now everything will wink

Here's what you asked for - download. Mirror

Post the content of your DriverPack Sound B .ini and a screenshot of the folder structure and contents of the broken folder.

[DriverPack]
platform	= "wnt5_x86-32"
name		= "Sound B"
rootDir		= "D\S"
; OPTIONAL
; version 804 (April 12 2008)
classes		= "MEDIA"
driverCount	= 114
decompSize	= 280
compSize	= 60.1

[CxH5]
; REQUIRED
exc_count	= 1
; OPTIONAL
exc_1_tagFiles	= 2
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\CHDAU32.sys"
exc_1_tagFile2	= "%ProgramFiles%\CONEXANT\CNXT_AUDIO_HDA\UIU32a.exe"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 0
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "%DPSROOT%\D\S\CxH5\SmAudio\Setup.exe"

[H2]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 0
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\H2\wdmaherc.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 4
exc_1_command1	= "%SystemDrive%\devcon.exe disable =net"
exc_1_command2	= "%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H2\wdmaherc.inf "PCI\VEN_1013&DEV_6003&SUBSYS_*""
exc_1_command3	= "%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H2\wdmaherc.inf "HERCULES\*""
exc_1_command4	= "%SystemDrive%\devcon.exe enable =net"

[zi]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 1
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\zi\STHDA.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "cmd.exe /c copy /y %DPSROOT%\D\S\zi\portcls.sys %SystemRoot%\system32\drivers"

[z6]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 2
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
exc_1_tagFile2	= "%ProgramFiles%\IDT\WDM\stacsv.exe"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\z6\STHDA.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "regedit.exe /S %DPSROOT%\D\S\z6\sthda.reg"

[SMA3]
; REQUIRED
exc_count        = 1
; OPTIONAL
exc_1_tagFiles    = 2
exc_1_tagFile1    = "%SystemRoot%\system32\drivers\smwdm.sys"
exc_1_tagFile2    = "%DPSROOT%\D\S\SMA3\sma3.exe"
exc_1_+hwids    = 0
exc_1_-hwids    = 0
exc_1_+infFiles    = 1
exc_1_+infFile1    = "%DPSROOT%\D\S\SMA3\smwdmCH5.inf"
exc_1_-infFiles    = 0
exc_1_commands    = 1
exc_1_command1    = "%DPSROOT%\D\S\SMA3\sma3.exe"

[zU]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 1
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\zU\*.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 7
exc_1_command1	= "cmd.exe /c copy /y %DPSROOT%\D\S\zU\stlang.dll %SystemRoot%\system32"
exc_1_command2	= "cmd.exe /c copy /y %DPSROOT%\D\S\zU\stacgui.dll %SystemRoot%\system32"
exc_1_command3	= "cmd.exe /c copy /y %DPSROOT%\D\S\zU\stacgui.cpl %SystemRoot%\system32"
exc_1_command4	= "cmd.exe /c md "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI""
exc_1_command5	= "cmd.exe /c copy /y %DPSROOT%\D\S\zU\sttray.exe "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI""
exc_1_command6	= "cmd.exe /c md "%ProgramFiles%\Sigmatel\C-Major Audio\WDM""
exc_1_command7	= "cmd.exe /c copy /y %DPSROOT%\D\S\zU\stlang.dll "%ProgramFiles%\Sigmatel\C-Major Audio\WDM""

[SiS]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 1
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sis7012.sys"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\SiS\SIS7012.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "%DPSROOT%\D\S\SiS\SI_7012.exe x -y o%SystemRoot%\"

[SiS2]
; REQUIRED
exc_count	= 1
; OPTIONAL
exc_1_tagFiles	= 1
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sis7018.sys"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\SiS2\SIS7018.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "%DPSROOT%\D\S\SiS2\SI_7018.exe x -y o%SystemRoot%\"

[T2]
; REQUIRED
exc_count	= 1
; OPTIONAL
exc_1_tagFiles	= 2
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\FM801.sys"
exc_1_tagFile2	= "%DPSROOT%\D\S\T2\Setup.exe"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\T2\Wdma_fmd.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "%DPSROOT%\D\S\T2\Setup.exe /S"

http://i4.fastpic.ru/big/2010/0525/3a/78858b05b60ac3c5cf69baa413bda63a.jpg

Believe me, I am well aware of how the finisher works and where and what needs to be changed in the INI files. smile

At least post the contents of \D\S\z6\STHDA.inf and your DriverPack INI file...

; Version=17 # Packaged Tuesday, March 31, 2009 3:27:53 PM
; Copyright (c) 1999-2007 IDT Inc.
; inf_rebrand2


[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=IDT
DriverVer=03/30/2009,5.10.6162.12
CatalogFile=sthda.cat


[Manufacturer]
IDT=IDT


[SourceDisksNames]
1="IDT High Definition Audio Driver Disk",,,


[SourceDisksFiles]
sthda.sys=1
staco.dll=1
stacapi.dll=1

suhlp.exe=1
sthda.ini=1
stlang.dll=1
stacsv.exe=1
idtsg.cpl=1
AESTAud.sys=1
AESTFltr.exe=1
AESTCom.dll=1
B-00A.ini=1
B-01A.ini=1
B-02A.ini=1

[DestinationDirs]
ST.SYS.CopyList=11,drivers
ST.DLL.CopyList=11
CoInstaller.CopyList=11


[IDT]

%ST.DeviceDesc%=SIGNONLY,HDAUDIO\FUNC_01&VEN_FFFF&DEV_FFFF

%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_00000100
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1520
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C172A
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C172B
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C7007
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C7008
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1521
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1722
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1723
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1724
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1725
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1726
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1727
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1728
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C1729
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C307E
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C307F
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3080
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3081
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C7011
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C7012
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C7013
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C7014
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C308A
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C308B
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C308C
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C308D
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C3653
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C3634
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_00000100
%ST.DeviceDesc%=STHDA,HDAUDIO\FUNC_01&VEN_111D&DEV_7608

....

[z6]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 2
exc_1_tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
exc_1_tagFile2	= "%ProgramFiles%\IDT\WDM\stacsv.exe"
exc_1_+hwids	= 0
exc_1_-hwids	= 0
exc_1_+infFiles	= 1
exc_1_+infFile1	= "%DPSROOT%\D\S\z6\STHDA.inf"
exc_1_-infFiles	= 0
exc_1_commands	= 1
exc_1_command1	= "regedit.exe /S %DPSROOT%\D\S\z6\sthda.reg"

Anything else? smile

Another example:

2010-05-24 23:41:32 : <INIT> 2. PCI devices

PCI\VEN_1002&DEV_4383&SUBSYS_308C103C&REV_00\3&61AAA01&0&A2 : 
PCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_00\3&61AAA01&0&A4 : 
PCI\VEN_1002&DEV_4385&SUBSYS_308C103C&REV_3A\3&61AAA01&0&A0 : ATI SMBus
PCI\VEN_1002&DEV_4391&SUBSYS_308C103C&REV_00\3&61AAA01&0&88 : AMD AHCI Compatible RAID Controller
PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00\3&61AAA01&0&92 : 
PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00\3&61AAA01&0&9A : 
PCI\VEN_1002&DEV_4397&SUBSYS_308C103C&REV_00\3&61AAA01&0&90 : 
PCI\VEN_1002&DEV_4397&SUBSYS_308C103C&REV_00\3&61AAA01&0&98 : 
PCI\VEN_1002&DEV_4398&SUBSYS_308C103C&REV_00\3&61AAA01&0&91 : 
PCI\VEN_1002&DEV_4398&SUBSYS_308C103C&REV_00\3&61AAA01&0&99 : 
PCI\VEN_1002&DEV_4399&SUBSYS_308C103C&REV_00\3&61AAA01&0&A5 : 
PCI\VEN_1002&DEV_439D&SUBSYS_00000000&REV_00\3&61AAA01&0&A3 : 
PCI\VEN_1002&DEV_9612&SUBSYS_308C103C&REV_00\4&1FCA042A&0&2808: ATI Radeon HD 3200 Graphics  
PCI\VEN_1022&DEV_1300&SUBSYS_00000000&REV_40\3&61AAA01&0&C0 : 
PCI\VEN_1022&DEV_1301&SUBSYS_00000000&REV_00\3&61AAA01&0&C1 : 
PCI\VEN_1022&DEV_1302&SUBSYS_00000000&REV_00\3&61AAA01&0&C2 : 
PCI\VEN_1022&DEV_1303&SUBSYS_00000000&REV_00\3&61AAA01&0&C3 : 
PCI\VEN_1022&DEV_1304&SUBSYS_00000000&REV_00\3&61AAA01&0&C4 : 
PCI\VEN_1022&DEV_9600&SUBSYS_00000000&REV_00\3&61AAA01&0&00 : 
PCI\VEN_1022&DEV_9602&SUBSYS_00000000&REV_00\3&61AAA01&0&08 : 
PCI\VEN_1022&DEV_9604&SUBSYS_00000000&REV_00\3&61AAA01&0&20 : 
PCI\VEN_1022&DEV_9607&SUBSYS_00000000&REV_00\3&61AAA01&0&38 : 
PCI\VEN_1022&DEV_9608&SUBSYS_00000000&REV_00\3&61AAA01&0&48 : 
PCI\VEN_11AB&DEV_4357&SUBSYS_308C103C&REV_10\4&267CB332&0&0020: Marvell Yukon 88E8042 PCI-E Fast Ethernet Controller
PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C&REV_01\4&1FB3D81D&0&0048: 
25 matching device(s) found.

\A1\dps_A1.inf

;-----------------------------------------------
;----------0910051602-8.661-090923a1-083739C-ATI
;-----------------------------------------------
; ATI Display Information file : ATIIXPAG.INF
; Installation INF for the ATI display driver.
; Copyright(C) 1998-2004 ATI Technologies Inc.
; Windows XP
; Base INF Last Updated 2005/11/01

[Version]
Signature="$Windows NT$"
Provider=%ATI%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=03/02/2010, 8.712.0.0000
CatalogFile=CX_83739.CAT

[DestinationDirs]
DefaultDestDir      = 11
ati2mtag.OGL        = 10  ;Windows
ati2mtag.Miniport   = 12  ; drivers
ati2mtag.Display    = 11  ; system32
ati2mtag.OD	    = 11  ; system32

[ControlFlags]
ExcludeFromSelect=*
;
; Driver information
;

[Manufacturer]
%ATI% = ATI.Mfg, NTx86

[ATI.Mfg.NTx86]

;"ATI MOBILITY FIRE GL T2/T2e " = ati2mtag_M10, PCI\VEN_1002&DEV_4E50&SUBSYS_08A8103C
;"ATI MOBILITY FireGL V5000  " = ati2mtag_M26, PCI\VEN_1002&DEV_5653&SUBSYS_0940103C
;"ATI MOBILITY FireGL V5200 " = ati2mtag_M56, PCI\VEN_1002&DEV_71C5&SUBSYS_30B4103C
"ATI MOBILITY FireGL V5600" = ati2mtag_M76GL, PCI\VEN_1002&DEV_9581&SUBSYS_30DF103C
;"ATI MOBILITY FIRE GL T2/T2e" = ati2mtag_M10GL, PCI\VEN_1002&DEV_4E54
;"ATI MOBILITY FireGL V3100" = ati2mtag_M22GL, PCI\VEN_1002&DEV_5464
;"ATI MOBILITY FireGL V3200" = ati2mtag_M24GL, PCI\VEN_1002&DEV_3154
;"ATI MOBILITY FireGL V5000" = ati2mtag_M26GL, PCI\VEN_1002&DEV_564A
"ATI MOBILITY FireGL V5000 " = ati2mtag_M26GL, PCI\VEN_1002&DEV_564B
;"ATI MOBILITY FireGL V5100" = ati2mtag_M28GL, PCI\VEN_1002&DEV_5D49
;"ATI MOBILITY FireGL V5200" = ati2mtag_M56GL, PCI\VEN_1002&DEV_71C4
;"ATI MOBILITY FireGL V5250" = ati2mtag_M56GL, PCI\VEN_1002&DEV_71D4
;"ATI MOBILITY FireGL V7100" = ati2mtag_M58GL, PCI\VEN_1002&DEV_7106
;"ATI MOBILITY FireGL V7200" = ati2mtag_M58GL, PCI\VEN_1002&DEV_7103
;"ATI MOBILITY RADEON 9500" = ati2mtag_M10, PCI\VEN_1002&DEV_4E52
;"ATI MOBILITY RADEON 9550" = ati2mtag_M12, PCI\VEN_1002&DEV_4E56
;"ATI MOBILITY RADEON 9600/9700" = ati2mtag_M10, PCI\VEN_1002&DEV_4E50
;"ATI MOBILITY RADEON 9800" = ati2mtag_M18, PCI\VEN_1002&DEV_4A4E
;"ATI MOBILITY RADEON X300" = ati2mtag_M24, PCI\VEN_1002&DEV_3152
;"ATI MOBILITY RADEON X300 " = ati2mtag_M22, PCI\VEN_1002&DEV_5460
;"ATI MOBILITY RADEON X300  " = ati2mtag_M22, PCI\VEN_1002&DEV_5461
;"ATI MOBILITY RADEON X600" = ati2mtag_M24, PCI\VEN_1002&DEV_3150
;"ATI MOBILITY RADEON X600 SE" = ati2mtag_M24C, PCI\VEN_1002&DEV_5462
;"ATI MOBILITY RADEON X700" = ati2mtag_M26, PCI\VEN_1002&DEV_5652
;"ATI MOBILITY RADEON X700 " = ati2mtag_M26, PCI\VEN_1002&DEV_5653
;"ATI MOBILITY RADEON X700 XL" = ati2mtag_M26, PCI\VEN_1002&DEV_564F
;"ATI MOBILITY RADEON X700 Secondary" = ati2mtag_M26, PCI\VEN_1002&DEV_5673
;"ATI MOBILITY RADEON X800" = ati2mtag_M28, PCI\VEN_1002&DEV_5D4A
;"ATI MOBILITY RADEON X800 XT" = ati2mtag_M28, PCI\VEN_1002&DEV_5D48
;"ATI MOBILITY RADEON X1300" = ati2mtag_M52, PCI\VEN_1002&DEV_7149
;"ATI MOBILITY RADEON X1300 " = ati2mtag_M52, PCI\VEN_1002&DEV_714B
;"ATI MOBILITY RADEON X1300  " = ati2mtag_M52, PCI\VEN_1002&DEV_714A
;"ATI MOBILITY RADEON X1300   " = ati2mtag_M52, PCI\VEN_1002&DEV_714C
;"ATI MOBILITY RADEON X1350" = ati2mtag_M52, PCI\VEN_1002&DEV_718C
;"ATI MOBILITY RADEON X1350 " = ati2mtag_M52, PCI\VEN_1002&DEV_718B
;"ATI MOBILITY RADEON X1350  " = ati2mtag_M52, PCI\VEN_1002&DEV_7196
;"ATI MOBILITY RADEON X1400" = ati2mtag_M54, PCI\VEN_1002&DEV_7145
;"ATI MOBILITY RADEON X1450" = ati2mtag_M54, PCI\VEN_1002&DEV_7186
;"ATI MOBILITY RADEON X1450 " = ati2mtag_M54, PCI\VEN_1002&DEV_718D
;"ATI MOBILITY RADEON X1600" = ati2mtag_M56, PCI\VEN_1002&DEV_71C5
"ATI MOBILITY RADEON X1700" = ati2mtag_M56, PCI\VEN_1002&DEV_71DE
;"ATI MOBILITY RADEON X1700 " = ati2mtag_M56, PCI\VEN_1002&DEV_71D5
;"ATI MOBILITY RADEON X1700  " = ati2mtag_M56, PCI\VEN_1002&DEV_71D6
;"ATI MOBILITY RADEON X1800" = ati2mtag_M58, PCI\VEN_1002&DEV_7102
;"ATI MOBILITY RADEON X1800 XT" = ati2mtag_M58, PCI\VEN_1002&DEV_7101
;"ATI MOBILITY RADEON X1900" = ati2mtag_M58, PCI\VEN_1002&DEV_7284
;"ATI MOBILITY RADEON X2300" = ati2mtag_M54, PCI\VEN_1002&DEV_7188
;"ATI MOBILITY RADEON X2300 " = ati2mtag_M54, PCI\VEN_1002&DEV_718A
"ATI MOBILITY RADEON HD 2300" = ati2mtag_M71, PCI\VEN_1002&DEV_7210
"ATI MOBILITY RADEON HD 2300 " = ati2mtag_M71, PCI\VEN_1002&DEV_7211
"ATI MOBILITY RADEON HD 2400" = ati2mtag_M72, PCI\VEN_1002&DEV_94C9
"ATI MOBILITY RADEON HD 2400 XT" = ati2mtag_M72, PCI\VEN_1002&DEV_94C8
"ATI MOBILITY RADEON HD 2600" = ati2mtag_M76, PCI\VEN_1002&DEV_9581
"ATI MOBILITY RADEON HD 2700" = ati2mtag_M76, PCI\VEN_1002&DEV_9583
"ATI MOBILITY RADEON HD 3430" = ati2mtag_M72, PCI\VEN_1002&DEV_95C2
"ATI MOBILITY RADEON HD 3450" = ati2mtag_M72, PCI\VEN_1002&DEV_95C4
"ATI MOBILITY RADEON HD 3650" = ati2mtag_M76, PCI\VEN_1002&DEV_9591
"ATI MOBILITY RADEON HD 3670" = ati2mtag_M76, PCI\VEN_1002&DEV_9593
"ATI MOBILITY RADEON HD 3850" = ati2mtag_M76, PCI\VEN_1002&DEV_9504
"ATI MOBILITY RADEON HD 3850 X2" = ati2mtag_M76, PCI\VEN_1002&DEV_9506
"ATI MOBILITY RADEON HD 3870" = ati2mtag_M76, PCI\VEN_1002&DEV_9508
"ATI MOBILITY RADEON HD 3870 X2" = ati2mtag_M76, PCI\VEN_1002&DEV_9509
"ATI MOBILITY RADEON HD 4330" = ati2mtag_M9x, PCI\VEN_1002&DEV_9552
"ATI MOBILITY RADEON HD 4530 / 4570" = ati2mtag_M9x, PCI\VEN_1002&DEV_9553
"ATI MOBILITY Radeon HD 4650" = ati2mtag_M9x, PCI\VEN_1002&DEV_9480
"ATI MOBILITY Radeon HD 4670" = ati2mtag_M9x, PCI\VEN_1002&DEV_9488
"ATI MOBILITY Radeon HD 4830" = ati2mtag_M9x, PCI\VEN_1002&DEV_94A0
"ATI MOBILITY Radeon HD 4850" = ati2mtag_M9x, PCI\VEN_1002&DEV_944A
"ATI MOBILITY Radeon HD 4860" = ati2mtag_M9x, PCI\VEN_1002&DEV_94A1
"ATI MOBILITY Radeon HD 4870 / 4870 X2" = ati2mtag_M9x, PCI\VEN_1002&DEV_945A
;"ATI RADEON XPRESS 200M Series" = ati2mtag_RS480M, PCI\VEN_1002&DEV_5955
;"ATI RADEON XPRESS 200M Series " = ati2mtag_RS400M, PCI\VEN_1002&DEV_5A42
;"ATI RADEON XPRESS 200M Series  " = ati2mtag_RC410M, PCI\VEN_1002&DEV_5A62
;"ATI RADEON XPRESS 1100 Series" = ati2mtag_RS482M, PCI\VEN_1002&DEV_5975
;"ATI RADEON XPRESS 1200 Series" = ati2mtag_RS600M, PCI\VEN_1002&DEV_7942
;"ATI RADEON XPRESS 1200 Series " = ati2mtag_RS690M, PCI\VEN_1002&DEV_791F
;"M52 Secondary" = ati2mtag_M52, PCI\VEN_1002&DEV_7169
;"M56 Secondary" = ati2mtag_M56, PCI\VEN_1002&DEV_71E5
"ATI RADEON E2400" = ati2mtag_M72, PCI\VEN_1002&DEV_94CB
"Gemini ATI Mobility Radeon HD 2600 XT" = ati2mtag_M76, PCI\VEN_1002&DEV_958B
;"ATI MOBILITY RADEON" = ati2mtag_M6, PCI\VEN_1002&DEV_4C59
;"ATI MOBILITY RADEON " = ati2mtag_M6, PCI\VEN_1002&DEV_4C5A
;"ATI MOBILITY RADEON 7500" = ati2mtag_M7, PCI\VEN_1002&DEV_4C57
;"ATI MOBILITY RADEON 9000" = ati2mtag_M9, PCI\VEN_1002&DEV_4C65
;"ATI MOBILITY RADEON 9000 " = ati2mtag_M9, PCI\VEN_1002&DEV_4C66
;"ATI MOBILITY RADEON 9000  " = ati2mtag_M9, PCI\VEN_1002&DEV_4C67
;"ATI MOBILITY RADEON 9000 Secondary" = ati2mtag_M9, PCI\VEN_1002&DEV_4C6E
;"ATI MOBILITY FireGL 7800" = ati2mtag_M7, PCI\VEN_1002&DEV_4C58
;"ATI MOBILITY FireGL 9000" = ati2mtag_M9plus, PCI\VEN_1002&DEV_4C64
;"ATI MOBILITY RADEON 9200" = ati2mtag_M9Plus, PCI\VEN_1002&DEV_5C63
;"ATI MOBILITY RADEON 9200 Secondary" = ati2mtag_M9Plus, PCI\VEN_1002&DEV_5C43
;"ATI MOBILITY RADEON 9200 " = ati2mtag_M9Plus, PCI\VEN_1002&DEV_5C61
;"ATI MOBILITY RADEON 9200 Secondary " = ati2mtag_M9Plus, PCI\VEN_1002&DEV_5C41
;"ATI MOBILITY IGP 320M" = ati2mtag_U1, PCI\VEN_1002&DEV_4136
;"ATI MOBILITY IGP 320M " = ati2mtag_U1, PCI\VEN_1002&DEV_4336
;"ATI MOBILITY IGP 340M/345M" = ati2mtag_RS200M, PCI\VEN_1002&DEV_4337
;"ATI MOBILITY IGP 9000" = ati2mtag_RS300M, PCI\VEN_1002&DEV_7835
;"ATI MOBILITY IGP 9000/9100 " = ati2mtag_RS300M, PCI\VEN_1002&DEV_5835
[b]"ATI Radeon HD 3200 Graphics  " = ati2mtag_RS780M, PCI\VEN_1002&DEV_9612[/b]


[ati2mtag_M6]
Include=msdv.inf
CopyFiles=ati2mtag.Miniport, ati2mtag.Display, ati2mtag.OpenGL, Uninstall.CopyFiles, ati2mtag.OGL, ati2mtag.ORCA;, DVCR.CopyCodec
AddReg=Uninstall.AddReg
UninstallFiles=Uninstall.CopyFiles
UninstallReg=Uninstall.AddReg
CleanFiles=ati2mtag.Miniport, ati2mtag.Display, ati2mtag.OpenGL, ati2mtag.OGL, ati2mtag.ORCA
CleanReg=ati2mtag_SoftwareDeviceSettings, ati2mtag_M6_SoftwareDeviceSettings, atioglxx_OpenGLSoftwareSettings, ati2mtag_Mobile_SoftwareDeviceSettings, ati2mtag_MobileLargeDesktopSettings
CleanService = ati2mtag_RemoveService

Finisher log:

2010-05-24 23:41:38 : <FLTR> 		Checking .inf file "D:\D\V\A1\dps_A1.inf".
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C" (original HWID: "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C&REV_00") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1002&DEV_4391&REV_00" (original HWID: "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C&REV_00") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1002&DEV_4391" (original HWID: "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C&REV_00") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C" (original HWID: "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1002&DEV_4396&REV_00" (original HWID: "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1002&DEV_4396" (original HWID: "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1022&DEV_1300&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1300&SUBSYS_00000000&REV_40") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1022&DEV_1300&REV_40" (original HWID: "PCI\VEN_1022&DEV_1300&SUBSYS_00000000&REV_40") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_1022&DEV_1300" (original HWID: "PCI\VEN_1022&DEV_1300&SUBSYS_00000000&REV_40") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C" (original HWID: "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C&REV_01") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_14E4&DEV_4315&REV_01" (original HWID: "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C&REV_01") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match +infFile"D:\D\V\A1\dps_A1.inf" through the HWID "PCI\VEN_14E4&DEV_4315" (original HWID: "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C&REV_01") (3 of 3 +infFiles).
2010-05-24 23:41:38 : <FLTR> 		! Could not match any of the +infFiles.
[b]2010-05-24 23:41:38 : <FLTR> 	=> This exception will not be applied.[/b]

Where is bolded HWID PCI\VEN_1002&DEV_9612 checking? Lost in zeros and ones? smile ?r from what I've added one HWID in inf  all work finisher went wrong? smile

If you don't want fix the bugs - write about it directly, without abstruse phrases and LOLs. ?????? ?????? ???????, ? ?? ????????? ?? ?????? ????? 3-? ???. ??? ??? ??.

Jeff googles a russian to english translation  Not (from) collectors with experience (of) more than 3 years. That's it -

mr_smartepants ??, what is the difference, what driverpack I use? Drivers for IDT I update myself and not use your driverpacks for this. And folders names are irrelevant. I asked the question about the finisher, and why is not working check HDAUDIO HWIDs from INF.

I don't now about version of my Sound_B driverpack - download it long time ago and update this myself.

From log file...

2010-05-22 13:20:20 : <INIT> 3. HDAUDIO devices

HDAUDIO\FUNC_01&VEN_111D&DEV_7608&SUBSYS_103C308C&REV_1002\4&FF6908F&0&0001: IDT High Definition Audio CODEC
1 matching device(s) found.
....
2010-05-22 13:20:26 : <FLTR> Verifying requirements for exception [z6] (36 of 43 exceptions).
2010-05-22 13:20:26 : <FLTR>     1. tagFiles (ALL tagFiles must be found)
2010-05-22 13:20:26 : <FLTR>         Found tagfile "C:\WINDOWS\system32\drivers\sthda.sys" (1/1).
2010-05-22 13:20:26 : <FLTR>     4. +infFiles (ANY +infFiles must be matched)
2010-05-22 13:20:26 : <FLTR>         Checking .inf file "C:\D\S\z6\STHDA.inf".
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C" (original HWID: "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C&REV_00") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1002&DEV_4391&REV_00" (original HWID: "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C&REV_00") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1002&DEV_4391" (original HWID: "PCI\VEN_1002&DEV_4391&SUBSYS_308C103C&REV_00") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C" (original HWID: "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1002&DEV_4396&REV_00" (original HWID: "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1002&DEV_4396" (original HWID: "PCI\VEN_1002&DEV_4396&SUBSYS_308C103C&REV_00") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1022&DEV_1300&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1300&SUBSYS_00000000&REV_40") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1022&DEV_1300&REV_40" (original HWID: "PCI\VEN_1022&DEV_1300&SUBSYS_00000000&REV_40") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_1022&DEV_1300" (original HWID: "PCI\VEN_1022&DEV_1300&SUBSYS_00000000&REV_40") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C" (original HWID: "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C&REV_01") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_14E4&DEV_4315&REV_01" (original HWID: "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C&REV_01") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match +infFile"C:\D\S\z6\STHDA.inf" through the HWID "PCI\VEN_14E4&DEV_4315" (original HWID: "PCI\VEN_14E4&DEV_4315&SUBSYS_1508103C&REV_01") (1 of 1 +infFiles).
2010-05-22 13:20:26 : <FLTR>         ! Could not match any of the +infFiles.
2010-05-22 13:20:26 : <FLTR>     => This exception will not be applied.

Version of DPsFnshr.exe is 10.03.06

P.S. What for check &REV... part of HWID if into inf-file it is not present? For such a comparison matches will almost never...