OK, here's what I'm seeing even with the new test packs....
Windows XP Professional SP2 (made using the /integrate option of SP2 to CLEAN, COMPLETE disc structure so there is nothing on this other than MS's stuff)
Integrating using ALL driver packs, NO 3rd party, M2, RunOnceEx (default 937), KTD for ALL driver packs (default location), QSC Enabled, ATI CCP.
Soundblaster Audigy sound card. (PCI\VEN_1102&DEV_0004)
At T-34 (approx 60% of T-37 installing devices) window pops up Creative Driver Update Utility, does its thing, goes away.
Finish setup.
Reboot to Finalizing Settings.
Finalizing Settings window with DriverPacks Finisher pops up, AND the Driver Not Signed window, click continue anyway.
DPSdsbler window pops up, sets the registery value.
Everything finishes, Driver is not signed for sound card.
AFTER that test, I chose to try some things on my own. What I am attempting at this time is removing all the extra lines in the CR section of the inf, since all the files are already extracted those lines are not necessary. My current test is using the following modified sections in the inf file:
[CR-1]
; REQUIRED
exc_count = 1
; OPTIONAL
exc_1_tagFiles = 2
exc_1_tagFile1 = "%SystemRoot%\system32\drivers\ha10kx2k.sys"
exc_1_tagFile2 = "%SystemRoot%\system32\drivers\ha20x2k.sys"
exc_1_+hwids = 0
exc_1_-hwids = 0
exc_1_+infFiles = 1
exc_1_+infFile1 = "%DPSROOT%\D\S\CR\1\*.inf"
exc_1_-infFiles = 0
exc_1_commands = 3
exc_1_command1 = "cmd.exe /c copy /y %DPSROOT%\D\S\CR\1\common\i386\CtCtlPan.cpl %SystemRoot%\system32\"
exc_1_command2 = "cmd.exe /c copy /y %DPSROOT%\D\S\CR\1\common\i386\CtPanel.exe %SystemRoot%\system32\"
exc_1_command3 = "%DPSROOT%\D\S\CR\1\support\i386\CTZAPXX.exe /S"
[CR-2]
; REQUIRED
exc_count = 1
; OPTIONAL
exc_1_tagFiles = 2
exc_1_tagFile1 = "%SystemRoot%\system32\drivers\P17.sys"
exc_1_tagFile2 = "%DPSROOT%\D\S\CR\2\Ctzapxx.ini"
exc_1_+hwids = 0
exc_1_-hwids = 0
exc_1_+infFiles = 1
exc_1_+infFile1 = "%DPSROOT%\D\S\CR\2\*.inf"
exc_1_-infFiles = 0
exc_1_commands = 1
exc_1_command1 = "%DPSROOT%\D\S\CR\2\CTZapxx.Exe /S"
Please note the change in location of CTZapxx.exe in [CR-1] this is because I extracted the drivers from Creative site (Modified Date: 11 August 2006 Version: 2.09.0016.3) and removed all extra stuff, but left the CTZapxx.exe in the support\i386 folder since both the driver and support\i386 folders had ctzapxx.ini with differing contents.
I will let you know the outcome of this test.
Last edited by DizzyDen (2007-09-25 03:10:41)
always remember.....
YCGIYWG (You Can't Get, If You Won't Give)
DizzyDen