I forgot to mention that I tried this and got the same results... I am sorry... I have been trying everything I have been told to and so far only thing that has worked was actually using the DPsFnshr.7z (replaced the 7.05.2 finisher) from DP_BASE 7.01.6 from January of this year... it was the only older/different version of the base I could find on any of my cd's (I guess I already threw all my older discs in the trash) I haven't tested this with a live cd yet (about to), but it worked manually via VMWare setup. (edit: actually I did not mean VMWare I am sorry, I meant I used a cmd script to automate kind of like the fini.cmd in another thread on this board).

one last time here is how I built my XP disc:

1. Fresh source (sp2)
2. Run WMP11 Slipstreamer
3. Run nLite for xp psp2 updates + unattended settings only
4. Run nLite for Addons (IE7 etc...) +Remove components +Tweaks +Build ISO
5. Test disc in VMWare to make sure installs properly with no errors and all settings etc... are injected into registry etc... (so I know the source is perfect just before running DP_BASE)
6. Run DP_BASE to add DriverPacks with KTD turned ON and QSC turned ON via RunOnceEx .
7. Everything is fine installation wise until the reboot into RunOnceEx when Finisher should do it's thing as well as KTD but then I get the following error:
http://i7.tinypic.com/6ywjdwl.jpg

I really appreciate everyone's input so far, I just wish there was a solution!
Thanks again in advance for any input/insight you may have!

CURRENT FINISHING/CLEANUP COMMAND SCRIPT (EXECUTED VERY LAST OF WPI):

TITLE WinXP Install Cleanup and Complete
net user aspnet /delete
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\WPI\wpi.hta set CDROM=%%i
for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\swap.drive set SWAP=%%i
for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\storage.drive set STORAGE=%%i
for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\file.box set FILEBOX=%%i
for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\volatile.drive set VOLATILE=%%i

if exist "%CDROM%\OEM\bin\un7zip.exe" (
	GOTO :DOPNFCHECK1
	) ELSE (
		GOTO :BEGINCLEAN
)

:DOPNFCHECK1
if exist "%systemroot%\DriverPacks\D\C" (
	GOTO :CHECK2
	) ELSE (
		GOTO :DOPNF
)

:DOPNFCHECK2
if exist "%systemroot%\DriverPacks\D\CPU" (
	GOTO :DOPNFCHECK3
	) ELSE (
		GOTO :DOPNF
)

:DOPNFCHECK3
if exist "%systemroot%\DriverPacks\D\G" (
	GOTO :DOPNFCHECK4
	) ELSE (
		GOTO :DOPNF
)

:DOPNFCHECK4
if exist "%systemroot%\DriverPacks\D\L" (
	GOTO :DOPNFCHECK5
	) ELSE (
		GOTO :DOPNF
)

:DOPNFCHECK5
if exist "%systemroot%\DriverPacks\D\M" (
	GOTO :DOPNFCHECK6
	) ELSE (
		GOTO :DOPNF
)

:DOPNFCHECK6
if exist "%systemroot%\DriverPacks\D\S" (
	GOTO :DOPNFCHECK7
	) ELSE (
		GOTO :DOPNF
)

:DOPNFCHECK7
if exist "%systemroot%\DriverPacks\D\W" (
	GOTO :BEGINCLEAN
	) ELSE (
		GOTO :DOPNF
)

:DOPNF
%CDROM%\OEM\bin\un7zip.exe %CDROM%\OEM\bin\DP*.7z "%SystemDrive%\"
%CDROM%\OEM\bin\un7zip.exe %CDROM%\OEM\DP*.7z "%SystemRoot%\DriverPacks"
start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
COPY /Y "%CDROM%\OEM\bin\DPsFnshr.ini" "%SystemDrive%\"
if exist "%systemdrive%\D\CPU\amdk8.inf" (
	GOTO :CONTINUE
	) ELSE (
		GOTO :NEXTCHECK
)

:NEXTCHECK
if not exist "%systemdrive%\D\D\CPU\amdk8.inf" (
	xcopy /y /i /e /h "%SystemRoot%\Driverpacks\*.*" "%SystemDrive%\"
	) ELSE (
		GOTO :CONTINUE
)

:CONTINUE
%SystemDrive%\makePNF.exe %SystemRoot%\DriverPacks
%CDROM%\OEM\bin\DevPath.exe %SystemRoot%\DriverPacks
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

:BEGINCLEAN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MY INSTALLATION CLEANUP COMMANDS GO HERE...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

LABEL %systemdrive% audio][drive

if exist "X:\" (
	GOTO :DPFINCHECK
	) ELSE (
		GOTO :DVDX
)

:DVDX
if exist "%systemdrive%\DVD.X" (
	GOTO :SWAPCHK
	) ELSE (
	GOTO :DVDXNOTEXIST
)

:SWAPCHK
if exist "E:\DRIVE.e" GOTO :MAPDRIVE
if exist "%SWAP%\DRIVE.e" GOTO :MAPDRIVE
if not exist "%SWAP%\swap.drive" ( 
	GOTO :NOSWAPDRIVE
	) ELSE ( 
		GOTO :MAPDRIVE
)

:DVDXNOTEXIST
LOGEVENT -s E -c 6969 "MAPDRIVE FILES ERROR!"
ECHO DVD.RW RENAME FILE DID NOT EXIST.
if not exist "%programfiles%\VMWare\VMWare Tools\VMWareService.exe" (
	copy /Y "%CDROM%\WPI\Tools\DVD.X" "%SystemDrive%"
	) ELSE (
		GOTO :SWAPCHK
)
GOTO :SWAPCHK

:NOSWAPDRIVE
LOGEVENT -s E -c 6969 "MAPDRIVE FILES ERROR!"
ECHO NO SWAP DRIVE FILE EXISTS. CAN'T DETERMINE HOW TO REMAP THE DRIVES!
if not exist "%programfiles%\VMWare\VMWare Tools\VMWareService.exe" (
		copy /Y "%CDROM%\WPI\Tools\no.swap.drive.file" "%systemdrive%"
		) ELSE (
			GOTO :MAPDRIVE2
)

:MAPDRIVE
if exist "%systemdrive%\no.swap.drive.file" (
	GOTO :CONTMAP
	) ELSE (
		REG ADD %KEY%\911 /V 1 /D "%SYSTEMDRIVE%\createpagefile.bat" /f
)

:CONTMAP
copy /Y "%CDROM%\WPI\Tools\DRIVE.e" "%SWAP%"
START %SystemDrive%\mapdrive.cmd ENU %SystemDrive%\xptemp\

START /MIN /wait %SYSTEMROOT%\Sleep.exe 110
copy /Y "%CDROM%\WPI\Tools\DRIVE.f" "%STORAGE%"
copy /Y "%CDROM%\WPI\Tools\DRIVE.g" "%FILEBOX%"
copy /Y "%CDROM%\WPI\Tools\DRIVE.v" "%VOLATILE%"
GOTO :DPFINCHECK

:MAPDRIVE2
START /MIN %SystemDrive%\mapdrive.cmd ENU %SystemDrive%\xptemp\

START /MIN /wait %SYSTEMROOT%\Sleep.exe 110

:DPFINCHECK
if exist "%systemdrive%\D" (
	GOTO :DPFINISHER
	) ELSE (
		GOTO :TASKKILL
)

