Anonymous | Login | Signup for a new account | 2016-12-31 00:52 CET |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0000469 | DriverPacks BASE | DPs Finisher | public | 2008-10-13 14:52 | 2008-11-02 09:17 | |||
Reporter | mr_smartepants | |||||||
Assigned To | OverFlow | |||||||
Priority | high | Severity | major | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | ||||||||
Target Version | Fixed in Version | 8.11.02.RC | ||||||
Summary | 0000469: Finisher fails to run selected .exe when exact .infs are named (no wildcards) | |||||||
Description | Jeff, I'm still getting a wierd dpsf match when using wildcards. [code]exc_1_+infFile1 = "%DPSROOT%\D\G\AE\*.inf"[/code] This wildcard from AE gets a match from an .inf in A1 :/ [code]2008-10-12 07:53:31 : <FLTR> Verifying requirements for exception [AE] (10 of 33 exceptions). 2008-10-12 07:53:31 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-12 07:53:31 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-12 07:53:31 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-12 07:53:31 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-12 07:53:31 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-12 07:53:31 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-12 07:53:31 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_68898.inf" through the HWID "PCI\VEN_1002&DEV_95C5&SUBSYS_01D41043" (original HWID: "PCI\VEN_1002&DEV_95C5&SUBSYS_01D41043&REV_00"). 2008-10-12 07:53:31 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_68898.inf" through the HWID "PCI\VEN_1002&DEV_95C5&REV_00" (original HWID: "PCI\VEN_1002&DEV_95C5&SUBSYS_01D41043&REV_00"). 2008-10-12 07:53:31 : <FLTR> Matched +infFile"C:\D\G\A1\CX_68898.inf" through the HWID "PCI\VEN_1002&DEV_95C5" (original HWID: "PCI\VEN_1002&DEV_95C5&SUBSYS_01D41043&REV_00"). 2008-10-12 07:53:31 : <FLTR> => All requirements for exception [AE] have been met![/code] Can you please double check the dpsf code to see if the wildcards are only being effective within the path declared? I think the dpsf is going too far with the wildcard and searching outside the declared pathway. I reported this bug a long time ago, and adjusted the dpsf .ini to compensate, but I've been reverting to my old/lazy ways. *Edit I just ran a test with the wildcards removed and the .inf files named explicitly in the dpsf .ini. Zero exceptions were run, which is bad :( [code]2008-10-12 13:31:24 : <DBG> [A1] = array( 2008-10-12 13:31:24 : <DBG> [tagFiles] = array( 2008-10-12 13:31:24 : <DBG> [1] => %SystemDrive%\ATICCC.ins 2008-10-12 13:31:24 : <DBG> [2] => %DPSROOT%\D\G\A1\CCC\setup.exe 2008-10-12 13:31:24 : <DBG> [3] => %SystemRoot%\system32\atidemgx.dll 2008-10-12 13:31:24 : <DBG> ) 2008-10-12 13:31:24 : <DBG> [+infFiles] = array( 2008-10-12 13:31:24 : <DBG> [1] => %DPSROOT%\D\G\A1\CX_66164.inf 2008-10-12 13:31:24 : <DBG> [2] => %DPSROOT%\D\G\A1\CX_68569.inf 2008-10-12 13:31:24 : <DBG> [3] => %DPSROOT%\D\G\A1\CX_68898.inf 2008-10-12 13:31:24 : <DBG> [4] => %DPSROOT%\D\G\A1\mobility.inf 2008-10-12 13:31:24 : <DBG> ) 2008-10-12 13:31:24 : <DBG> )[/code] [code]2008-10-12 13:31:25 : <FLTR> Verifying requirements for exception [A1] (2 of 33 exceptions). 2008-10-12 13:31:25 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-12 13:31:25 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-12 13:31:26 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-12 13:31:26 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-12 13:31:26 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-12 13:31:26 : <FLTR> ! Could not match any of the +infFiles. 2008-10-12 13:31:26 : <FLTR> => This exception will not be applied.[/code] So which is better? Having the dpsf pick up false positives and run exceptions it shouldn't...Or run no exceptions at all? :/ | |||||||
Tags | No tags attached. | |||||||
Destination OS Platform | not applicable | |||||||
Installation Platform | not applicable | |||||||
DriverPacks | all | |||||||
DriverPacks Method | not applicable | |||||||
DriverPacks Finisher Method | not applicable | |||||||
Attached Files | DriverPack_Graphics_A_wnt5_x86-32 - Copy.7z [^] (837 bytes) 2008-10-13 14:52 DPs_BASE_81025alpha.exe [^] (2,753,075 bytes) 2008-10-25 23:51 DPs_BASE_81029alpha.exe [^] (2,753,151 bytes) 2008-10-30 05:23 DPs_BASE_smartepants.exe [^] (2,753,148 bytes) 2008-10-30 11:04 DPsFnshr.log [^] (112,439 bytes) 2008-10-30 20:46 DriverPack_Graphics_A_wnt5_x86-32.ini [^] (2,860 bytes) 2008-10-30 20:47 10_31_DPsFnshr.log [^] (131,817 bytes) 2008-10-31 08:06 11-01-DPsFnshr.log [^] (137,655 bytes) 2008-11-01 19:18 | |||||||
Notes | |
(0000831) OverFlow (administrator) 2008-10-14 05:19 |
8.10rc3 |
(0000835) mr_smartepants (reporter) 2008-10-23 21:22 |
Another instance of the bug. f-log [code]2008-10-23 17:10:14 : <INIT> DriverPacks Finisher 8.10.rc3 initialized. 2008-10-23 17:10:14 : <INIT> Splash screen initialized. 2008-10-23 17:10:14 : <INIT> Detected platform wnt5_x86-32. 2008-10-23 17:10:14 : <INIT> Start logging of system variables available for use by the exceptions: 2008-10-23 17:10:14 : <INIT> %finisherdir% = C: 2008-10-23 17:10:14 : <INIT> %systemdrive% = C: 2008-10-23 17:10:14 : <INIT> %systemroot% = C:\WINDOWS 2008-10-23 17:10:14 : <INIT> %windir% = C:\WINDOWS 2008-10-23 17:10:14 : <INIT> %programfiles% = C:\Program Files 2008-10-23 17:10:14 : <INIT> %dpsroot% = 2008-10-23 17:10:14 : <INIT> %dpstmp% = C:\tmp 2008-10-23 17:10:14 : <INIT> Start logging of the HWIDs for relevant devices present in this system. 2008-10-23 17:10:14 : <INIT> 1. ACPI devices <snip> 2008-10-23 17:10:15 : <INIT> 2. PCI devices PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00\4&13B9B28C&0&0008: ATI MOBILITY RADEON 9600/9700 Series PCI\VEN_104C&DEV_8029&SUBSYS_320117C0&REV_00\4&16793A72&0&31F0: Texas Instruments OHCI Compliant IEEE 1394 Host Controller PCI\VEN_104C&DEV_AC44&SUBSYS_320117C0&REV_02\4&16793A72&0&30F0: Texas Instruments PCI-4510 CardBus Controller PCI\VEN_10EC&DEV_8139&SUBSYS_00391025&REV_10\4&16793A72&0&50F0: Realtek RTL8139/810x Family Fast Ethernet NIC PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_83\3&61AAA01&0&F0 : Intel(R) 82801 PCI Bridge - 2448 PCI\VEN_8086&DEV_24C2&SUBSYS_400617C0&REV_03\3&61AAA01&0&E8 : Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2 PCI\VEN_8086&DEV_24C3&SUBSYS_400617C0&REV_03\3&61AAA01&0&FB : Intel(R) 82801DB/DBM SMBus Controller - 24C3 PCI\VEN_8086&DEV_24C4&SUBSYS_400617C0&REV_03\3&61AAA01&0&E9 : Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4 PCI\VEN_8086&DEV_24C5&SUBSYS_200F17C0&REV_03\3&61AAA01&0&FD : Realtek AC'97 Audio PCI\VEN_8086&DEV_24C6&SUBSYS_106917C0&REV_03\3&61AAA01&0&FE : Agere Systems AC'97 Modem PCI\VEN_8086&DEV_24C7&SUBSYS_400617C0&REV_03\3&61AAA01&0&EA : Intel(R) 82801DB/DBM USB Universal Host Controller - 24C7 PCI\VEN_8086&DEV_24CA&SUBSYS_400617C0&REV_03\3&61AAA01&0&F9 : Intel(R) 82801DBM Ultra ATA Storage Controller - 24CA PCI\VEN_8086&DEV_24CC&SUBSYS_00000000&REV_03\3&61AAA01&0&F8 : Intel(R) 82801DBM LPC Interface Controller - 24CC PCI\VEN_8086&DEV_24CD&SUBSYS_107117C0&REV_03\3&61AAA01&0&EF : Intel(R) 82801DB/DBM USB 2.0 Enhanced Host Controller - 24CD PCI\VEN_8086&DEV_3340&SUBSYS_00000000&REV_21\3&61AAA01&0&00 : Intel(R) 82855PM Processor to I/O Controller - 3340 PCI\VEN_8086&DEV_3341&SUBSYS_00000000&REV_21\3&61AAA01&0&08 : Intel(R) 82855PM Processor to AGP Controller - 3341 PCI\VEN_8086&DEV_4220&SUBSYS_27018086&REV_05\4&16793A72&0&08F0: Intel(R) PRO/Wireless 2200BG Network Connection 17 matching device(s) found. <snip> 2008-10-23 17:10:17 : <FLTR> Verifying requirements for exception [A1] (2 of 33 exceptions). 2008-10-23 17:10:17 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-23 17:10:17 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-23 17:10:17 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-23 17:10:17 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-23 17:10:17 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-23 17:10:17 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-23 17:10:17 : <FLTR> Checking .inf file "C:\D\G\A1\CX_69992.inf". 2008-10-23 17:10:18 : <FLTR> Checking .inf file "C:\D\G\A1\CX_69998.inf". 2008-10-23 17:10:18 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-23 17:10:18 : <FLTR> => All requirements for exception [A1] have been met! <snip> 2008-10-23 17:10:18 : <FLTR> Verifying requirements for exception [A1] (4 of 33 exceptions). 2008-10-23 17:10:18 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-23 17:10:18 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (1/2). 2008-10-23 17:10:18 : <FLTR> Found tagfile "C:\D\G\A1\AVIVO\setup.exe" (2/2). 2008-10-23 17:10:18 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-23 17:10:18 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-23 17:10:18 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-23 17:10:18 : <FLTR> => All requirements for exception [A1] have been met! 2008-10-23 17:10:18 : <FLTR> Verifying requirements for exception [N1] (5 of 33 exceptions). 2008-10-23 17:10:18 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-23 17:10:18 : <FLTR> Found tagfile "C:\nvidia.ins" (1/2). 2008-10-23 17:10:18 : <FLTR> Found tagfile "C:\WINDOWS\system32\drivers\nv4_mini.sys" (2/2). 2008-10-23 17:10:18 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-23 17:10:18 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-23 17:10:18 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-23 17:10:18 : <FLTR> => All requirements for exception [N1] have been met! 2008-10-23 17:10:18 : <FLTR> Verifying requirements for exception [N1] (6 of 33 exceptions). 2008-10-23 17:10:18 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-23 17:10:18 : <FLTR> Found tagfile "C:\D\G\N1\PhysX.exe" (1/2). 2008-10-23 17:10:18 : <FLTR> Found tagfile "C:\WINDOWS\system32\drivers\nv4_mini.sys" (2/2). 2008-10-23 17:10:18 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-23 17:10:18 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-23 17:10:18 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-23 17:10:19 : <FLTR> => All requirements for exception [N1] have been met! <snip> 2008-10-23 17:10:19 : <FLTR> Verifying requirements for exception [AC] (8 of 33 exceptions). 2008-10-23 17:10:19 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-23 17:10:19 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-23 17:10:19 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-23 17:10:19 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-23 17:10:19 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-23 17:10:19 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-23 17:10:19 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-23 17:10:19 : <FLTR> => All requirements for exception [AC] have been met! <snip> 2008-10-23 17:10:19 : <FLTR> Verifying requirements for exception [AE] (10 of 33 exceptions). 2008-10-23 17:10:19 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-23 17:10:19 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-23 17:10:19 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-23 17:10:19 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-23 17:10:19 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-23 17:10:19 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-23 17:10:19 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-23 17:10:19 : <FLTR> => All requirements for exception [AE] have been met! <snip> 2008-10-23 17:10:19 : <FLTR> Finished filtering exceptions. 2008-10-23 17:10:19 : <EXEC> Executing all commands (1) for exception [A1]. 2008-10-23 17:10:19 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\CCC\setup.exe /s" 2008-10-23 17:13:14 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-23 17:13:14 : <EXEC> Executing all commands (1) for exception [A1]. 2008-10-23 17:13:14 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\AVIVO\setup.exe /S /v/qn" 2008-10-23 17:13:19 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-23 17:13:19 : <EXEC> Executing all commands (1) for exception [N1]. 2008-10-23 17:13:19 : <EXEC> Executing command 1 of 1: "regedit /s %systemdrive%\nvidia.ins" 2008-10-23 17:13:20 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-23 17:13:20 : <EXEC> Executing all commands (1) for exception [N1]. 2008-10-23 17:13:20 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\N1\PhysX.exe /qb" 2008-10-23 17:14:39 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-23 17:14:39 : <EXEC> Executing all commands (1) for exception [AC]. 2008-10-23 17:14:39 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\CCC\setup.exe /s" 2008-10-23 17:14:44 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-23 17:14:44 : <EXEC> Executing all commands (1) for exception [AE]. 2008-10-23 17:14:44 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\CCC\setup.exe /s" 2008-10-23 17:14:50 : <EXEC> No STDOUT/STDERR output occurred. [/code] So 6 exceptions were executed for a system that only required 2 (ATICCC & AVIVO). ATICCC was installed [b]THREE[/B] times!! And I got a false positive for Nvidia (the notebook is Nvidia-free). |
(0000836) OverFlow (administrator) 2008-10-25 23:52 |
try this ans see if it is working ;) |
(0000837) mr_smartepants (reporter) 2008-10-26 21:55 |
Still getting false positives, but now they're restricted to the same vendor :) [code]2008-10-26 09:51:38 : <INIT> DriverPacks Finisher 8.10.25alpha initialized. 2008-10-26 09:51:38 : <INIT> Splash screen initialized. 2008-10-26 09:51:38 : <INIT> Detected platform wnt5_x86-32. 2008-10-26 09:51:38 : <DBG> Start logging of constants used in this program: 2008-10-26 09:51:38 : <DBG> $_DEBUG: True 2008-10-26 09:51:38 : <DBG> $_DPSTMP: C:\tmp 2008-10-26 09:51:38 : <DBG> $_LOGFILE: C:\WINDOWS\DPsFnshr.log 2008-10-26 09:51:38 : <DBG> $_NF: not found 2008-10-26 09:51:38 : <DBG> $_SETTINGSFILE: C:\DPsFnshr.ini 2008-10-26 09:51:38 : <DBG> $_SPLASHSCREEN: True 2008-10-26 09:51:38 : <INIT> Start logging of system variables available for use by the exceptions: 2008-10-26 09:51:38 : <INIT> %finisherdir% = C: 2008-10-26 09:51:38 : <INIT> %systemdrive% = C: 2008-10-26 09:51:38 : <INIT> %systemroot% = C:\WINDOWS 2008-10-26 09:51:38 : <INIT> %windir% = C:\WINDOWS 2008-10-26 09:51:38 : <INIT> %programfiles% = C:\Program Files 2008-10-26 09:51:38 : <INIT> %dpsroot% = 2008-10-26 09:51:38 : <INIT> %dpstmp% = C:\tmp 2008-10-26 09:51:38 : <INIT> Start logging of the HWIDs for relevant devices present in this system. 2008-10-26 09:51:39 : <INIT> 1. ACPI devices ACPI\ACPI0003\2&DABA3FF&0 : Microsoft AC Adapter ACPI\FIXEDBUTTON\2&DABA3FF&0 : ACPI Fixed Feature Button ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_9\_0 : Intel(R) Pentium(R) M processor 1400MHz ACPI\INT0800\4&32D50C2&0 : Intel(R) 82802 Firmware Hub Device ACPI\PNP0000\4&32D50C2&0 : Programmable interrupt controller ACPI\PNP0100\4&32D50C2&0 : System timer ACPI\PNP0200\4&32D50C2&0 : Direct memory access controller ACPI\PNP0303\4&32D50C2&0 : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard ACPI\PNP0A03\2&DABA3FF&0 : PCI bus ACPI\PNP0B00\4&32D50C2&0 : System CMOS/real time clock ACPI\PNP0C02\2 : Motherboard resources ACPI\PNP0C04\4&32D50C2&0 : Numeric data processor ACPI\PNP0C09\4&32D50C2&0 : Microsoft ACPI-Compliant Embedded Controller ACPI\PNP0C0A\1 : Microsoft ACPI-Compliant Control Method Battery ACPI\PNP0C0D\2&DABA3FF&0 : ACPI Lid ACPI\PNP0C0E\2&DABA3FF&0 : ACPI Sleep Button ACPI\PNP0F13\4&32D50C2&0 : PS/2 Compatible Mouse ACPI\THERMALZONE\THRC : ACPI Thermal Zone ACPI\THERMALZONE\THRS : ACPI Thermal Zone ACPI_HAL\PNP0C08\0 : Microsoft ACPI-Compliant System ROOT\ACPI_HAL\0000 : Advanced Configuration and Power Interface (ACPI) PC 21 matching device(s) found. 2008-10-26 09:51:40 : <INIT> 2. PCI devices PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00\4&13B9B28C&0&0008: ATI MOBILITY RADEON 9600/9700 Series PCI\VEN_104C&DEV_8029&SUBSYS_320117C0&REV_00\4&16793A72&0&31F0: Texas Instruments OHCI Compliant IEEE 1394 Host Controller PCI\VEN_104C&DEV_AC44&SUBSYS_320117C0&REV_02\4&16793A72&0&30F0: Texas Instruments PCI-4510 CardBus Controller PCI\VEN_10EC&DEV_8139&SUBSYS_00391025&REV_10\4&16793A72&0&50F0: Realtek RTL8139/810x Family Fast Ethernet NIC PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_83\3&61AAA01&0&F0 : Intel(R) 82801 PCI Bridge - 2448 PCI\VEN_8086&DEV_24C2&SUBSYS_400617C0&REV_03\3&61AAA01&0&E8 : Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2 PCI\VEN_8086&DEV_24C3&SUBSYS_400617C0&REV_03\3&61AAA01&0&FB : Intel(R) 82801DB/DBM SMBus Controller - 24C3 PCI\VEN_8086&DEV_24C4&SUBSYS_400617C0&REV_03\3&61AAA01&0&E9 : Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4 PCI\VEN_8086&DEV_24C5&SUBSYS_200F17C0&REV_03\3&61AAA01&0&FD : Realtek AC'97 Audio PCI\VEN_8086&DEV_24C6&SUBSYS_106917C0&REV_03\3&61AAA01&0&FE : Agere Systems AC'97 Modem PCI\VEN_8086&DEV_24C7&SUBSYS_400617C0&REV_03\3&61AAA01&0&EA : Intel(R) 82801DB/DBM USB Universal Host Controller - 24C7 PCI\VEN_8086&DEV_24CA&SUBSYS_400617C0&REV_03\3&61AAA01&0&F9 : Intel(R) 82801DBM Ultra ATA Storage Controller - 24CA PCI\VEN_8086&DEV_24CC&SUBSYS_00000000&REV_03\3&61AAA01&0&F8 : Intel(R) 82801DBM LPC Interface Controller - 24CC PCI\VEN_8086&DEV_24CD&SUBSYS_107117C0&REV_03\3&61AAA01&0&EF : Intel(R) 82801DB/DBM USB 2.0 Enhanced Host Controller - 24CD PCI\VEN_8086&DEV_3340&SUBSYS_00000000&REV_21\3&61AAA01&0&00 : Intel(R) 82855PM Processor to I/O Controller - 3340 PCI\VEN_8086&DEV_3341&SUBSYS_00000000&REV_21\3&61AAA01&0&08 : Intel(R) 82855PM Processor to AGP Controller - 3341 PCI\VEN_8086&DEV_4220&SUBSYS_27018086&REV_05\4&16793A72&0&08F0: Intel(R) PRO/Wireless 2200BG Network Connection 17 matching device(s) found. <snip> 2008-10-26 09:51:51 : <FLTR> Verifying requirements for exception [A1] (2 of 33 exceptions). 2008-10-26 09:51:51 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-26 09:51:51 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-26 09:51:51 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-26 09:51:51 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-26 09:51:51 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-26 09:51:51 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-26 09:51:51 : <FLTR> Checking .inf file "C:\D\G\A1\CX_69992.inf". 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_1002&DEV_4E50&REV_00" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_104C&DEV_8029&SUBSYS_320117C0" (original HWID: "PCI\VEN_104C&DEV_8029&SUBSYS_320117C0&REV_00"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_104C&DEV_8029&REV_00" (original HWID: "PCI\VEN_104C&DEV_8029&SUBSYS_320117C0&REV_00"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_104C&DEV_8029" (original HWID: "PCI\VEN_104C&DEV_8029&SUBSYS_320117C0&REV_00"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_104C&DEV_AC44&SUBSYS_320117C0" (original HWID: "PCI\VEN_104C&DEV_AC44&SUBSYS_320117C0&REV_02"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_104C&DEV_AC44&REV_02" (original HWID: "PCI\VEN_104C&DEV_AC44&SUBSYS_320117C0&REV_02"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_104C&DEV_AC44" (original HWID: "PCI\VEN_104C&DEV_AC44&SUBSYS_320117C0&REV_02"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_10EC&DEV_8139&SUBSYS_00391025" (original HWID: "PCI\VEN_10EC&DEV_8139&SUBSYS_00391025&REV_10"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_10EC&DEV_8139&REV_10" (original HWID: "PCI\VEN_10EC&DEV_8139&SUBSYS_00391025&REV_10"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_10EC&DEV_8139" (original HWID: "PCI\VEN_10EC&DEV_8139&SUBSYS_00391025&REV_10"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_2448&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_83"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_2448&REV_83" (original HWID: "PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_83"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_2448" (original HWID: "PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_83"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C2&SUBSYS_400617C0" (original HWID: "PCI\VEN_8086&DEV_24C2&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:51 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C2&REV_03" (original HWID: "PCI\VEN_8086&DEV_24C2&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C2" (original HWID: "PCI\VEN_8086&DEV_24C2&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C3&SUBSYS_400617C0" (original HWID: "PCI\VEN_8086&DEV_24C3&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C3&REV_03" (original HWID: "PCI\VEN_8086&DEV_24C3&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C3" (original HWID: "PCI\VEN_8086&DEV_24C3&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C4&SUBSYS_400617C0" (original HWID: "PCI\VEN_8086&DEV_24C4&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C4&REV_03" (original HWID: "PCI\VEN_8086&DEV_24C4&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C4" (original HWID: "PCI\VEN_8086&DEV_24C4&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C5&SUBSYS_200F17C0" (original HWID: "PCI\VEN_8086&DEV_24C5&SUBSYS_200F17C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C5&REV_03" (original HWID: "PCI\VEN_8086&DEV_24C5&SUBSYS_200F17C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C5" (original HWID: "PCI\VEN_8086&DEV_24C5&SUBSYS_200F17C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C6&SUBSYS_106917C0" (original HWID: "PCI\VEN_8086&DEV_24C6&SUBSYS_106917C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C6&REV_03" (original HWID: "PCI\VEN_8086&DEV_24C6&SUBSYS_106917C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C6" (original HWID: "PCI\VEN_8086&DEV_24C6&SUBSYS_106917C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C7&SUBSYS_400617C0" (original HWID: "PCI\VEN_8086&DEV_24C7&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C7&REV_03" (original HWID: "PCI\VEN_8086&DEV_24C7&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:52 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24C7" (original HWID: "PCI\VEN_8086&DEV_24C7&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:53 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CA&SUBSYS_400617C0" (original HWID: "PCI\VEN_8086&DEV_24CA&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:53 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CA&REV_03" (original HWID: "PCI\VEN_8086&DEV_24CA&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:53 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CA" (original HWID: "PCI\VEN_8086&DEV_24CA&SUBSYS_400617C0&REV_03"). 2008-10-26 09:51:53 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CC&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_24CC&SUBSYS_00000000&REV_03"). 2008-10-26 09:51:53 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CC&REV_03" (original HWID: "PCI\VEN_8086&DEV_24CC&SUBSYS_00000000&REV_03"). 2008-10-26 09:51:54 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CC" (original HWID: "PCI\VEN_8086&DEV_24CC&SUBSYS_00000000&REV_03"). 2008-10-26 09:51:54 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CD&SUBSYS_107117C0" (original HWID: "PCI\VEN_8086&DEV_24CD&SUBSYS_107117C0&REV_03"). 2008-10-26 09:51:54 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CD&REV_03" (original HWID: "PCI\VEN_8086&DEV_24CD&SUBSYS_107117C0&REV_03"). 2008-10-26 09:51:54 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_24CD" (original HWID: "PCI\VEN_8086&DEV_24CD&SUBSYS_107117C0&REV_03"). 2008-10-26 09:51:54 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_3340&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_3340&SUBSYS_00000000&REV_21"). 2008-10-26 09:51:54 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_3340&REV_21" (original HWID: "PCI\VEN_8086&DEV_3340&SUBSYS_00000000&REV_21"). 2008-10-26 09:51:55 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_3340" (original HWID: "PCI\VEN_8086&DEV_3340&SUBSYS_00000000&REV_21"). 2008-10-26 09:51:55 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_3341&SUBSYS_00000000" (original HWID: "PCI\VEN_8086&DEV_3341&SUBSYS_00000000&REV_21"). 2008-10-26 09:51:55 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_3341&REV_21" (original HWID: "PCI\VEN_8086&DEV_3341&SUBSYS_00000000&REV_21"). 2008-10-26 09:51:56 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_3341" (original HWID: "PCI\VEN_8086&DEV_3341&SUBSYS_00000000&REV_21"). 2008-10-26 09:51:56 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_4220&SUBSYS_27018086" (original HWID: "PCI\VEN_8086&DEV_4220&SUBSYS_27018086&REV_05"). 2008-10-26 09:51:56 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_4220&REV_05" (original HWID: "PCI\VEN_8086&DEV_4220&SUBSYS_27018086&REV_05"). 2008-10-26 09:51:56 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69992.inf" through the HWID "PCI\VEN_8086&DEV_4220" (original HWID: "PCI\VEN_8086&DEV_4220&SUBSYS_27018086&REV_05"). 2008-10-26 09:51:56 : <FLTR> Checking .inf file "C:\D\G\A1\CX_69998.inf". 2008-10-26 09:51:56 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&REV_00" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> => All requirements for exception [A1] have been met! 2008-10-26 09:51:57 : <FLTR> Verifying requirements for exception [A1] (3 of 33 exceptions). 2008-10-26 09:51:57 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-26 09:51:57 : <FLTR> ! Could not find tagfile "C:\ATICCP.ins" (1 of 3 tagfiles). 2008-10-26 09:51:57 : <FLTR> => This exception will not be applied. 2008-10-26 09:51:57 : <FLTR> Verifying requirements for exception [A1] (4 of 33 exceptions). 2008-10-26 09:51:57 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (1/2). 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\D\G\A1\AVIVO\setup.exe" (2/2). 2008-10-26 09:51:57 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-26 09:51:57 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-26 09:51:57 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&REV_00" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> => All requirements for exception [A1] have been met! <snip> 2008-10-26 09:51:57 : <FLTR> Verifying requirements for exception [AC] (8 of 33 exceptions). 2008-10-26 09:51:57 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-26 09:51:57 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-26 09:51:57 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-26 09:51:57 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&REV_00" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> => All requirements for exception [AC] have been met! 2008-10-26 09:51:57 : <FLTR> Verifying requirements for exception [AE] (9 of 33 exceptions). 2008-10-26 09:51:57 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-26 09:51:57 : <FLTR> ! Could not find tagfile "C:\ATICCP.ins" (1 of 3 tagfiles). 2008-10-26 09:51:57 : <FLTR> => This exception will not be applied. 2008-10-26 09:51:57 : <FLTR> Verifying requirements for exception [AE] (10 of 33 exceptions). 2008-10-26 09:51:57 : <FLTR> 1. tagFiles (ALL tagFiles must be found) 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\ATICCC.ins" (1/3). 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\D\G\A1\CCC\setup.exe" (2/3). 2008-10-26 09:51:57 : <FLTR> Found tagfile "C:\WINDOWS\system32\atidemgx.dll" (3/3). 2008-10-26 09:51:57 : <FLTR> 4. +infFiles (ANY +infFiles must be matched) 2008-10-26 09:51:57 : <FLTR> Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles). 2008-10-26 09:51:57 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> ! Could not match +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50&REV_00" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> Matched +infFile"C:\D\G\A1\CX_69998.inf" through the HWID "PCI\VEN_1002&DEV_4E50" (original HWID: "PCI\VEN_1002&DEV_4E50&SUBSYS_206117C0&REV_00"). 2008-10-26 09:51:57 : <FLTR> => All requirements for exception [AE] have been met! <snip> 2008-10-26 09:51:58 : <FLTR> Finished filtering exceptions. 2008-10-26 09:51:58 : <DBG> 4 exceptions have fulfilled the requirements to be executed! 2008-10-26 09:51:58 : <EXEC> Executing all commands (1) for exception [A1]. 2008-10-26 09:51:58 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\CCC\setup.exe /s" 2008-10-26 09:53:16 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-26 09:53:16 : <EXEC> Executing all commands (1) for exception [A1]. 2008-10-26 09:53:16 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\AVIVO\setup.exe /S /v/qn" 2008-10-26 09:53:19 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-26 09:53:19 : <EXEC> Executing all commands (1) for exception [AC]. 2008-10-26 09:53:19 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\CCC\setup.exe /s" 2008-10-26 09:53:20 : <EXEC> No STDOUT/STDERR output occurred. 2008-10-26 09:53:20 : <EXEC> Executing all commands (1) for exception [AE]. 2008-10-26 09:53:20 : <EXEC> Executing command 1 of 1: "%DPSROOT%\D\G\A1\CCC\setup.exe /s" 2008-10-26 09:53:21 : <EXEC> No STDOUT/STDERR output occurred.[/code] |
(0000838) OverFlow (administrator) 2008-10-30 05:29 |
I belive the +Hwids bug is fixed if you can confirm that it is fixed i will then fix the unreported -hwids problem. that sections is nearly a duplicate of this one ;) |
(0000839) OverFlow (administrator) 2008-10-30 11:07 edited on: 2008-10-30 11:08 |
i think i squished all the little bugs... I need to really go through the finisher and tidy up a bit but i think its working as is ;) wow that took 5 hours... rats... |
(0000840) mr_smartepants (reporter) 2008-10-30 20:50 edited on: 2008-10-31 08:07 |
I uploaded the last f-log and G_A.ini from my test with 81029alpha. The N1 exception was NOT run (+inf explicit) even though drivers loaded properly at T-33. Still getting a false positive from dpsb H2 (probably an .ini error). I just noticed you uploaded a new 'smartepants' test file. I'll rebuild and try that one and report back. |
(0000841) mr_smartepants (reporter) 2008-10-31 08:06 |
I've uploaded the latest f-log from Base_smartepants using the same G_A .ini (explicit .inf). The false positives are gone, but the N1 exception did NOT run (with explicit .inf). dpsa [AS] exception ran fine, but I had a .inf wildcard in the .ini. I'll rebuild and retest using all wildcards in the .ini. |
(0000843) OverFlow (administrator) 2008-11-01 09:39 |
OK i found out where you goofed on this one... ;O [A1] ; BartPE Code ms_count = 1 ms_1_tag = "A1_ati" ms_1_sysfile = "ati2mtag.sys" ms_1_exc_skipIfOS="wxp,w2k3" ; REQUIRED exc_count = 4 should be exc_count = 3 since it did not find the fourth section it reported 2008-10-31 06:12:46 : <INIT> Could not find one or more of the requirement types for this exception! This exception will therefore not be processed! (Well yeah you shorted it a whole section) lol |
(0000845) mr_smartepants (reporter) 2008-11-01 12:54 |
Doh! Found more bugs in the .ini exc_1_+infFiles = 2 exc_1_+infFile1 = "%DPSROOT%\D\G\N1\nv4_disp.inf" exc_1_+infFile1 = "%DPSROOT%\D\G\N1\nv4_go.inf" <--mislabeled '1' should be exc_1_+infFiles = 2 exc_1_+infFile1 = "%DPSROOT%\D\G\N1\nv4_disp.inf" exc_1_+infFile2 = "%DPSROOT%\D\G\N1\nv4_go.inf" <--correctly labeled '2' |
(0000846) mr_smartepants (reporter) 2008-11-01 19:18 |
Success!! Confirmed fixes! :) Uploaded f-log (11-01-f-log). dpga\N1 exceptions (explicit .inf) and dpsa\AS (wildcard .inf) both worked perfect. Only problem was dpsf.exe was left behind at C:\ even after the second reboot. No biggie though. |
(0000847) OverFlow (administrator) 2008-11-02 07:52 |
Woo Hoo! Sweet... let's get the RC out! |
Issue History | |||
Date Modified | Username | Field | Change |
2008-10-13 14:52 | mr_smartepants | New Issue | |
2008-10-13 14:52 | mr_smartepants | Status | new => assigned |
2008-10-13 14:52 | mr_smartepants | Assigned To | => ruudboek |
2008-10-13 14:52 | mr_smartepants | File Added: DriverPack_Graphics_A_wnt5_x86-32 - Copy.7z | |
2008-10-13 14:52 | mr_smartepants | Destination OS Platform | => wnt5_x86-32 (applies to all OSes of this platform) |
2008-10-13 14:52 | mr_smartepants | Installation Platform | => disc (CD/DVD) |
2008-10-13 14:52 | mr_smartepants | DriverPacks | => all |
2008-10-13 14:52 | mr_smartepants | DriverPacks Method | => 2 |
2008-10-13 14:52 | mr_smartepants | DriverPacks Finisher Method | => RunOnceEx |
2008-10-14 01:35 | OverFlow | Assigned To | ruudboek => OverFlow |
2008-10-14 01:36 | OverFlow | DriverPacks Method | 2 => not applicable |
2008-10-14 01:36 | OverFlow | Status | assigned => confirmed |
2008-10-14 05:18 | OverFlow | Destination OS Platform | wnt5_x86-32 (applies to all OSes of this platform) => not applicable |
2008-10-14 05:18 | OverFlow | Installation Platform | disc (CD/DVD) => not applicable |
2008-10-14 05:18 | OverFlow | DriverPacks Finisher Method | RunOnceEx => not applicable |
2008-10-14 05:18 | OverFlow | Priority | normal => high |
2008-10-14 05:18 | OverFlow | Projection | none => minor fix |
2008-10-14 05:18 | OverFlow | ETA | none => 2-3 days |
2008-10-14 05:18 | OverFlow | Product Version | 8.09 rc1 => |
2008-10-14 05:19 | OverFlow | Note Added: 0000831 | |
2008-10-23 21:22 | mr_smartepants | Note Added: 0000835 | |
2008-10-25 23:51 | OverFlow | File Added: DPs_BASE_81025alpha.exe | |
2008-10-25 23:52 | OverFlow | Note Added: 0000836 | |
2008-10-25 23:52 | OverFlow | Status | confirmed => feedback |
2008-10-26 21:55 | mr_smartepants | Note Added: 0000837 | |
2008-10-30 05:23 | OverFlow | File Added: DPs_BASE_81029alpha.exe | |
2008-10-30 05:29 | OverFlow | Status | feedback => resolved |
2008-10-30 05:29 | OverFlow | Resolution | open => fixed |
2008-10-30 05:29 | OverFlow | Note Added: 0000838 | |
2008-10-30 05:30 | OverFlow | Status | resolved => feedback |
2008-10-30 05:30 | OverFlow | Resolution | fixed => reopened |
2008-10-30 11:04 | OverFlow | File Added: DPs_BASE_smartepants.exe | |
2008-10-30 11:07 | OverFlow | Note Added: 0000839 | |
2008-10-30 11:08 | OverFlow | Note Edited: 0000839 | |
2008-10-30 20:46 | mr_smartepants | File Added: DPsFnshr.log | |
2008-10-30 20:47 | mr_smartepants | File Added: DriverPack_Graphics_A_wnt5_x86-32.ini | |
2008-10-30 20:50 | mr_smartepants | Note Added: 0000840 | |
2008-10-30 20:52 | mr_smartepants | Note Edited: 0000840 | |
2008-10-31 08:06 | mr_smartepants | Note Added: 0000841 | |
2008-10-31 08:06 | mr_smartepants | File Added: 10_31_DPsFnshr.log | |
2008-10-31 08:07 | mr_smartepants | Note Edited: 0000840 | |
2008-11-01 09:12 | OverFlow | Note Added: 0000842 | |
2008-11-01 09:13 | OverFlow | Status | feedback => confirmed |
2008-11-01 09:15 | OverFlow | Note Edited: 0000842 | |
2008-11-01 09:37 | OverFlow | Note Deleted: 0000842 | |
2008-11-01 09:39 | OverFlow | Note Added: 0000843 | |
2008-11-01 12:54 | mr_smartepants | Note Added: 0000845 | |
2008-11-01 19:18 | mr_smartepants | Note Added: 0000846 | |
2008-11-01 19:18 | mr_smartepants | File Added: 11-01-DPsFnshr.log | |
2008-11-02 07:52 | OverFlow | Note Added: 0000847 | |
2008-11-02 09:17 | OverFlow | Status | confirmed => resolved |
2008-11-02 09:17 | OverFlow | Fixed in Version | => 8.11.02.RC |
2008-11-02 09:17 | OverFlow | Resolution | reopened => fixed |
Copyright © 2000 - 2012 MantisBT Group |