:DPFINISHER
echo Cleaning up temporary files...
rd /S /Q %systemdrive%\D
DEL /Q %systemdrive%\devcon.exe
DEL /Q %systemdrive%\DPsFnshr.exe
DEL /Q %systemdrive%\DSPdsblr.exe
DEL /Q %systemdrive%\makePNF.exe
DEL /Q %systemdrive%\mute.exe
DEL /Q %systemdrive%\pmtimer.exe
echo Temporary Files Deleted...

:TASKKILL
START /wait taskkill.exe /IM cmd.exe
START /wait taskkill.exe /IM cmd.exe
START /wait taskkill.exe /IM cmd.exe
START /wait taskkill.exe /IM cmd.exe
START /wait taskkill.exe /IM cmd.exe

:EXIT
EXIT

I am not trying to manually run the "Finisher" as I haven't been able to get it to work not matter what, so all I am doing is making sure that KTD is done properly. Maybe it's redundant... but I just like to be sure all drivers are copied over to the %SystemRoot%. I would like to be able to run the finisher manually via this script too... but it doesn't look like that is going to be able to happen as I can't even get it to run from a fresh install via DP_BASE injection to Install CD. Please someone help me get this working so that I can at least have Finisher working via the DP_BASE!!!

DPFnshr.log [part2]:

2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0266&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0266" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0267&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0267" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0269&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0269" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026D&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026D" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026E&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026E" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026F&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026F" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0270&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0270" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0272&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0272" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027E&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027E" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027F&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027F" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F1&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F1" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F8&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F8" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F9&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F9" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FA&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FA" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FB&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FB" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FD&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FD" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FE&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FE" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FF&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FF" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1106&DEV_3044&SUBSYS_10001458" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1106&DEV_3044&REV_80" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1106&DEV_3044" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B" (original HWID: "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1712&REV_02" (original HWID: "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1712" (original HWID: "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1724&SUBSYS_36301412" (original HWID: "PCI\VEN_1412&DEV_1724&SUBSYS_36301412&REV_01").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1724&REV_01" (original HWID: "PCI\VEN_1412&DEV_1724&SUBSYS_36301412&REV_01").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1724" (original HWID: "PCI\VEN_1412&DEV_1724&SUBSYS_36301412&REV_01").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1100&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1100&REV_00" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1100" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1101&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1101&REV_00" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1101" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1102&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1102&REV_00" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1102" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1103&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1103&REV_00" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1103" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0242&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0242" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0266&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0266" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0267&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0267" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0269&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0269" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026D&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026D" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026E&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026E" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026F&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_026F" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0270&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0270" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0272&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0272" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027E&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027E" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027F&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_027F" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F1&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F1" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F8&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F8" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F9&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02F9" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FA&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FA" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FB&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FB" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FD&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FD" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FE&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FE" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FF&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_02FF" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1106&DEV_3044&SUBSYS_10001458" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1106&DEV_3044&REV_80" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1106&DEV_3044" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B" (original HWID: "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1712&REV_02" (original HWID: "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1712" (original HWID: "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1724&SUBSYS_36301412" (original HWID: "PCI\VEN_1412&DEV_1724&SUBSYS_36301412&REV_01").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1724&REV_01" (original HWID: "PCI\VEN_1412&DEV_1724&SUBSYS_36301412&REV_01").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1412&DEV_1724" (original HWID: "PCI\VEN_1412&DEV_1724&SUBSYS_36301412&REV_01").
2007-11-24 12:50:41 : <FLTR> 		Checking .inf file "F:\D\S\T\5\DMX6Fire.inf".
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1100&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1100&REV_00" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1100" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1101&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1101&REV_00" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1101" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1102&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1102&REV_00" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1102" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1103&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1103&REV_00" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1022&DEV_1103" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0242&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0242" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0260&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0260" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0264&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0264" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0265&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0265" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0266&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0266" (original HWID: "PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0267&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0267" (original HWID: "PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0269&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0269" (original HWID: "PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026D&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026D" (original HWID: "PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026E&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026E" (original HWID: "PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026F&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_026F" (original HWID: "PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0270&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0270" (original HWID: "PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0272&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_0272" (original HWID: "PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_027E&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_027E" (original HWID: "PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_027F&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_027F" (original HWID: "PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F1&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F1" (original HWID: "PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F8&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F8" (original HWID: "PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F9&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02F9" (original HWID: "PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FA&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FA" (original HWID: "PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FB&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FB" (original HWID: "PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FD&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FD" (original HWID: "PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FE&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FE" (original HWID: "PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FF&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_10DE&DEV_02FF" (original HWID: "PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1106&DEV_3044&SUBSYS_10001458" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1106&DEV_3044&REV_80" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1106&DEV_3044" (original HWID: "PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80").
2007-11-24 12:50:41 : <FLTR> 		Matched +infFile"F:\D\S\T\5\DMX6Fire.inf" through the HWID "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B" (original HWID: "PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02").
2007-11-24 12:50:41 : <FLTR> 	=> All requirements for exception [T-5] have been met!
2007-11-24 12:50:41 : <FLTR> Finished filtering exceptions.
2007-11-24 12:50:41 : <DBG>  2 exceptions have forfilled the requirements to be executed!
2007-11-24 12:50:41 : <EXEC> Executing all commands (1) for exception [CPU].
2007-11-24 12:50:41 : <EXEC> 	Executing command 1 of 1: "%SystemDrive%\pmtimer.exe"
2007-11-24 12:50:41 : <EXEC> 		No STDOUT/STDERR output occurred.
2007-11-24 12:50:41 : <EXEC> Executing all commands (1) for exception [T-5].
2007-11-24 12:50:41 : <EXEC> 	Executing command 1 of 1: "%DPSROOT%\D\S\T\5\T_DMX.exe"

DPFnshr.log [part1]:

2007-11-24 12:50:36 : <INIT> DriverPacks Finisher 7.05.2 initialized.
2007-11-24 12:50:36 : <INIT> Splash screen initialized.
2007-11-24 12:50:36 : <INIT> Detected platform wnt5_x86-32.
2007-11-24 12:50:36 : <DBG>  Start logging of constants used in this program:
2007-11-24 12:50:36 : <DBG>  	$_DEBUG: True
2007-11-24 12:50:36 : <DBG>  	$_DPSTMP: F:\tmp
2007-11-24 12:50:36 : <DBG>  	$_LOGFILE: F:\WINDOWZ\DPsFnshr.log
2007-11-24 12:50:36 : <DBG>  	$_NF: not found
2007-11-24 12:50:36 : <DBG>  	$_SETTINGSFILE: F:\DPsFnshr.ini
2007-11-24 12:50:36 : <DBG>  	$_SPLASHSCREEN: True
2007-11-24 12:50:36 : <INIT> Start logging of system variables available for use by the exceptions:
2007-11-24 12:50:36 : <INIT> 	%finisherdir% = F:
2007-11-24 12:50:36 : <INIT> 	%systemdrive% = F:
2007-11-24 12:50:36 : <INIT> 	%systemroot% = F:\WINDOWZ
2007-11-24 12:50:36 : <INIT> 	%windir% = F:\WINDOWZ
2007-11-24 12:50:36 : <INIT> 	%programfiles% = F:\programz
2007-11-24 12:50:36 : <INIT> 	%dpsroot% = 
2007-11-24 12:50:36 : <INIT> 	%dpstmp% = F:\tmp
2007-11-24 12:50:36 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2007-11-24 12:50:36 : <INIT> 1. ACPI devices

ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_35\_0               : AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_35\_1               : AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI Fixed Feature Button
ACPI\PNP0000\3&2411E6FE&0                                   : Programmable interrupt controller
ACPI\PNP0100\3&2411E6FE&0                                   : System timer
ACPI\PNP0200\3&2411E6FE&0                                   : Direct memory access controller
ACPI\PNP0303\3&2411E6FE&0                                   : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
ACPI\PNP0401\3&2411E6FE&0                                   : ECP Printer Port (LPT1)
ACPI\PNP0501\1                                              : Communications Port (COM1)
ACPI\PNP0700\3&2411E6FE&0                                   : Standard floppy disk controller
ACPI\PNP0800\3&2411E6FE&0                                   : System speaker
ACPI\PNP0A06\3&473F1A46&0                                   : Extended IO Bus
ACPI\PNP0A08\1                                              : PCI bus
ACPI\PNP0B00\3&2411E6FE&0                                   : System CMOS/real time clock
ACPI\PNP0C01\2&DABA3FF&0                                    : System board
ACPI\PNP0C02\1                                              : Motherboard resources
ACPI\PNP0C02\5                                              : Motherboard resources
ACPI\PNP0C04\3&2411E6FE&0                                   : Numeric data processor
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI Power Button
ACPI\PNP0F13\3&2411E6FE&0                                   : PS/2 Compatible Mouse
ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-Compliant System
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor PC
22 matching device(s) found.

2007-11-24 12:50:36 : <INIT> 2. PCI devices

PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0: PCI standard host CPU bridge
PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1: PCI standard host CPU bridge
PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2: PCI standard host CPU bridge
PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3: PCI standard host CPU bridge
PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2\3&2411E6FE&0&28: NVIDIA GeForce 6100
PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2\3&2411E6FE&0&50: PCI standard ISA bridge
PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2\3&2411E6FE&0&51: NVIDIA nForce PCI System Management
PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1\3&2411E6FE&0&68: Standard Dual Channel PCI IDE Controller
PCI\VEN_10DE&DEV_0266&SUBSYS_B0021458&REV_A1\3&2411E6FE&0&70: NVIDIA nForce 430/410 Serial ATA Controller
PCI\VEN_10DE&DEV_0267&SUBSYS_B0021458&REV_A1\3&2411E6FE&0&78: NVIDIA nForce 430/410 Serial ATA Controller
PCI\VEN_10DE&DEV_0269&SUBSYS_E0001458&REV_A1\3&2411E6FE&0&A0: NVIDIA Network Bus Enumerator
PCI\VEN_10DE&DEV_026D&SUBSYS_50041458&REV_A2\3&2411E6FE&0&58: Standard OpenHCD USB Host Controller
PCI\VEN_10DE&DEV_026E&SUBSYS_50041458&REV_A2\3&2411E6FE&0&59: Standard Enhanced PCI to USB Host Controller
PCI\VEN_10DE&DEV_026F&SUBSYS_00000000&REV_A2\3&2411E6FE&0&80: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0270&SUBSYS_50011458&REV_A2\3&2411E6FE&0&48: nForce Memory Controller
PCI\VEN_10DE&DEV_0272&SUBSYS_02641458&REV_A2\3&2411E6FE&0&52: nForce Memory Controller
PCI\VEN_10DE&DEV_027E&SUBSYS_50001458&REV_A2\3&2411E6FE&0&07: nForce Memory Controller
PCI\VEN_10DE&DEV_027F&SUBSYS_50001458&REV_A2\3&2411E6FE&0&06: nForce Memory Controller
PCI\VEN_10DE&DEV_02F1&SUBSYS_50001458&REV_A2\3&2411E6FE&0&00: PCI standard RAM Controller
PCI\VEN_10DE&DEV_02F8&SUBSYS_50001458&REV_A2\3&2411E6FE&0&03: nForce Memory Controller
PCI\VEN_10DE&DEV_02F9&SUBSYS_50001458&REV_A2\3&2411E6FE&0&04: nForce Memory Controller
PCI\VEN_10DE&DEV_02FA&SUBSYS_50001458&REV_A2\3&2411E6FE&0&01: nForce HyperTransport Bridge
PCI\VEN_10DE&DEV_02FB&SUBSYS_00000000&REV_A1\3&2411E6FE&0&20: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_02FD&SUBSYS_00000000&REV_A1\3&2411E6FE&0&18: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_02FE&SUBSYS_50001458&REV_A2\3&2411E6FE&0&02: nForce Memory Controller
PCI\VEN_10DE&DEV_02FF&SUBSYS_50001458&REV_A2\3&2411E6FE&0&05: nForce Memory Controller
PCI\VEN_1106&DEV_3044&SUBSYS_10001458&REV_80\4&DC268A3&0&7080: VIA OHCI Compliant IEEE 1394 Host Controller
PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02\4&DC268A3&0&3880: DMX 6fire 24/96
PCI\VEN_1412&DEV_1724&SUBSYS_36301412&REV_01\4&DC268A3&0&3080: M-Audio Revolution
29 matching device(s) found.

2007-11-24 12:50:36 : <INIT> 3. HDAUDIO devices

No matching devices found.

2007-11-24 12:50:39 : <INIT> 4. USB devices

USB\ROOT_HUB\4&354DBDA&0                                    : USB Root Hub
USB\ROOT_HUB20\4&346B7D9E&0                                 : USB Root Hub
USB\VID_0A4D&PID_008E\5&21302E94&0&1                        : USB Composite Device
USB\VID_0A4D&PID_008E&MI_00\6&3D28B7C&0&0000                : USB Audio Device
4 matching device(s) found.

2007-11-24 12:50:40 : <INIT> Logging of HWIDs complete.
2007-11-24 12:50:40 : <INIT> Found .ini file for DriverPack CPU! ("F:\DriverPack_CPU_wnt5_x86-32.ini")
2007-11-24 12:50:40 : <DBG>      $dp_exceptions = array(
2007-11-24 12:50:40 : <DBG>          [0] => CPU
2007-11-24 12:50:40 : <DBG>      )
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [CPU].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\\CPU" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     No exceptions disabled for this DriverPack.
2007-11-24 12:50:40 : <INIT> Number of exceptions imported for this DriverPack: 1.
2007-11-24 12:50:40 : <INIT> Total number of exceptions: 1.
2007-11-24 12:50:40 : <DBG>  exceptions[0][0]: 1
2007-11-24 12:50:40 : <DBG>  exceptions[0][1]: 1
2007-11-24 12:50:40 : <INIT> Found .ini file for DriverPack Graphics A! ("F:\DriverPack_Graphics_A_wnt5_x86-32.ini")
2007-11-24 12:50:40 : <DBG>      $dp_exceptions = array(
2007-11-24 12:50:40 : <DBG>          [0] => A-1
2007-11-24 12:50:40 : <DBG>      )
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\G\A\1" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 2 for this driver.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 2 of 2 for this driver.
2007-11-24 12:50:40 : <INIT>     No exceptions disabled for this DriverPack.
2007-11-24 12:50:40 : <INIT> Number of exceptions imported for this DriverPack: 1.
2007-11-24 12:50:40 : <INIT> Total number of exceptions: 3.
2007-11-24 12:50:40 : <DBG>  exceptions[0][0]: 3
2007-11-24 12:50:40 : <DBG>  exceptions[0][1]: 3
2007-11-24 12:50:40 : <INIT> Found .ini file for DriverPack LAN! ("F:\DriverPack_LAN_wnt5_x86-32.ini")
2007-11-24 12:50:40 : <DBG>      $dp_exceptions = array(
2007-11-24 12:50:40 : <DBG>          [0] => NV-3
2007-11-24 12:50:40 : <DBG>      )
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [NV-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\L\NV\3" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     No exceptions disabled for this DriverPack.
2007-11-24 12:50:40 : <INIT> Number of exceptions imported for this DriverPack: 1.
2007-11-24 12:50:40 : <INIT> Total number of exceptions: 4.
2007-11-24 12:50:40 : <DBG>  exceptions[0][0]: 4
2007-11-24 12:50:40 : <DBG>  exceptions[0][1]: 4
2007-11-24 12:50:40 : <INIT> Found .ini file for DriverPack MassStorage! ("F:\DriverPack_MassStorage_wnt5_x86-32.ini")
2007-11-24 12:50:40 : <DBG>      $dp_exceptions = array(
2007-11-24 12:50:40 : <DBG>          [0] => 3-1
2007-11-24 12:50:40 : <DBG>          [1] => 3-1-O
2007-11-24 12:50:40 : <DBG>          [2] => 3-3
2007-11-24 12:50:40 : <DBG>          [3] => A-1
2007-11-24 12:50:40 : <DBG>          [4] => A-2
2007-11-24 12:50:40 : <DBG>          [5] => A-3
2007-11-24 12:50:40 : <DBG>          [6] => A-4
2007-11-24 12:50:40 : <DBG>          [7] => A-5
2007-11-24 12:50:40 : <DBG>          [8] => A-6
2007-11-24 12:50:40 : <DBG>          [9] => A-7
2007-11-24 12:50:40 : <DBG>          [10] => A-8
2007-11-24 12:50:40 : <DBG>          [11] => AD-2
2007-11-24 12:50:40 : <DBG>          [12] => AD-3
2007-11-24 12:50:40 : <DBG>          [13] => AD-4
2007-11-24 12:50:40 : <DBG>          [14] => AD-5
2007-11-24 12:50:40 : <DBG>          [15] => AD-6
2007-11-24 12:50:40 : <DBG>          [16] => AD-6-C
2007-11-24 12:50:40 : <DBG>          [17] => AD-7
2007-11-24 12:50:40 : <DBG>          [18] => AD-8
2007-11-24 12:50:40 : <DBG>          [19] => AM
2007-11-24 12:50:40 : <DBG>          [20] => AR
2007-11-24 12:50:40 : <DBG>          [21] => AT
2007-11-24 12:50:40 : <DBG>          [22] => AU-1
2007-11-24 12:50:40 : <DBG>          [23] => AU-2
2007-11-24 12:50:40 : <DBG>          [24] => AU-3
2007-11-24 12:50:40 : <DBG>          [25] => C
2007-11-24 12:50:40 : <DBG>          [26] => C-1
2007-11-24 12:50:40 : <DBG>          [27] => C-2
2007-11-24 12:50:40 : <DBG>          [28] => C-3
2007-11-24 12:50:40 : <DBG>          [29] => D-1
2007-11-24 12:50:40 : <DBG>          [30] => D-2
2007-11-24 12:50:40 : <DBG>          [31] => E
2007-11-24 12:50:40 : <DBG>          [32] => H-1
2007-11-24 12:50:40 : <DBG>          [33] => H-1R
2007-11-24 12:50:40 : <DBG>          [34] => H-2
2007-11-24 12:50:40 : <DBG>          [35] => H-3
2007-11-24 12:50:40 : <DBG>          [36] => H-4
2007-11-24 12:50:40 : <DBG>          [37] => H-5
2007-11-24 12:50:40 : <DBG>          [38] => H-6
2007-11-24 12:50:40 : <DBG>          [39] => H-6k3
2007-11-24 12:50:40 : <DBG>          [40] => H-7
2007-11-24 12:50:40 : <DBG>          [41] => H-7k3
2007-11-24 12:50:40 : <DBG>          [42] => H-8
2007-11-24 12:50:40 : <DBG>          [43] => H-9
2007-11-24 12:50:40 : <DBG>          [44] => H-9k3
2007-11-24 12:50:40 : <DBG>          [45] => H-A
2007-11-24 12:50:40 : <DBG>          [46] => H-Ak3
2007-11-24 12:50:40 : <DBG>          [47] => AD-1
2007-11-24 12:50:40 : <DBG>          [48] => I-1
2007-11-24 12:50:40 : <DBG>          [49] => I-2
2007-11-24 12:50:40 : <DBG>          [50] => I-3
2007-11-24 12:50:40 : <DBG>          [51] => I-4
2007-11-24 12:50:40 : <DBG>          [52] => I-5
2007-11-24 12:50:40 : <DBG>          [53] => I-6
2007-11-24 12:50:40 : <DBG>          [54] => IN-R
2007-11-24 12:50:40 : <DBG>          [55] => IN-1
2007-11-24 12:50:40 : <DBG>          [56] => IN-2
2007-11-24 12:50:40 : <DBG>          [57] => IN-3
2007-11-24 12:50:40 : <DBG>          [58] => AD-A
2007-11-24 12:50:40 : <DBG>          [59] => IT
2007-11-24 12:50:40 : <DBG>          [60] => J
2007-11-24 12:50:40 : <DBG>          [61] => L-1
2007-11-24 12:50:40 : <DBG>          [62] => L-2
2007-11-24 12:50:40 : <DBG>          [63] => L-3
2007-11-24 12:50:40 : <DBG>          [64] => L-4
2007-11-24 12:50:40 : <DBG>          [65] => L-5
2007-11-24 12:50:40 : <DBG>          [66] => L-6
2007-11-24 12:50:40 : <DBG>          [67] => M
2007-11-24 12:50:40 : <DBG>          [68] => M-O
2007-11-24 12:50:40 : <DBG>          [69] => M-1
2007-11-24 12:50:40 : <DBG>          [70] => N-tm
2007-11-24 12:50:40 : <DBG>          [71] => P-1
2007-11-24 12:50:40 : <DBG>          [72] => P-1-k
2007-11-24 12:50:40 : <DBG>          [73] => P-1-k3
2007-11-24 12:50:40 : <DBG>          [74] => P-2
2007-11-24 12:50:40 : <DBG>          [75] => P-2-K
2007-11-24 12:50:40 : <DBG>          [76] => P-2-K3
2007-11-24 12:50:40 : <DBG>          [77] => P-3
2007-11-24 12:50:40 : <DBG>          [78] => P-4
2007-11-24 12:50:40 : <DBG>          [79] => P-4-k
2007-11-24 12:50:40 : <DBG>          [80] => P-4-k3
2007-11-24 12:50:40 : <DBG>          [81] => P-5
2007-11-24 12:50:40 : <DBG>          [82] => P-6
2007-11-24 12:50:40 : <DBG>          [83] => P-7
2007-11-24 12:50:40 : <DBG>          [84] => P-8
2007-11-24 12:50:40 : <DBG>          [85] => P-9
2007-11-24 12:50:40 : <DBG>          [86] => P-A
2007-11-24 12:50:40 : <DBG>          [87] => P-A-K
2007-11-24 12:50:40 : <DBG>          [88] => P-B
2007-11-24 12:50:40 : <DBG>          [89] => P-B-K
2007-11-24 12:50:40 : <DBG>          [90] => P-B-K3
2007-11-24 12:50:40 : <DBG>          [91] => Q-1
2007-11-24 12:50:40 : <DBG>          [92] => Q-2
2007-11-24 12:50:40 : <DBG>          [93] => Q-3
2007-11-24 12:50:40 : <DBG>          [94] => Q-4
2007-11-24 12:50:40 : <DBG>          [95] => S-1
2007-11-24 12:50:40 : <DBG>          [96] => S-3
2007-11-24 12:50:40 : <DBG>          [97] => S-5
2007-11-24 12:50:40 : <DBG>          [98] => S-5-A
2007-11-24 12:50:40 : <DBG>          [99] => S-7
2007-11-24 12:50:40 : <DBG>          [100] => S-7-A
2007-11-24 12:50:40 : <DBG>          [101] => S-9
2007-11-24 12:50:40 : <DBG>          [102] => S-A
2007-11-24 12:50:40 : <DBG>          [103] => S-C
2007-11-24 12:50:40 : <DBG>          [104] => S-2
2007-11-24 12:50:40 : <DBG>          [105] => S-4
2007-11-24 12:50:40 : <DBG>          [106] => S-6
2007-11-24 12:50:40 : <DBG>          [107] => S-8
2007-11-24 12:50:40 : <DBG>          [108] => S-B
2007-11-24 12:50:40 : <DBG>          [109] => AD-9
2007-11-24 12:50:40 : <DBG>          [110] => 3-2
2007-11-24 12:50:40 : <DBG>          [111] => SI-1
2007-11-24 12:50:40 : <DBG>          [112] => SI-2
2007-11-24 12:50:40 : <DBG>          [113] => SI-3
2007-11-24 12:50:40 : <DBG>          [114] => SI-4
2007-11-24 12:50:40 : <DBG>          [115] => V-1
2007-11-24 12:50:40 : <DBG>          [116] => V-2
2007-11-24 12:50:40 : <DBG>          [117] => V-3
2007-11-24 12:50:40 : <DBG>          [118] => V-4
2007-11-24 12:50:40 : <DBG>          [119] => VM
2007-11-24 12:50:40 : <DBG>      )
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [3-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\3\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [3-1-O].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\3\1\O" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [3-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\3\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\5" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-6].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\6" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-7].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\7" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [A-8].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\A\8" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\5" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-6].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\6" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-6-C].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\6\C" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-7].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\7" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-8].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\8" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AM].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AM" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AR].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AR" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AT].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AT" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AU-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AU\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AU-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AU\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AU-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AU\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [C].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\C" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [C-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\C\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [C-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\C\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [C-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\C\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [D-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\D\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [D-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\D\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [E].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\E" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-1R].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\1R" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\5" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-6].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\6" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-6k3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\6k3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-7].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\7" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-7k3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\7k3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-8].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\8" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-9].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\9" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-9k3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\9k3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-A].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\A" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-Ak3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\H\Ak3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [I-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\I\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [I-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\I\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [I-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\I\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [I-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\I\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [I-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\I\5" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [I-6].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\I\6" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [IN-R].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\IN\R" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [IN-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\IN\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [IN-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\IN\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [IN-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\IN\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-A].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\A" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [IT].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\IT" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [J].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\J" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [L-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\L\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [L-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\L\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [L-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\L\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [L-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\L\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [L-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\L\5" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [L-6].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\L\6" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [M].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\M" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [M-O].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\M\O" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [M-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\M\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [N-tm].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\N\tm" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-1-k].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\1\k" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-1-k3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\1\k3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-2-K].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\2\K" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-2-K3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\2\K3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-4-k].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\4\k" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-4-k3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\4\k3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\5" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-6].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\6" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-7].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\7" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-8].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\8" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-9].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\9" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-A].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\A" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-A-K].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\A\K" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-B].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\B" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-B-K].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\B\K" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [P-B-K3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\P\B\K3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [Q-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\Q\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [Q-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\Q\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [Q-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\Q\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [Q-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\Q\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\5" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-5-A].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\5\A" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-7].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\7" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-7-A].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\7\A" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-9].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\9" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-A].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\A" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-C].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\C" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-6].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\6" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-8].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\8" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-B].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\S\B" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [AD-9].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\AD\9" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [3-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\3\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [SI-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\SI\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [SI-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\SI\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [SI-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\SI\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [SI-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\SI\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [V-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\V\1" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [V-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\V\2" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [V-3].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\V\3" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [V-4].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\V\4" did exist.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [VM].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\M\VM" did exist.
2007-11-24 12:50:40 : <INIT>     No exceptions disabled for this DriverPack.
2007-11-24 12:50:40 : <INIT> Number of exceptions imported for this DriverPack: 120.
2007-11-24 12:50:40 : <INIT> Total number of exceptions: 4.
2007-11-24 12:50:40 : <DBG>  exceptions[0][0]: 4
2007-11-24 12:50:40 : <DBG>  exceptions[0][1]: 4
2007-11-24 12:50:40 : <INIT> Found .ini file for DriverPack Sound B! ("F:\DriverPack_Sound_B_wnt5_x86-32.ini")
2007-11-24 12:50:40 : <DBG>      $dp_exceptions = array(
2007-11-24 12:50:40 : <DBG>          [0] => H-2
2007-11-24 12:50:40 : <DBG>          [1] => S-I
2007-11-24 12:50:40 : <DBG>          [2] => S-U
2007-11-24 12:50:40 : <DBG>          [3] => SI-1
2007-11-24 12:50:40 : <DBG>          [4] => SI-2
2007-11-24 12:50:40 : <DBG>          [5] => T-2
2007-11-24 12:50:40 : <DBG>          [6] => T-5
2007-11-24 12:50:40 : <DBG>      )
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [H-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\S\H\2" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-I].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\S\S\I" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [S-U].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\S\S\U" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [SI-1].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\S\SI\1" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [SI-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\S\SI\2" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [T-2].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\S\T\2" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     Processing driver exceptions section [T-5].
2007-11-24 12:50:40 : <INIT>         Importing exceptions for this driver because the directory "F:\D\S\T\5" did exist.
2007-11-24 12:50:40 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-11-24 12:50:40 : <INIT>     No exceptions disabled for this DriverPack.
2007-11-24 12:50:40 : <INIT> Number of exceptions imported for this DriverPack: 7.
2007-11-24 12:50:40 : <INIT> Total number of exceptions: 11.
2007-11-24 12:50:40 : <DBG>  exceptions[0][0]: 11
2007-11-24 12:50:40 : <DBG>  exceptions[0][1]: 11
2007-11-24 12:50:40 : <INIT> Processed settings.
2007-11-24 12:50:40 : <DBG>  Content of $exceptions array: (custom array output)
2007-11-24 12:50:40 : <DBG>      $exceptions = array(
2007-11-24 12:50:40 : <DBG>          [CPU] = array(
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [A-1] = array(
2007-11-24 12:50:40 : <DBG>             [tagFiles] = array(
2007-11-24 12:50:40 : <DBG>                  [1] => %SystemDrive%\ATICCC.ins
2007-11-24 12:50:40 : <DBG>                  [2] => %DPSROOT%\D\G\A\1\ATICCC.exe
2007-11-24 12:50:40 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2007-11-24 12:50:40 : <DBG>             )
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [A-1] = array(
2007-11-24 12:50:40 : <DBG>             [tagFiles] = array(
2007-11-24 12:50:40 : <DBG>                  [1] => %SystemDrive%\ATICCP.ins
2007-11-24 12:50:40 : <DBG>                  [2] => %DPSROOT%\D\G\A\1\ATICCP.exe
2007-11-24 12:50:40 : <DBG>                  [3] => %SystemRoot%\system32\atidemgx.dll
2007-11-24 12:50:40 : <DBG>             )
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [NV-3] = array(
2007-11-24 12:50:40 : <DBG>             [commands] = array(
2007-11-24 12:50:40 : <DBG>                  [1] => %SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\3\nvnetbus.inf "PCI\VEN_10DE&DEV_00DF&SUBSYS_*"
2007-11-24 12:50:40 : <DBG>                  [2] => %SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\3\nvenetfd.inf "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV00DF"
2007-11-24 12:50:40 : <DBG>             )
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [H-2] = array(
2007-11-24 12:50:40 : <DBG>             [commands] = array(
2007-11-24 12:50:40 : <DBG>                  [1] => %SystemDrive%\devcon.exe disable =net
2007-11-24 12:50:40 : <DBG>                  [2] => %SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "PCI\VEN_1013&DEV_6003&SUBSYS_*"
2007-11-24 12:50:40 : <DBG>                  [3] => %SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "HERCULES\*"
2007-11-24 12:50:40 : <DBG>                  [4] => %SystemDrive%\devcon.exe enable =net
2007-11-24 12:50:40 : <DBG>             )
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [S-I] = array(
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [S-U] = array(
2007-11-24 12:50:40 : <DBG>             [commands] = array(
2007-11-24 12:50:40 : <DBG>                  [1] => cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stlang.dll %SystemRoot%\system32
2007-11-24 12:50:40 : <DBG>                  [2] => cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stacgui.dll %SystemRoot%\system32
2007-11-24 12:50:40 : <DBG>                  [3] => cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stacgui.cpl %SystemRoot%\system32
2007-11-24 12:50:40 : <DBG>                  [4] => cmd.exe /c md "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI"
2007-11-24 12:50:40 : <DBG>                  [5] => cmd.exe /c copy /y %DPSROOT%\D\S\S\U\sttray.exe "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI"
2007-11-24 12:50:40 : <DBG>                  [6] => cmd.exe /c md "%ProgramFiles%\Sigmatel\C-Major Audio\WDM"
2007-11-24 12:50:40 : <DBG>                  [7] => cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stlang.dll "%ProgramFiles%\Sigmatel\C-Major Audio\WDM"
2007-11-24 12:50:40 : <DBG>             )
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [SI-1] = array(
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [SI-2] = array(
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [T-2] = array(
2007-11-24 12:50:40 : <DBG>             [tagFiles] = array(
2007-11-24 12:50:40 : <DBG>                  [1] => %SystemRoot%\system32\drivers\FM801.sys
2007-11-24 12:50:40 : <DBG>                  [2] => %DPSROOT%\D\S\T\2\Setup.exe
2007-11-24 12:50:40 : <DBG>             )
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [T-5] = array(
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>      )
2007-11-24 12:50:40 : <DBG>  Content of $exceptions array: (raw array contents)
2007-11-24 12:50:40 : <DBG>      $exceptions = array(
2007-11-24 12:50:40 : <DBG>          [0] =>
2007-11-24 12:50:40 : <DBG>              [0] => 11
2007-11-24 12:50:40 : <DBG>              [1] => 11
2007-11-24 12:50:40 : <DBG>              [2] => 
2007-11-24 12:50:40 : <DBG>              [3] => 
2007-11-24 12:50:40 : <DBG>              [4] => 
2007-11-24 12:50:40 : <DBG>              [5] => 
2007-11-24 12:50:40 : <DBG>              [6] => 
2007-11-24 12:50:40 : <DBG>              [7] => 
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [1] =>
2007-11-24 12:50:40 : <DBG>              [0] => CPU
2007-11-24 12:50:40 : <DBG>              [1] => 0
2007-11-24 12:50:40 : <DBG>              [2] => ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_35
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => 0
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %SystemDrive%\pmtimer.exe
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [2] =>
2007-11-24 12:50:40 : <DBG>              [0] => A-1
2007-11-24 12:50:40 : <DBG>              [1] => %SystemDrive%\ATICCC.ins|||%DPSROOT%\D\G\A\1\ATICCC.exe|||%SystemRoot%\system32\atidemgx.dll
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\G\A\1\*.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %DPSROOT%\D\G\A\1\ATICCC.exe
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [3] =>
2007-11-24 12:50:40 : <DBG>              [0] => A-1
2007-11-24 12:50:40 : <DBG>              [1] => %SystemDrive%\ATICCP.ins|||%DPSROOT%\D\G\A\1\ATICCP.exe|||%SystemRoot%\system32\atidemgx.dll
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\G\A\1\*.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %DPSROOT%\D\G\A\1\ATICCP.exe
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [4] =>
2007-11-24 12:50:40 : <DBG>              [0] => NV-3
2007-11-24 12:50:40 : <DBG>              [1] => 0
2007-11-24 12:50:40 : <DBG>              [2] => PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => 0
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\3\nvnetbus.inf "PCI\VEN_10DE&DEV_00DF&SUBSYS_*"|||%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\3\nvenetfd.inf "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV00DF"
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [5] =>
2007-11-24 12:50:40 : <DBG>              [0] => H-2
2007-11-24 12:50:40 : <DBG>              [1] => 0
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\S\H\2.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %SystemDrive%\devcon.exe disable =net|||%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "PCI\VEN_1013&DEV_6003&SUBSYS_*"|||%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "HERCULES\*"|||%SystemDrive%\devcon.exe enable =net
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [6] =>
2007-11-24 12:50:40 : <DBG>              [0] => S-I
2007-11-24 12:50:40 : <DBG>              [1] => %SystemRoot%\system32\drivers\sthda.sys
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\S\S\I\*.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => cmd.exe /c copy /y %DPSROOT%\D\S\S\I\portcls.sys %SystemRoot%\system32\drivers
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [7] =>
2007-11-24 12:50:40 : <DBG>              [0] => S-U
2007-11-24 12:50:40 : <DBG>              [1] => %SystemRoot%\system32\drivers\sthda.sys
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\S\S\U\3\*.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stlang.dll %SystemRoot%\system32|||cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stacgui.dll %SystemRoot%\system32|||cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stacgui.cpl %SystemRoot%\system32|||cmd.exe /c md "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI"|||cmd.exe /c copy /y %DPSROOT%\D\S\S\U\sttray.exe "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI"|||cmd.exe /c md "%ProgramFiles%\Sigmatel\C-Major Audio\WDM"|||cmd.exe /c copy /y %DPSROOT%\D\S\S\U\stlang.dll "%ProgramFiles%\Sigmatel\C-Major Audio\WDM"
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [8] =>
2007-11-24 12:50:40 : <DBG>              [0] => SI-1
2007-11-24 12:50:40 : <DBG>              [1] => %SystemRoot%\system32\drivers\sis7012.sys
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\S\SI\1\*.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %DPSROOT%\D\S\SI\1\SI_7012.exe x -y o%SystemRoot%\
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [9] =>
2007-11-24 12:50:40 : <DBG>              [0] => SI-2
2007-11-24 12:50:40 : <DBG>              [1] => %SystemRoot%\system32\drivers\sis7018.sys
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\S\SI\2\*.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %DPSROOT%\D\S\SI\2\SI_7018.exe x -y o%SystemRoot%\
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [10] =>
2007-11-24 12:50:40 : <DBG>              [0] => T-2
2007-11-24 12:50:40 : <DBG>              [1] => %SystemRoot%\system32\drivers\FM801.sys|||%DPSROOT%\D\S\T\2\Setup.exe
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\S\T\2\Wdma_fmd.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %DPSROOT%\D\S\T\2\Setup.exe /S
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>          [11] =>
2007-11-24 12:50:40 : <DBG>              [0] => T-5
2007-11-24 12:50:40 : <DBG>              [1] => %SystemRoot%\system32\drivers\dmxsens.sys
2007-11-24 12:50:40 : <DBG>              [2] => 0
2007-11-24 12:50:40 : <DBG>              [3] => 0
2007-11-24 12:50:40 : <DBG>              [4] => %DPSROOT%\D\S\T\5\*.inf
2007-11-24 12:50:40 : <DBG>              [5] => 0
2007-11-24 12:50:40 : <DBG>              [6] => %DPSROOT%\D\S\T\5\T_DMX.exe
2007-11-24 12:50:40 : <DBG>              [7] => True
2007-11-24 12:50:40 : <DBG>          )
2007-11-24 12:50:40 : <DBG>      )
2007-11-24 12:50:40 : <INIT> Detected a method 2 driver installation, the DevicePath value in the registry has been reset.
2007-11-24 12:50:41 : <FLTR> Collected the HWIDs for this system.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [CPU] (1 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	2. +hwids (ANY +hwids must be matched)
2007-11-24 12:50:41 : <FLTR> 		Matched +hwid "ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_35" (1 of 1 +hwids).
2007-11-24 12:50:41 : <FLTR> 	=> All requirements for exception [CPU] have been met!
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [A-1] (2 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		! Could not find tagfile "F:\ATICCC.ins" (1 of 3 tagfiles).
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [A-1] (3 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		Found tagfile "F:\ATICCP.ins" (1/3).
2007-11-24 12:50:41 : <FLTR> 		Found tagfile "F:\D\G\A\1\ATICCP.exe" (2/3).
2007-11-24 12:50:41 : <FLTR> 		! Could not find tagfile "F:\WINDOWZ\system32\atidemgx.dll" (3 of 3 tagfiles).
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [NV-3] (4 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	2. +hwids (ANY +hwids must be matched)
2007-11-24 12:50:41 : <FLTR> 		! Could not match any of the +hwids.
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [H-2] (5 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)
2007-11-24 12:50:41 : <FLTR> 		! Could not match any of the +infFiles.
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [S-I] (6 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		! Could not find tagfile "F:\WINDOWZ\system32\drivers\sthda.sys" (1 of 1 tagfiles).
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [S-U] (7 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		! Could not find tagfile "F:\WINDOWZ\system32\drivers\sthda.sys" (1 of 1 tagfiles).
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [SI-1] (8 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		! Could not find tagfile "F:\WINDOWZ\system32\drivers\sis7012.sys" (1 of 1 tagfiles).
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [SI-2] (9 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		! Could not find tagfile "F:\WINDOWZ\system32\drivers\sis7018.sys" (1 of 1 tagfiles).
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [T-2] (10 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		! Could not find tagfile "F:\WINDOWZ\system32\drivers\FM801.sys" (1 of 2 tagfiles).
2007-11-24 12:50:41 : <FLTR> 	=> This exception will not be applied.
2007-11-24 12:50:41 : <FLTR> Verifying requirements for exception [T-5] (11 of 11 exceptions).
2007-11-24 12:50:41 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-11-24 12:50:41 : <FLTR> 		Found tagfile "F:\WINDOWZ\system32\drivers\dmxsens.sys" (1/1).
2007-11-24 12:50:41 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)
2007-11-24 12:50:41 : <FLTR> 		Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles).
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1100&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1100&REV_00" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1100" (original HWID: "PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1101&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1101&REV_00" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1101" (original HWID: "PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1102&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1102&REV_00" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1102" (original HWID: "PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1103&SUBSYS_00000000" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1103&REV_00" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_1022&DEV_1103" (original HWID: "PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0242&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0242" (original HWID: "PCI\VEN_10DE&DEV_0242&SUBSYS_D0001458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0260" (original HWID: "PCI\VEN_10DE&DEV_0260&SUBSYS_00000000&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264&REV_A2" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0264" (original HWID: "PCI\VEN_10DE&DEV_0264&SUBSYS_02641458&REV_A2").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265&REV_A1" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").
2007-11-24 12:50:41 : <FLTR> 		! Could not match +infFile"F:\D\S\H\2.inf" through the HWID "PCI\VEN_10DE&DEV_0265" (original HWID: "PCI\VEN_10DE&DEV_0265&SUBSYS_B0001458&REV_A1").

DPFnshr.ini

[Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU! (may NOT contain any spaced, if it does, all exceptions must be adapted to be compatible!)
DPsRoot	= "%SystemDrive%"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD = "paths:D"
; system variables supported (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"

Anyone?

here is the actual error I'm getting...
http://i7.tinypic.com/6ywjdwl.jpg
Can someone just tell me what file (external program) it's trying to call that "isn't" there? That would REALLY help me out, I think...

O.K. I've been reading through the forum to try and figure this thing out on my own, since I am still having this problem after following all suggestions... so I noticed the sticky thread at the top of this forum and noticed the FINI.cmd file and tried using that... I modified it a little to see if I could get the results I was looking for and I am still getting the error which is telling me that it is something wrong with either DPsFnshr.exe or DP_BASE_7.05.2 and the way it is originally integrating everything...

Here's how I did this:

1. Get my windows source disk ready to have DriverPacks slipstreamed.
2. Slipstream ALL Latest Packs except for Graphics B & C and Sound A. Using method 2 with QSC enabled and KTD disabled (but I want to KTD so I modified the FINI.cmd will post it below).
3. Use WPI to install all programs/utilities which then calls my cleanup.bat at the end which has fini.cmd integrated into it.

Here is my modified version of fini.cmd:

TITLE Drive Packs Manual Finisher
SET TAGFILE=\OEM\bin\un7zip.exe
for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\WPI\wpi.hta set CDROM=%%i
for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%i:%TAGFILE%" SET CDDRIVE=%%i:

%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\bin\DP*.7z "%SystemDrive%\"
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\DP*.7z "%SystemRoot%\DriverPacks"
start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
%SystemDrive%\makePNF.exe %SystemRoot%\DriverPacks
%CDDRIVE%\OEM\bin\DevPath.exe %SystemRoot%\DriverPacks
COPY /Y "%CDDRIVE%\OEM\bin\DPsFnshr.ini" "%SystemDrive%\"

if exist "%systemdrive%\D\CPU\Amdk8.inf" (
	GOTO :CONTINUE
	) ELSE (
		GOTO :NEXTCHECK
)

:NEXTCHECK
if not exist "%systemdrive%\D\D\CPU\Amdk8.inf" (
	xcopy /y /i /e /h "%SystemRoot%\Driverpacks\*.*" "%SystemDrive%\"
	) ELSE (
		GOTO :CONTINUE
)

:CONTINUE
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; THIS SECTION IS WHERE I PUT THE CONTENTS OF MY CLEANUP.CMD 
;  WHICH HAS SOME REGTWEAKS, COPY, MOVE AND DELETE CMD's
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if exist "%CDROM%\OEM\bin\un7zip.exe" (
	GOTO :DPFINISHER
	) ELSE (
		GOTO :TASKKILL
)

:DPFINISHER
start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
start /wait %SystemDrive%\DPsFnshr.exe
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

PAUSE

:TASKKILL
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe

:EXIT
EXIT

Please if you have any suggestions let me know!

O.K. I've been reading through the forum to try and figure this thing out on my own, since I am still having this problem after following all suggestions... so I noticed the sticky thread at the top of this forum and noticed the FINI.cmd file and tried using that... I modified it a little to see if I could get the results I was looking for and I am still getting the error which is telling me that it is something wrong with either DPsFnshr.exe or DP_BASE_7.05.2 and the way it is originally integrating everything...

Here's how I did this:

1. Get my windows source disk ready to have DriverPacks slipstreamed.
2. Slipstream ALL Latest Packs except for Graphics B & C and Sound A. Using method 2 with QSC enabled and KTD disabled (but I want to KTD so I modified the FINI.cmd will post it below).
3. Use WPI to install all programs/utilities which then calls my cleanup.bat at the end which has fini.cmd integrated into it.

Here is my modified version of fini.cmd:

TITLE Drive Packs Manual Finisher
SET TAGFILE=\OEM\bin\un7zip.exe
for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\WPI\wpi.hta set CDROM=%%i
for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%i:%TAGFILE%" SET CDDRIVE=%%i:

%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\bin\DP*.7z "%SystemDrive%\"
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\DP*.7z "%SystemRoot%\DriverPacks"
start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
%SystemDrive%\makePNF.exe %SystemRoot%\DriverPacks
%CDDRIVE%\OEM\bin\DevPath.exe %SystemRoot%\DriverPacks
COPY /Y "%CDDRIVE%\OEM\bin\DPsFnshr.ini" "%SystemDrive%\"

if exist "%systemdrive%\D\CPU\Amdk8.inf" (
	GOTO :CONTINUE
	) ELSE (
		GOTO :NEXTCHECK
)

:NEXTCHECK
if not exist "%systemdrive%\D\D\CPU\Amdk8.inf" (
	xcopy /y /i /e /h "%SystemRoot%\Driverpacks\*.*" "%SystemDrive%\"
	) ELSE (
		GOTO :CONTINUE
)

:CONTINUE
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; THIS SECTION IS WHERE I PUT THE CONTENTS OF MY CLEANUP.CMD 
;  WHICH HAS SOME REGTWEAKS, COPY, MOVE AND DELETE CMD's
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if exist "%CDROM%\OEM\bin\un7zip.exe" (
	GOTO :DPFINISHER
	) ELSE (
		GOTO :TASKKILL
)

:DPFINISHER
start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
start /wait %SystemDrive%\DPsFnshr.exe
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

PAUSE

:TASKKILL
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe
START taskkill.exe /IM cmd.exe

:EXIT
EXIT

last question for now... how would I go about manually deploying the finisher files? what folders do they need to end up in? I rebuilt again and ran into the same error... so I'm assuming a file isn't getting copied properly or something... thanks again in advance!

Jaak wrote:

Hi
I seldom use RunOnceEx, but when I did, I did not have this error.
I always turn QSC ON, tho.

Very strange, that. It refers to I:\ where one would expect a systemdrive to always be C:\

well, that's because I split my boot drive into two partitions so I could have two seperate XP setups one for everday and one completely stripped for my audio production / dj software setup... and if I don't disable my 400gb SATA drive in bios before doing a setup it puts my first partition on boot drive as C: then DVDROM at D and the three partitions on storage drive as E, F and G. and finally my volatile(going bad) drive as H. I am going to disable that SATA and disconnect the volatile drive so I end up with C: (everday XP setup) and D: (audio setup) I don't think the drive lettering should have anything to do with this error though... because it did (error)  on my fresh everday setup which was on installed to C:

thanks for the replies guys!

TigerC10 wrote:

You should slipstream Windows Media Player 11 before putting the addons in.  Like... Run nLite to strip everything out, and bring it up to SP2 if you have it - then slipstream WMP11... Then do the RVM addons (like IE7)...  Then you should do DriverPacks and finish it off with the ISO.


Also:

The system cannont find the file specified.

That line conscerns me.  You may need to extract the contents of "DPsFnshr.7z" to the root directory via $OEM$ folders and then run a cleanup file delete those extra files after DPsFnshr is complete.

That is, sometimes it isn't enough just to put the base in the disk source, you need to put the finisher in the right place on the disk too.

strange, I've never had this problem before now... but I think my previous methods did involve slipstreaming wmp11 before doing addons as you you said... I guess I will try a fresh source rebuild tonight... thanks for the tips!

hope this is enough info... please let me know if there is anything else you must know.

After Windows finishes setup and reboots for last time when Win starts and get to RunOnceEx DPsFnshr I am getting this error:

~~~~~~The title of this thread is the title of the error box~~~~~~~~
Line 0 (File "I:\DPsFnshr.exe");

$cmd = runWait(_replaceEnvVars($tmp[$k]), @systemDir, $STDERR_CHILD,
$STDOUT_CHILD)

Error: Unable to execute the external program.

The system cannont find the file specified.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Using DP_BASE_7.0.5.2, w/Chipset7.10.1,CPU7.04.1,GraphicsA7.10,LAN7.10.1,Mass7.09.2,SoundB7.10.1,WLAN7.09.2
WindowsXP Pro nLited with IE7 & WMP11
nLite/DP method:
1. nLite fresh source to remove fluff and install addons (IE7 etc...)
2. Boooggy's WMP11 Slipstreamer with all hotfixes
3. DriverPacks Via Method2 w/KTD(all)
4. nLite to create bootable ISO image for testing with VMWare and burning to dvd.

after closing out this error I left with:

%SystemDrive%\D\etc...\etc...
%SystemDrive%\ATICCC.ins
%SystemDrive%\devcon.exe
%SystemDrive%\DPsFnshr.exe
%SystemDrive%\DPsFnshr.ini
%SystemDrive%\DriverPack_etc...inf (one for each pack listed above)
%SystemDrive%\DSPdsblr.exe
%SystemDrive%\makePNF.exe
%SystemDrive%\pmtimer.exe

I will also add that when testing via VMWare this error does not appear/happen...