BigBrit wrote:

I know the Driverpacks are pure magic, but where do you hide the "D" folder in the new version.

It used to be in the root and now it is not there, what magic do I use to find it.

p.s. 608.3 seems to be working really well and so fast. Looking forward to SAD

There was a bug which is now fixed that left the "D" folder which is the cache directory and it wasn't being properly deleted. There was also a KTD's bug that was not putting/keeping the drivers on the HDD but I think Bâshrat the Sneaky has it fixed for the next build.

Bâshrat the Sneaky wrote:

@mp3login: reproduced and fixed.

Great! I can't think of any other bugs at this time.

Bâshrat the Sneaky wrote:

Huh? Please post your DPs_BASE.ini, DPsFnshr.ini and DPsFnshr.log then. Tried it here and it works just fine.

Hi Bâshrat the Sneaky,

I updated my post above with the info you ask for. wink

Bâshrat the Sneaky wrote:

Then it's a bug in the DriverPacks BASE.

I've submitted it to the bugtracker: issue #187: KTD: if KTD set to "all", then KTD is set in DPsFnshr.ini to "".

Just tried it with 6.08.3 and it's still not working. sad

'DPs_BASE.ini'

[General]
; preferred language
prefLang	= "English"
; yes/no, enable or disable the wizard-style buttons, if not specified: yes
wizardButtons	= "yes"
; yes/no, enable or disable the GUI, if not specified: yes
GUI		= "yes"


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


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


; you should only add this section if you've set [Settings]\DriverPacks to "select"
[SelectDriverPacks]
DP_Chipset	= "yes"
DP_CPU		= "yes"
DP_Graphics_A	= "yes"
DP_Graphics_B	= "yes"
DP_LAN		= "yes"
DP_MassStorage	= "yes"
DP_Sound_A	= "yes"
DP_Sound_B	= "yes"
DP_WLAN		= "yes"
DP_MassStorage_textmode = "yes"


; this section is optional!
[OptionalSettingsOther]
; CCC/CCP, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming DriverPack Graphics A)
ATI_cpl		= "CCP"

'DPsFnshr.ini'

[Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
DPsRoot	= "%SystemDrive%"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD	= "paths:D"
; system variables supported: %SystemDrive%, %SystemRoot% and %WinDir%, one
; location cannot be used as KTDlocation: the root directory specified in
; [Settings]\DPsRoot
KTDlocation	= "%SystemRoot%\DriverPacks"


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


[wnt5_x86-32__0000__D-CP]
tagFiles	= 0
+hwids		= 1
+hwid1		= "ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 1
command1	= "addUsepmtimer.exe"


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


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


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


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


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


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


[wnt5_x86-32__0005__D-G-S-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sigrp.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\S\1\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\S\1\UVGA3.exe -y -o"%DPSTMP%"
command2	= "start /wait "%DPSTMP%\setup.exe -s"
command3	= "rd /s /q "%DPSTMP%"


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



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


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


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


[wnt5_x86-32__0010__D-S-H-2]
tagFiles	= 0
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\H\2.inf"
-infFiles	= 0
commands	= 1
command1	= "devcon install "%DPSROOT%\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_*""
command2	= "devcon install "%DPSROOT%\D\S\H\2\wdmaherc.inf" "HERCULES\*""


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


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


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


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


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


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

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


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


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


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

'DPsFnshr.log'

2006-08-16 16:15:57 : <INIT> DriverPacks Finisher 6.08.3 initialized.
2006-08-16 16:15:57 : <INIT> Detected platform wnt5_x86-32.
2006-08-16 16:15:57 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-08-16 16:15:57 : <INIT> 1. ACPI devices

ACPI\ACPI0003\2&DABA3FF&0                                   : Microsoft AC Adapter
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI Fixed Feature Button
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_14\_0                : Genuine Intel(R) CPU           T2500  @ 2.00GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_14\_1                : Genuine Intel(R) CPU           T2500  @ 2.00GHz
ACPI\NSC6001\5&15A539F2&0                                   : IrDA Fast Infrared Port
ACPI\PNP0000\4&C7DC4FC&0                                    : Programmable interrupt controller
ACPI\PNP0100\4&C7DC4FC&0                                    : System timer
ACPI\PNP0103\4&C7DC4FC&0                                    : High Precision Event Timer
ACPI\PNP0200\4&C7DC4FC&0                                    : Direct memory access controller
ACPI\PNP0303\4&C7DC4FC&0                                    : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
ACPI\PNP0401\3                                              : ECP Printer Port (LPT1)
ACPI\PNP0501\5&15A539F2&0                                   : Communications Port (COM1)
ACPI\PNP0A05\4&C7DC4FC&0                                    : Generic Bus
ACPI\PNP0A08\2&DABA3FF&0                                    : PCI bus
ACPI\PNP0B00\4&C7DC4FC&0                                    : System CMOS/real time clock
ACPI\PNP0C02\1                                              : Motherboard resources
ACPI\PNP0C02\2                                              : Motherboard resources
ACPI\PNP0C04\4&C7DC4FC&0                                    : Numeric data processor
ACPI\PNP0C09\4&C7DC4FC&0                                    : Microsoft ACPI-Compliant Embedded Controller
ACPI\PNP0C0A\1                                              : Microsoft ACPI-Compliant Control Method Battery
ACPI\PNP0C0A\2                                              : Microsoft ACPI-Compliant Control Method Battery
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI Power Button
ACPI\PNP0C0D\2&DABA3FF&0                                    : ACPI Lid
ACPI\PNP0C0E\2&DABA3FF&0                                    : ACPI Sleep Button
ACPI\PNP0C14\0                                              : Microsoft Windows Management Interface for ACPI
ACPI\SYN1003\4&C7DC4FC&0                                    : PS/2 Compatible Mouse
ACPI\THERMALZONE\THRM                                       : ACPI Thermal Zone
ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-Compliant System
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor PC
29 matching device(s) found.

2006-08-16 16:15:57 : <INIT> 2. PCI devices

PCI\VEN_1002&DEV_71C5&SUBSYS_00921025&REV_00\4&31B7BFB9&0&0008: ATI Mobility Radeon X1600
PCI\VEN_1217&DEV_00F7&SUBSYS_00921025&REV_02\4&6B16D5B&0&4CF0: OHCI Compliant IEEE 1394 Host Controller
PCI\VEN_1217&DEV_7134&SUBSYS_00921025&REV_21\4&6B16D5B&0&48F0: Generic CardBus Controller
PCI\VEN_1217&DEV_7134&SUBSYS_00921025&REV_21\4&6B16D5B&0&49F0: Generic CardBus Controller
PCI\VEN_8086&DEV_108C&SUBSYS_00921025&REV_03\4&20975680&0&00E1: Intel(R) PRO/1000 PM Network Connection
PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_E2\3&B1BFB68&0&F0 : Intel(R) 82801 PCI Bridge - 2448
PCI\VEN_8086&DEV_27A0&SUBSYS_00000000&REV_03\3&B1BFB68&0&00 : Mobile Intel(R) 945GM/PM/GMS/940GML and Intel(R) 945GT Express Processor to DRAM Controller - 27A0
PCI\VEN_8086&DEV_27A1&SUBSYS_00000000&REV_03\3&B1BFB68&0&08 : Mobile Intel(R) 945GM/PM/GMS/940GML and Intel(R) 945GT Express PCI Express Root Port - 27A1
PCI\VEN_8086&DEV_27BD&SUBSYS_00000000&REV_02\3&B1BFB68&0&F8 : Intel(R) 82801GHM (ICH7-M DH) LPC Interface Controller - 27BD
PCI\VEN_8086&DEV_27C4&SUBSYS_00921025&REV_02\3&B1BFB68&0&FA : Intel(R) 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller - 27C4
PCI\VEN_8086&DEV_27C8&SUBSYS_00921025&REV_02\3&B1BFB68&0&E8 : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
PCI\VEN_8086&DEV_27C9&SUBSYS_00921025&REV_02\3&B1BFB68&0&E9 : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
PCI\VEN_8086&DEV_27CA&SUBSYS_00921025&REV_02\3&B1BFB68&0&EA : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
PCI\VEN_8086&DEV_27CB&SUBSYS_00921025&REV_02\3&B1BFB68&0&EB : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
PCI\VEN_8086&DEV_27CC&SUBSYS_00921025&REV_02\3&B1BFB68&0&EF : Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
PCI\VEN_8086&DEV_27D0&SUBSYS_00000000&REV_02\3&B1BFB68&0&E0 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
PCI\VEN_8086&DEV_27D2&SUBSYS_00000000&REV_02\3&B1BFB68&0&E1 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D2
PCI\VEN_8086&DEV_27D4&SUBSYS_00000000&REV_02\3&B1BFB68&0&E2 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D4
PCI\VEN_8086&DEV_27D6&SUBSYS_00000000&REV_02\3&B1BFB68&0&E3 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D6
PCI\VEN_8086&DEV_27D8&SUBSYS_00921025&REV_02\3&B1BFB68&0&D8 : Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_8086&DEV_27DA&SUBSYS_00921025&REV_02\3&B1BFB68&0&FB : Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
PCI\VEN_8086&DEV_27E0&SUBSYS_00000000&REV_02\3&B1BFB68&0&E4 : Intel(R) 82801GR/GH/GHM (ICH7 Family) PCI Express Root Port - 27E0
PCI\VEN_8086&DEV_27E2&SUBSYS_00000000&REV_02\3&B1BFB68&0&E5 : Intel(R) 82801GR/GH/GHM (ICH7 Family) PCI Express Root Port - 27E2
PCI\VEN_8086&DEV_4222&SUBSYS_10008086&REV_02\4&2F707902&0&00E3: Intel(R) PRO/Wireless 3945ABG Network Connection
24 matching device(s) found.

2006-08-16 16:15:57 : <INIT> 3. HDAUDIO devices

HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_1025160D&REV_1000\4&658B39&0&0001: Realtek High Definition Audio
HDAUDIO\FUNC_02&VEN_11C1&DEV_3026&SUBSYS_11C13026&REV_1006\4&658B39&0&0101: Modem Device on High Definition Audio Bus
2 matching device(s) found.

2006-08-16 16:15:57 : <INIT> 4. USB devices

USB\ROOT_HUB\4&18FFD631&0                                   : USB Root Hub
USB\ROOT_HUB\4&25BED016&0                                   : USB Root Hub
USB\ROOT_HUB\4&3748F8CD&0                                   : USB Root Hub
USB\ROOT_HUB\4&775AD7A&0                                    : USB Root Hub
USB\ROOT_HUB20\4&F5514C6&0                                  : USB Root Hub
USB\VID_046D&PID_0892\5&BBB2CC8&0&8                         : USB2.0 Web Camera
6 matching device(s) found.

2006-08-16 16:15:58 : <INIT> Logging of HWIDs complete.
2006-08-16 16:15:58 : <INIT> Processed settings.
2006-08-16 16:15:58 : <FLTR> Collected the HWIDs for this system.
2006-08-16 16:15:58 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0001__D-G-A-1] (1 of 21 exceptions).
2006-08-16 16:15:58 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:15:58 : <FLTR> 		! Could not find tagfile 'C:\ATICCC.ins' (1 of 2 tagfiles).
2006-08-16 16:15:58 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:15:58 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0002__D-G-A-1] (2 of 21 exceptions).
2006-08-16 16:15:58 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:15:58 : <FLTR> 		Found tagfile "C:\ATICCP.ins" (1/2).
2006-08-16 16:15:58 : <FLTR> 		Found tagfile "C:\D\G\A\1\ATICCP.exe" (2/2).
2006-08-16 16:15:58 : <FLTR> 	4. +infFiles (ANY +infFiles must matched
2006-08-16 16:15:58 : <FLTR> 		Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles).
2006-08-16 16:15:58 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\C2_34826.inf'.
2006-08-16 16:16:00 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\CX_34826.inf'.
2006-08-16 16:16:01 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\E2_34826.inf'.
2006-08-16 16:16:02 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\EX_34826.inf'.
2006-08-16 16:16:02 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\MX_34826.inf'.
2006-08-16 16:16:03 : <FLTR> 		! Could not match any of the +infFiles.
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0021__D-G-A-2] (3 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\ATICCC.ins' (1 of 2 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0022__D-G-A-2] (4 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		Found tagfile "C:\ATICCP.ins" (1/2).
2006-08-16 16:16:03 : <FLTR> 		Found tagfile "C:\D\G\A\1\ATICCP.exe" (2/2).
2006-08-16 16:16:03 : <FLTR> 	4. +infFiles (ANY +infFiles must matched
2006-08-16 16:16:03 : <FLTR> 		! Could not match any of the +infFiles.
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0004__D-G-3-1] (5 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\3dfxV2ps.dll' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0005__D-G-S-1] (6 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sigrp.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0006__D-L-NV-123] (7 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	2. +hwids (ANY +hwids must matched
2006-08-16 16:16:03 : <FLTR> 		! Could not match any of the +hwids.
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0007__D-S-CR-1] (8 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\ha20x2k.sys' (1 of 2 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0008__D-S-CR-2] (9 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\ha10x2k.sys' (1 of 3 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0009__D-S-CR-3] (10 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\P17.sys"' (1 of 2 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0010__D-S-H-2] (11 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	4. +infFiles (ANY +infFiles must matched
2006-08-16 16:16:03 : <FLTR> 		! Could not match any of the +infFiles.
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0011__D-S-N] (12 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\nvapu.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0012__D-S-S-U] (13 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sthda.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0013__D-S-SI-1] (14 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sis7012.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0014__D-S-SI-2] (15 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sis7018.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0015__D-S-T-2] (16 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\FM801.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0016__D-S-T-3] (17 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\cmaudio.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0017__D-S-T-4] (18 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\TT1724ht.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0018__D-S-T-5] (19 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\dmxsens.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0019__D-S-V-1] (20 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\envysens.sys' (1 of 1 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0020__D-S-V-2] (21 of 21 exceptions).
2006-08-16 16:16:03 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-16 16:16:03 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\vinyl97.sys' (1 of 2 tagfiles).
2006-08-16 16:16:03 : <FLTR> 	=> This exception will not be applied.
2006-08-16 16:16:03 : <FLTR> Finished filtering exceptions.
2006-08-16 16:16:03 : <EXEC> No exceptions left to execute: none have met all requirements!
2006-08-16 16:16:03 : <KTD>  [Settings]\KTD has an invalid value: it is set to paths mode but does not specify any paths. KTD will not be applied, the DriverPacks will be deleted.
2006-08-16 16:16:58 : <CLNP> Deleted the DriverPacks, which were located in 'C:\D'.
2006-08-16 16:16:58 : <CLNP> Deleted 'C:\hwids.dat'!
2006-08-16 16:16:58 : <CLNP> Deleted 'C:\DPsFnshr.ini'!
2006-08-16 16:16:58 : <CLNP> Deleted 'C:\devcon.exe'!
2006-08-16 16:16:58 : <CLNP> Deleted 'C:\makePNF.exe'!
2006-08-16 16:16:58 : <CLNP> Deleted 'C:\addUsepmtimer.exe'!
2006-08-16 16:16:58 : <CLNP> Deleted 'C:\ATICCP.ins'!
2006-08-16 16:16:58 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2006-08-16 16:16:58 : Program terminated.
lieblingsbesuch wrote:

Hi Bash,

Installed my Laptop w/ 6.08.2. Again had that HDA-Prob. Here some screenies (directly after fresh installation):

[Waiting for the upload service which will be installed today?!]

I just installed it on my laptop and the HD Audio seems to be working fine. Mine is using a Realtek chip, how about yours?

Bâshrat the Sneaky wrote:

KTD is fixed, too wink bugtracker link

Great! Can't wait for the next release.

Bâshrat the Sneaky wrote:

Voila, this issue is solved in the next version!

Great!, man your fast smile Other than KTD not working I can't think of any other issues at this time as far as my testing goes.

Helmi wrote:
mp3login wrote:

Is the reason the Ati Control Panel is not installed is because it's a newer model or is that irrelevent?

One actually has to wonder whether the 1X000 series is actually supported by the CP seeing as it has not been in development for a good year or so (IIRC, the last version to receive an update was in January 2005!).
Even if it would work with the cards, it does not support most of the newer features anyway so you might as well do completely without it.

My opinion is, either use CCC or just install the driver and nothing else with the 1X000 series.

I agree with you. For a notebook there isn't much need to install the Control Panel. I do normally choose CCC but I didn't want to install .NET to enable it or anything else which could cause an issue while testing the driverpacks. Once I know all the bugs are out i'll start slipstreaming additional programs/software.

Although, as of yet I havn't had any issues with driverpacks and RyanVM's addon's getting along together, but I always like to play it safe.

Bâshrat the Sneaky wrote:
mp3login wrote:
Bâshrat the Sneaky wrote:

@both: Already submitted the KTD bug to the bugtracker, was already reported by some one else. It's right here.

@mp3login:

this is the HWID of your ATI Radeon Mobility X1600:

And as you can see, it was not detected. I'll change that in the next version: NONE of the X series Mobility GPU's are currently being detected... A flaw in the .ini, you may say. If you'd like to fix that right away, just add these sections to your DPsFnshr.ini:

The weird thing is that it seemed to be working on some of the earlier builds. I'll try it out on some computers with non-mobility Ati graphics and let you know the results.

The older ATI Radeon Mobility cards are supported through a modified .inf file in the D\G\A\1 directory, which is why the older Mobility GPU's will be detected, and the newer ones won't. No need to test that! wink

In the device manager the Ati Mobility Radeon X1600 seems as though it was detected correctly and the driver is installed. Is the reason the Ati Control Panel is not installed is because it's a newer model or is that irrelevent?

Bâshrat the Sneaky wrote:

@both: Already submitted the KTD bug to the bugtracker, was already reported by some one else. It's right here.

@mp3login:

this is the HWID of your ATI Radeon Mobility X1600:

And as you can see, it was not detected. I'll change that in the next version: NONE of the X series Mobility GPU's are currently being detected... A flaw in the .ini, you may say. If you'd like to fix that right away, just add these sections to your DPsFnshr.ini:

The weird thing is that it seemed to be working on some of the earlier builds. I'll try it out on some computers with non-mobility Ati graphics and let you know the results.

hoppy wrote:

Here succesfull aswel  with a Realtek ALC888   base6.08.2   soundA6.08
But I integrated KB888111 and KB921401  with nlite as the  dutch RyanVM updatepack  does NOT include them and Driverpack Base didn't either.
Base6.08.2 detectes ryanvm update pack and does not  integrate them , altough they don't seem to be in every updatepack as can be seen in
\SVCPACK\    the file kb888111wxpsp2.ca_ is missing otherwise and installation of the soundcard fails.
Thanks for your wonderfull work guy's.

The HD audio used to not install for me unless I used RyanVM's update pack but with the new soundpack and driver base 6.08.2 you don't need to use RyanVM's update pack to get it working. smile

1) Ati Control Center does not install

Here are the files:

DPs_BASE.ini

[General]
; preferred language
prefLang	= "English"
; yes/no, enable or disable the wizard-style buttons, if not specified: yes
wizardButtons	= "yes"
; yes/no, enable or disable the GUI, if not specified: yes
GUI		= "yes"


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


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


; you should only add this section if you've set [Settings]\DriverPacks to "select"
[SelectDriverPacks]
DP_Chipset	= "yes"
DP_CPU		= "yes"
DP_Graphics_A	= "yes"
DP_Graphics_B	= "yes"
DP_LAN		= "yes"
DP_MassStorage	= "yes"
DP_Sound_A	= "yes"
DP_Sound_B	= "yes"
DP_WLAN		= "yes"
DP_MassStorage_textmode = "yes"


; this section is optional!
[OptionalSettingsOther]
; CCC/CCP, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming DriverPack Graphics A)
ATI_cpl		= "CCP"

DPs_BASE.log

2006-08-14 11:14:53 : <INIT> DriverPacks BASE 6.08.2 initialized.
2006-08-14 11:14:53 : <INIT> Host environment: WIN_XP Service Pack 2 on X86 CPU.
2006-08-14 11:14:53 : <INIT> Could not find settings file"D:\Driverpacks\DPs_BASE.ini".
2006-08-14 11:14:53 : <INIT> [General]\prefLang not specified: default (English) was set.
2006-08-14 11:14:53 : <INIT> [General]\wizdButtons not specified: default (yes) was set.
2006-08-14 11:14:53 : <INIT> [General]\GUI not specified: default (yes) was set.
2006-08-14 11:14:53 : <INIT> [Settings]\DPsMethod not specified: default (2) was set.
2006-08-14 11:14:53 : <INIT> [Settings]\finisherMethod not specified: default (GUIRunOnce) was set.
2006-08-14 11:14:53 : <INIT> [OptionalSettings]\KTD not specified: default (none) was set.
2006-08-14 11:14:53 : <INIT> [OptionalSettings]\QSC not specified: default (yes) was set.
2006-08-14 11:14:53 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (CCC) was set.
2006-08-14 11:14:53 : <INIT> Detected DriverPack Chipset 6.08!
2006-08-14 11:14:53 : <INIT> Detected DriverPack CPU 6.08!
2006-08-14 11:14:53 : <INIT> Detected DriverPack Graphics A 6.08!
2006-08-14 11:14:53 : <INIT> Detected DriverPack Graphics B 6.03!
2006-08-14 11:14:53 : <INIT> Detected DriverPack LAN 6.08!
2006-08-14 11:14:53 : <INIT> Detected DriverPack MassStorage 6.08!
2006-08-14 11:14:53 : <INIT> Detected DriverPack Sound A 6.08!
2006-08-14 11:14:53 : <INIT> Detected DriverPack Sound B 6.06!
2006-08-14 11:14:53 : <INIT> Detected DriverPack WLAN 6.05!
2006-08-14 11:14:53 : <INIT> Could not detect any 3rd party DriverPacks.
2006-08-14 11:14:53 : <INIT> DriverPacks scanned sucessfully.
2006-08-14 11:14:53 : <GUI>  Initialized GUI.
2006-08-14 11:14:53 : <GUI>  Created a list of all available language files.
2006-08-14 11:14:53 : <GUI>  Set the last used language, English, as the GUI language.
2006-08-14 11:15:03 : <GUI>  Changed Windows installation files location to D:\XPPROPACK.
2006-08-14 11:15:03 : <GUI>  Windows XP Professional -  OEM SP2 detected.
2006-08-14 11:15:03 : <GUI>  The platform wnt5_x86-32_disc will be used (which is the 'disc' installation platform for the OS family 'wnt5_x86-32').
2006-08-14 11:15:22 : <GUI>  Saved settings!
2006-08-14 11:15:22 : <GUI>  Closed GUI.
2006-08-14 11:15:22 : <SEL>  Selected module: mod_slip_wxp_x86-32_disc_m2.
2006-08-14 11:15:26 : <PREP> Removed all attributes from \I386.
2006-08-14 11:15:26 : <PREP> Created a backup of \I386\winnt.sif.
2006-08-14 11:15:26 : <PREP> Created a backup of \I386\txtsetup.sif.
2006-08-14 11:15:26 : <PREP> Created a backup of \I386\dosnet.inf.
2006-08-14 11:15:26 : <PREP> Created temporary working directory.
2006-08-14 11:15:27 : <SLIP> Extracted necessary files for method 2.
2006-08-14 11:15:27 : <SLIP> Created necessary directory structure for method 2.
2006-08-14 11:15:27 : <SLIP> Copied files necessary for method 2.
2006-08-14 11:15:52 : <SLIP> Copied DriverPacks to \OEM.
2006-08-14 11:15:53 : <SLIP> Extracted and deleted \I386\svcpack.in_.
2006-08-14 11:15:53 : <SLIP> Updated \I386\svcpack.inf file to support KB888111 and KB913425.
2006-08-14 11:15:57 : <SLIP> Updated \I386\txtsetup.sif file to support KB888111.
2006-08-14 11:16:01 : <SLIP> Updated \I386\dosnet.inf file to support KB888111.
2006-08-14 11:16:02 : <SLIP> Updated \I386\dosnet.inf file to support KB913425.
2006-08-14 11:16:02 : <SLIP> QuickStream Cache available for DriverPack MassStorage text mode drivers!
2006-08-14 11:16:05 : <SLIP> Slipstreamed DP MassStorage text mode drivers using QuickStream Cache.
2006-08-14 11:16:19 : <SLIP> Removed entries from \I386\txtsetup.sif that will be updated.
2006-08-14 11:16:21 : <SLIP> Removed entries from \I386\dosnet.inf that will be updated.
2006-08-14 11:17:47 : <SLIP> Updated \I386\dosnet.inf and \I386\txtsetup.sif to support DP MassStorage text mode drivers.
2006-08-14 11:17:48 : <SLIP> Compressed setup.exe to SETUP.EX_.
2006-08-14 11:17:48 : <SLIP> Created \I386\presetup.cmd file.
2006-08-14 11:17:48 : <SLIP> Updated \I386\txtsetup.sif to support method 2.
2006-08-14 11:17:48 : <SLIP> Updated \I386\dosnet.inf to support method 2.
2006-08-14 11:17:48 : <SLIP> Updated \I386\winnt.sif to support method 2.
2006-08-14 11:17:48 : <SLIP> Updated \I386\winnt.sif's GUIRunOnce section.
2006-08-14 11:17:48 : <SLIP> Slipstream finished in 2 minutes and 26 seconds.
2006-08-14 11:18:09 : <CLNP> Temporary working directory successfully deleted.
2006-08-14 11:18:09 : Program terminated.

DPSFNSHR.INI

[Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
DPsRoot	= "%SystemDrive%"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD	= ""
; system variables supported: %SystemDrive%, %SystemRoot% and %WinDir%, one
; location cannot be used as KTDlocation: the root directory specified in
; [Settings]\DPsRoot
KTDlocation	= "%SystemRoot%\DriverPacks"


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


[wnt5_x86-32__0000__D-CP]
tagFiles	= 0
+hwids		= 1
+hwid1		= "ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 1
command1	= "addUsepmtimer.exe"


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


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

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


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


[wnt5_x86-32__0005__D-G-S-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sigrp.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\S\1\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\S\1\UVGA3.exe -y -o"%DPSTMP%"
command2	= "start /wait "%DPSTMP%\setup.exe -s"
command3	= "rd /s /q "%DPSTMP%"


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



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


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


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


[wnt5_x86-32__0010__D-S-H-2]
tagFiles	= 0
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\H\2.inf"
-infFiles	= 0
commands	= 1
command1	= "devcon install "%DPSROOT%\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_*""
command2	= "devcon install "%DPSROOT%\D\S\H\2\wdmaherc.inf" "HERCULES\*""


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


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


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


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


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


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

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


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


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


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

DPsFnshr.log

2006-08-14 17:49:26 : <INIT> DriverPacks Finisher 6.08.2 initialized.
2006-08-14 17:49:26 : <INIT> Detected platform wnt5_x86-32.
2006-08-14 17:49:26 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-08-14 17:49:26 : <INIT> 1. ACPI devices

ACPI\ACPI0003\2&DABA3FF&0                                   : Microsoft AC Adapter
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI Fixed Feature Button
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_14\_0                : Genuine Intel(R) CPU           T2500  @ 2.00GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_14\_1                : Genuine Intel(R) CPU           T2500  @ 2.00GHz
ACPI\NSC6001\5&15A539F2&0                                   : IrDA Fast Infrared Port
ACPI\PNP0000\4&C7DC4FC&0                                    : Programmable interrupt controller
ACPI\PNP0100\4&C7DC4FC&0                                    : System timer
ACPI\PNP0103\4&C7DC4FC&0                                    : High Precision Event Timer
ACPI\PNP0200\4&C7DC4FC&0                                    : Direct memory access controller
ACPI\PNP0303\4&C7DC4FC&0                                    : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
ACPI\PNP0401\3                                              : ECP Printer Port (LPT1)
ACPI\PNP0501\5&15A539F2&0                                   : Communications Port (COM1)
ACPI\PNP0A05\4&C7DC4FC&0                                    : Generic Bus
ACPI\PNP0A08\2&DABA3FF&0                                    : PCI bus
ACPI\PNP0B00\4&C7DC4FC&0                                    : System CMOS/real time clock
ACPI\PNP0C02\1                                              : Motherboard resources
ACPI\PNP0C02\2                                              : Motherboard resources
ACPI\PNP0C04\4&C7DC4FC&0                                    : Numeric data processor
ACPI\PNP0C09\4&C7DC4FC&0                                    : Microsoft ACPI-Compliant Embedded Controller
ACPI\PNP0C0A\1                                              : Microsoft ACPI-Compliant Control Method Battery
ACPI\PNP0C0A\2                                              : Microsoft ACPI-Compliant Control Method Battery
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI Power Button
ACPI\PNP0C0D\2&DABA3FF&0                                    : ACPI Lid
ACPI\PNP0C0E\2&DABA3FF&0                                    : ACPI Sleep Button
ACPI\PNP0C14\0                                              : Microsoft Windows Management Interface for ACPI
ACPI\SYN1003\4&C7DC4FC&0                                    : PS/2 Compatible Mouse
ACPI\THERMALZONE\THRM                                       : ACPI Thermal Zone
ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-Compliant System
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor PC
29 matching device(s) found.

2006-08-14 17:49:26 : <INIT> 2. PCI devices

PCI\VEN_1002&DEV_71C5&SUBSYS_00921025&REV_00\4&31B7BFB9&0&0008: ATI Mobility Radeon X1600
PCI\VEN_1217&DEV_00F7&SUBSYS_00921025&REV_02\4&6B16D5B&0&4CF0: OHCI Compliant IEEE 1394 Host Controller
PCI\VEN_1217&DEV_7134&SUBSYS_00921025&REV_21\4&6B16D5B&0&48F0: Generic CardBus Controller
PCI\VEN_1217&DEV_7134&SUBSYS_00921025&REV_21\4&6B16D5B&0&49F0: Generic CardBus Controller
PCI\VEN_8086&DEV_108C&SUBSYS_00921025&REV_03\4&20975680&0&00E1: Intel(R) PRO/1000 PM Network Connection
PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_E2\3&B1BFB68&0&F0 : Intel(R) 82801 PCI Bridge - 2448
PCI\VEN_8086&DEV_27A0&SUBSYS_00000000&REV_03\3&B1BFB68&0&00 : Mobile Intel(R) 945GM/PM/GMS/940GML and Intel(R) 945GT Express Processor to DRAM Controller - 27A0
PCI\VEN_8086&DEV_27A1&SUBSYS_00000000&REV_03\3&B1BFB68&0&08 : Mobile Intel(R) 945GM/PM/GMS/940GML and Intel(R) 945GT Express PCI Express Root Port - 27A1
PCI\VEN_8086&DEV_27BD&SUBSYS_00000000&REV_02\3&B1BFB68&0&F8 : Intel(R) 82801GHM (ICH7-M DH) LPC Interface Controller - 27BD
PCI\VEN_8086&DEV_27C4&SUBSYS_00921025&REV_02\3&B1BFB68&0&FA : Intel(R) 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller - 27C4
PCI\VEN_8086&DEV_27C8&SUBSYS_00921025&REV_02\3&B1BFB68&0&E8 : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
PCI\VEN_8086&DEV_27C9&SUBSYS_00921025&REV_02\3&B1BFB68&0&E9 : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
PCI\VEN_8086&DEV_27CA&SUBSYS_00921025&REV_02\3&B1BFB68&0&EA : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
PCI\VEN_8086&DEV_27CB&SUBSYS_00921025&REV_02\3&B1BFB68&0&EB : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
PCI\VEN_8086&DEV_27CC&SUBSYS_00921025&REV_02\3&B1BFB68&0&EF : Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
PCI\VEN_8086&DEV_27D0&SUBSYS_00000000&REV_02\3&B1BFB68&0&E0 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
PCI\VEN_8086&DEV_27D2&SUBSYS_00000000&REV_02\3&B1BFB68&0&E1 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D2
PCI\VEN_8086&DEV_27D4&SUBSYS_00000000&REV_02\3&B1BFB68&0&E2 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D4
PCI\VEN_8086&DEV_27D6&SUBSYS_00000000&REV_02\3&B1BFB68&0&E3 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D6
PCI\VEN_8086&DEV_27D8&SUBSYS_00921025&REV_02\3&B1BFB68&0&D8 : Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_8086&DEV_27DA&SUBSYS_00921025&REV_02\3&B1BFB68&0&FB : Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
PCI\VEN_8086&DEV_27E0&SUBSYS_00000000&REV_02\3&B1BFB68&0&E4 : Intel(R) 82801GR/GH/GHM (ICH7 Family) PCI Express Root Port - 27E0
PCI\VEN_8086&DEV_27E2&SUBSYS_00000000&REV_02\3&B1BFB68&0&E5 : Intel(R) 82801GR/GH/GHM (ICH7 Family) PCI Express Root Port - 27E2
PCI\VEN_8086&DEV_4222&SUBSYS_10008086&REV_02\4&2F707902&0&00E3: Intel(R) PRO/Wireless 3945ABG Network Connection
24 matching device(s) found.

2006-08-14 17:49:26 : <INIT> 3. HDAUDIO devices

HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_1025160D&REV_1000\4&658B39&0&0001: Realtek High Definition Audio
HDAUDIO\FUNC_02&VEN_11C1&DEV_3026&SUBSYS_11C13026&REV_1006\4&658B39&0&0101: Modem Device on High Definition Audio Bus
2 matching device(s) found.

2006-08-14 17:49:26 : <INIT> 4. USB devices

USB\ROOT_HUB\4&18FFD631&0                                   : USB Root Hub
USB\ROOT_HUB\4&25BED016&0                                   : USB Root Hub
USB\ROOT_HUB\4&3748F8CD&0                                   : USB Root Hub
USB\ROOT_HUB\4&775AD7A&0                                    : USB Root Hub
USB\ROOT_HUB20\4&F5514C6&0                                  : USB Root Hub
USB\VID_046D&PID_0892\5&BBB2CC8&0&8                         : USB2.0 Web Camera
6 matching device(s) found.

2006-08-14 17:49:26 : <INIT> Logging of HWIDs complete.
2006-08-14 17:49:26 : <INIT> Processed settings.
2006-08-14 17:49:27 : <FLTR> Collected the HWIDs for this system.
2006-08-14 17:49:27 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0001__D-G-A-1] (1 of 19 exceptions).
2006-08-14 17:49:27 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:27 : <FLTR> 		! Could not find tagfile 'C:\ATICCC.ins' (1 of 1 tagfiles).
2006-08-14 17:49:27 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:27 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0002__D-G-A-1] (2 of 19 exceptions).
2006-08-14 17:49:27 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:27 : <FLTR> 		Found tagfile "C:\ATICCP.ins" (1/1).
2006-08-14 17:49:27 : <FLTR> 	4. +infFiles (ANY +infFiles must matched
2006-08-14 17:49:27 : <FLTR> 		Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles).
2006-08-14 17:49:27 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\C2_34826.inf'.
2006-08-14 17:49:28 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\CX_34826.inf'.
2006-08-14 17:49:30 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\E2_34826.inf'.
2006-08-14 17:49:30 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\EX_34826.inf'.
2006-08-14 17:49:30 : <FLTR> 		Checking .inf file 'C:\D\G\A\1\MX_34826.inf'.
2006-08-14 17:49:31 : <FLTR> 		! Could not match any of the +infFiles.
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0004__D-G-3-1] (3 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\3dfxV2ps.dll' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0005__D-G-S-1] (4 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sigrp.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0006__D-L-NV-123] (5 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	2. +hwids (ANY +hwids must matched
2006-08-14 17:49:31 : <FLTR> 		! Could not match any of the +hwids.
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0007__D-S-CR-1] (6 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\ha20x2k.sys' (1 of 2 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0008__D-S-CR-2] (7 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\ha10x2k.sys' (1 of 3 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0009__D-S-CR-3] (8 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\P17.sys"' (1 of 2 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0010__D-S-H-2] (9 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	4. +infFiles (ANY +infFiles must matched
2006-08-14 17:49:31 : <FLTR> 		! Could not match any of the +infFiles.
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0011__D-S-N] (10 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\nvapu.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0012__D-S-S-U] (11 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sthda.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0013__D-S-SI-1] (12 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sis7012.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0014__D-S-SI-2] (13 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\sis7018.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0015__D-S-T-2] (14 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\FM801.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0016__D-S-T-3] (15 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\cmaudio.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0017__D-S-T-4] (16 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\TT1724ht.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0018__D-S-T-5] (17 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\dmxsens.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0019__D-S-V-1] (18 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\envysens.sys' (1 of 1 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0020__D-S-V-2] (19 of 19 exceptions).
2006-08-14 17:49:31 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-14 17:49:31 : <FLTR> 		! Could not find tagfile 'C:\WINDOWS\system32\drivers\vinyl97.sys' (1 of 2 tagfiles).
2006-08-14 17:49:31 : <FLTR> 	=> This exception will not be applied.
2006-08-14 17:49:31 : <FLTR> Finished filtering exceptions.
2006-08-14 17:49:31 : <EXEC> No exceptions left to execute: none have met all requirements!
2006-08-14 17:50:27 : <CLNP> Deleted the DriverPacks, which were located in 'C:\D'.
2006-08-14 17:50:27 : <CLNP> Deleted 'C:\hwids.dat'!
2006-08-14 17:50:27 : <CLNP> Deleted 'C:\DPsFnshr.ini'!
2006-08-14 17:50:27 : <CLNP> Deleted 'C:\devcon.exe'!
2006-08-14 17:50:27 : <CLNP> Deleted 'C:\makePNF.exe'!
2006-08-14 17:50:27 : <CLNP> Deleted 'C:\addUsepmtimer.exe'!
2006-08-14 17:50:27 : <CLNP> Deleted 'C:\ATICCP.ins'!
2006-08-14 17:50:27 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2006-08-14 17:50:27 : Program terminated.

Just tried it on my laptop and it booted up with sound for the first time in a long while. smile Good job Bâshrat the Sneaky. Hopefully others can confirm.

Used Driverpack Base 6.08.2 with updated SoundDrivers Pack.

RogueSpear wrote:
mp3login wrote:

I tried to post anything that might help though I think your right, the last two files seem pretty clean.

What I mean is that the log files you posted are mixed up..  and your .ini file is listed twice.

Lol.... I think I fixed the mixup now.

removed

I have alot this time unfortunately sad

First here is what is fixed:

1) ATI Control Center works properly again.
2) Finisher is now properly delete after reboot.

Here are the bugs:

1) DOS Box with c:\tmp\setup.exe -s (Have to type exit to continue)
2) DOS Box with c:\d\s\cr\1\ctzapxx.exe /s (Have to type exit to continue)
3) Screen showing "windows cannot find '-s'
4) c:\d\s\v\1\v_envy.exe Crashes, have to click ok to continue
5) c:\d\s\v\2\v-vinyl.exe Crashes, have to click ok to continue
6) HD audio driver doesn't install (will wait for soundpack update)
7) After reboot cmd.exe window is open (have to close window to continue)
7) I took a screenshot but rebooted and lost it. A screen came up trying to install a voodoo2 driver???? lol...
8) Enabled KTD for all selected driverpacks but it did not keep them on the HDD.

Here is the DPS_BASE.ini

[General]
; preferred language
prefLang	= "English"
; yes/no, enable or disable the wizard-style buttons, if not specified: yes
wizardButtons	= "yes"
; yes/no, enable or disable the GUI, if not specified: yes
GUI		= "yes"


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


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


; you should only add this section if you've set [Settings]\DriverPacks to "select"
[SelectDriverPacks]
DP_Chipset	= "yes"
DP_CPU		= "yes"
DP_Graphics_A	= "yes"
DP_Graphics_B	= "yes"
DP_LAN		= "yes"
DP_MassStorage	= "yes"
DP_Sound_A	= "yes"
DP_Sound_B	= "yes"
DP_WLAN		= "yes"
DP_MassStorage_textmode = "yes"


; this section is optional!
[OptionalSettingsOther]
; CCC/CCP, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming DriverPack Graphics A)
ATI_cpl		= "CCP"

Here is the DPS_BASE.log

2006-08-11 13:11:14 : <INIT> DriverPacks BASE 6.08 initialized.
2006-08-11 13:11:14 : <INIT> Host environment: WIN_XP Service Pack 2 on X86 CPU.
2006-08-11 13:11:14 : <INIT> Could not find settings file"D:\Driverpacks\DPs_BASE.ini".
2006-08-11 13:11:14 : <INIT> [General]\prefLang not specified: default (English) was set.
2006-08-11 13:11:14 : <INIT> [General]\wizdButtons not specified: default (yes) was set.
2006-08-11 13:11:14 : <INIT> [General]\GUI not specified: default (yes) was set.
2006-08-11 13:11:14 : <INIT> [Settings]\DPsMethod not specified: default (2) was set.
2006-08-11 13:11:14 : <INIT> [Settings]\finisherMethod not specified: default (GUIRunOnce) was set.
2006-08-11 13:11:14 : <INIT> [OptionalSettings]\KTD not specified: default (none) was set.
2006-08-11 13:11:14 : <INIT> [OptionalSettings]\QSC not specified: default (yes) was set.
2006-08-11 13:11:14 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (CCC) was set.
2006-08-11 13:11:14 : <INIT> Detected DriverPack Chipset 6.08!
2006-08-11 13:11:14 : <INIT> Detected DriverPack CPU 6.08!
2006-08-11 13:11:14 : <INIT> Detected DriverPack Graphics A 6.08!
2006-08-11 13:11:14 : <INIT> Detected DriverPack Graphics B 6.03!
2006-08-11 13:11:14 : <INIT> Detected DriverPack LAN 6.05.1!
2006-08-11 13:11:14 : <INIT> Detected DriverPack MassStorage 6.08!
2006-08-11 13:11:14 : <INIT> Detected DriverPack Sound A 6.06.1!
2006-08-11 13:11:14 : <INIT> Detected DriverPack Sound B 6.06!
2006-08-11 13:11:14 : <INIT> Detected DriverPack WLAN 6.05!
2006-08-11 13:11:14 : <INIT> Could not detect any 3rd party DriverPacks.
2006-08-11 13:11:14 : <INIT> DriverPacks scanned sucessfully.
2006-08-11 13:11:14 : <INIT> QuickStream Cache directory not found!
2006-08-11 13:11:14 : <GUI>  Initialized GUI.
2006-08-11 13:11:14 : <GUI>  Created a list of all available language files.
2006-08-11 13:11:14 : <GUI>  Set the last used language, English, as the GUI language.
2006-08-11 13:14:21 : <GUI>  Changed Windows installation files location to D:\XPPROPACK.
2006-08-11 13:14:21 : <GUI>  The platform wnt5_x86-32_disc will be used (which is the 'disc' installation platform for the OS family 'wnt5_x86-32').
2006-08-11 13:15:11 : <GUI>  Saved settings!
2006-08-11 13:15:11 : <GUI>  Closed GUI.
2006-08-11 13:15:11 : <SEL>  Selected module: mod_slip_wxp_x86-32_disc_m2.
2006-08-11 13:15:15 : <PREP> Removed all attributes from \I386.
2006-08-11 13:15:15 : <PREP> Created a backup of \I386\winnt.sif.
2006-08-11 13:15:15 : <PREP> Created a backup of \I386\txtsetup.sif.
2006-08-11 13:15:15 : <PREP> Created a backup of \I386\dosnet.inf.
2006-08-11 13:15:15 : <PREP> Created temporary working directory.
2006-08-11 13:15:16 : <SLIP> Extracted necessary files for method 2.
2006-08-11 13:15:16 : <SLIP> Created necessary directory structure for method 2.
2006-08-11 13:15:16 : <SLIP> Copied files necessary for method 2.
2006-08-11 13:15:39 : <SLIP> Copied DriverPacks to \OEM.
2006-08-11 13:15:40 : <SLIP> Extracted and deleted \I386\svcpack.in_.
2006-08-11 13:15:40 : <SLIP> Updated \I386\svcpack.inf file to support KB888111 and KB913425.
2006-08-11 13:15:42 : <SLIP> Updated \I386\txtsetup.sif file to support KB888111.
2006-08-11 13:15:45 : <SLIP> Updated \I386\dosnet.inf file to support KB888111.
2006-08-11 13:15:46 : <SLIP> Updated \I386\dosnet.inf file to support KB913425.
2006-08-11 13:15:46 : <SLIP> Created QSC directory.
2006-08-11 13:15:51 : <SLIP> Extracted DriverPack MassStorage to a temporary working directory.
2006-08-11 13:16:10 : <SLIP> Created QuickStream Cache for DriverPack MassStorage text mode drivers.
2006-08-11 13:16:11 : <SLIP> Slipstreamed DP MassStorage text mode drivers using QuickStream Cache.
2006-08-11 13:16:22 : <SLIP> Removed entries from \I386\txtsetup.sif that will be updated.
2006-08-11 13:16:24 : <SLIP> Removed entries from \I386\dosnet.inf that will be updated.
2006-08-11 13:17:21 : <SLIP> Updated \I386\dosnet.inf and \I386\txtsetup.sif to support DP MassStorage text mode drivers.
2006-08-11 13:17:22 : <SLIP> Compressed setup.exe to SETUP.EX_.
2006-08-11 13:17:22 : <SLIP> Created \I386\presetup.cmd file.
2006-08-11 13:17:22 : <SLIP> Updated \I386\txtsetup.sif to support method 2.
2006-08-11 13:17:22 : <SLIP> Updated \I386\dosnet.inf to support method 2.
2006-08-11 13:17:22 : <SLIP> Updated \I386\winnt.sif to support method 2.
2006-08-11 13:17:22 : <SLIP> Updated \I386\winnt.sif's GUIRunOnce section.
2006-08-11 13:17:22 : <SLIP> Slipstream finished in 2 minutes and 11 seconds.
2006-08-11 14:06:22 : <CLNP> Temporary working directory successfully deleted.
2006-08-11 14:06:22 : Program terminated.

Here is the DPSFNSHR.log

2006-08-11 17:49:31 : <INIT> DriverPacks Finisher 6.08 initialized.
2006-08-11 17:49:31 : <INIT> Detected platform wnt5_x86-32.
2006-08-11 17:49:31 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-08-11 17:49:31 : <INIT> 1. ACPI devices

ACPI\ACPI0003\2&DABA3FF&0                                   : Microsoft AC Adapter
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI Fixed Feature Button
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_14\_0                : Genuine Intel(R) CPU           T2500  @ 2.00GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_14\_1                : Genuine Intel(R) CPU           T2500  @ 2.00GHz
ACPI\NSC6001\5&15A539F2&0                                   : IrDA Fast Infrared Port
ACPI\PNP0000\4&C7DC4FC&0                                    : Programmable interrupt controller
ACPI\PNP0100\4&C7DC4FC&0                                    : System timer
ACPI\PNP0103\4&C7DC4FC&0                                    : High Precision Event Timer
ACPI\PNP0200\4&C7DC4FC&0                                    : Direct memory access controller
ACPI\PNP0303\4&C7DC4FC&0                                    : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
ACPI\PNP0401\3                                              : ECP Printer Port (LPT1)
ACPI\PNP0501\5&15A539F2&0                                   : Communications Port (COM1)
ACPI\PNP0A05\4&C7DC4FC&0                                    : Generic Bus
ACPI\PNP0A08\2&DABA3FF&0                                    : PCI bus
ACPI\PNP0B00\4&C7DC4FC&0                                    : System CMOS/real time clock
ACPI\PNP0C02\1                                              : Motherboard resources
ACPI\PNP0C02\2                                              : Motherboard resources
ACPI\PNP0C04\4&C7DC4FC&0                                    : Numeric data processor
ACPI\PNP0C09\4&C7DC4FC&0                                    : Microsoft ACPI-Compliant Embedded Controller
ACPI\PNP0C0A\1                                              : Microsoft ACPI-Compliant Control Method Battery
ACPI\PNP0C0A\2                                              : Microsoft ACPI-Compliant Control Method Battery
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI Power Button
ACPI\PNP0C0D\2&DABA3FF&0                                    : ACPI Lid
ACPI\PNP0C0E\2&DABA3FF&0                                    : ACPI Sleep Button
ACPI\PNP0C14\0                                              : Microsoft Windows Management Interface for ACPI
ACPI\SYN1003\4&C7DC4FC&0                                    : PS/2 Compatible Mouse
ACPI\THERMALZONE\THRM                                       : ACPI Thermal Zone
ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-Compliant System
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor PC
29 matching device(s) found.

2006-08-11 17:49:32 : <INIT> 2. PCI devices

PCI\VEN_1002&DEV_71C5&SUBSYS_00921025&REV_00\4&31B7BFB9&0&0008: ATI Mobility Radeon X1600
PCI\VEN_1217&DEV_00F7&SUBSYS_00921025&REV_02\4&6B16D5B&0&4CF0: OHCI Compliant IEEE 1394 Host Controller
PCI\VEN_1217&DEV_7134&SUBSYS_00921025&REV_21\4&6B16D5B&0&48F0: Generic CardBus Controller
PCI\VEN_1217&DEV_7134&SUBSYS_00921025&REV_21\4&6B16D5B&0&49F0: Generic CardBus Controller
PCI\VEN_8086&DEV_108C&SUBSYS_00921025&REV_03\4&20975680&0&00E1: Intel(R) PRO/1000 PM Network Connection
PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_E2\3&B1BFB68&0&F0 : Intel(R) 82801 PCI Bridge - 2448
PCI\VEN_8086&DEV_27A0&SUBSYS_00000000&REV_03\3&B1BFB68&0&00 : Mobile Intel(R) 945GM/PM/GMS/940GML and Intel(R) 945GT Express Processor to DRAM Controller - 27A0
PCI\VEN_8086&DEV_27A1&SUBSYS_00000000&REV_03\3&B1BFB68&0&08 : Mobile Intel(R) 945GM/PM/GMS/940GML and Intel(R) 945GT Express PCI Express Root Port - 27A1
PCI\VEN_8086&DEV_27BD&SUBSYS_00000000&REV_02\3&B1BFB68&0&F8 : Intel(R) 82801GHM (ICH7-M DH) LPC Interface Controller - 27BD
PCI\VEN_8086&DEV_27C4&SUBSYS_00921025&REV_02\3&B1BFB68&0&FA : Intel(R) 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller - 27C4
PCI\VEN_8086&DEV_27C8&SUBSYS_00921025&REV_02\3&B1BFB68&0&E8 : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
PCI\VEN_8086&DEV_27C9&SUBSYS_00921025&REV_02\3&B1BFB68&0&E9 : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
PCI\VEN_8086&DEV_27CA&SUBSYS_00921025&REV_02\3&B1BFB68&0&EA : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
PCI\VEN_8086&DEV_27CB&SUBSYS_00921025&REV_02\3&B1BFB68&0&EB : Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
PCI\VEN_8086&DEV_27CC&SUBSYS_00921025&REV_02\3&B1BFB68&0&EF : Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
PCI\VEN_8086&DEV_27D0&SUBSYS_00000000&REV_02\3&B1BFB68&0&E0 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
PCI\VEN_8086&DEV_27D2&SUBSYS_00000000&REV_02\3&B1BFB68&0&E1 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D2
PCI\VEN_8086&DEV_27D4&SUBSYS_00000000&REV_02\3&B1BFB68&0&E2 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D4
PCI\VEN_8086&DEV_27D6&SUBSYS_00000000&REV_02\3&B1BFB68&0&E3 : Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D6
PCI\VEN_8086&DEV_27D8&SUBSYS_00921025&REV_02\3&B1BFB68&0&D8 : Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_8086&DEV_27DA&SUBSYS_00921025&REV_02\3&B1BFB68&0&FB : Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
PCI\VEN_8086&DEV_27E0&SUBSYS_00000000&REV_02\3&B1BFB68&0&E4 : Intel(R) 82801GR/GH/GHM (ICH7 Family) PCI Express Root Port - 27E0
PCI\VEN_8086&DEV_27E2&SUBSYS_00000000&REV_02\3&B1BFB68&0&E5 : Intel(R) 82801GR/GH/GHM (ICH7 Family) PCI Express Root Port - 27E2
PCI\VEN_8086&DEV_4222&SUBSYS_10008086&REV_02\4&2F707902&0&00E3: Intel(R) PRO/Wireless 3945ABG Network Connection
24 matching device(s) found.

2006-08-11 17:49:32 : <INIT> 3. HDAUDIO devices

HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_1025160D&REV_1000\4&658B39&0&0001: Realtek High Definition Audio
HDAUDIO\FUNC_02&VEN_11C1&DEV_3026&SUBSYS_11C13026&REV_1006\4&658B39&0&0101: Modem Device on High Definition Audio Bus
2 matching device(s) found.

2006-08-11 17:49:32 : <INIT> 4. USB devices

USB\ROOT_HUB\4&18FFD631&0                                   : USB Root Hub
USB\ROOT_HUB\4&25BED016&0                                   : USB Root Hub
USB\ROOT_HUB\4&3748F8CD&0                                   : USB Root Hub
USB\ROOT_HUB\4&775AD7A&0                                    : USB Root Hub
USB\ROOT_HUB20\4&F5514C6&0                                  : USB Root Hub
USB\VID_046D&PID_0892\5&BBB2CC8&0&8                         : USB2.0 Web Camera
6 matching device(s) found.

2006-08-11 17:49:32 : <INIT> Logging of HWIDs complete.
2006-08-11 17:49:32 : <INIT> Processed settings.
2006-08-11 17:49:33 : <FLTR> Collected the HWIDs for this system.
2006-08-11 17:49:33 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0001__D-G-A-1] (1/19).
2006-08-11 17:49:33 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-11 17:49:33 : <FLTR> 		! Could not find tagfile "C:\ATICCC.ins" (1/1).
2006-08-11 17:49:33 : <FLTR> 	=> This exception will not be applied.
2006-08-11 17:49:33 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0002__D-G-A-1] (2/19).
2006-08-11 17:49:33 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2006-08-11 17:49:33 : <FLTR> 		Found tagfile "C:\ATICCP.ins" (1/1).
2006-08-11 17:49:33 : <FLTR> 	4. +infFiles (ANY +infFiles must matched
2006-08-11 17:49:33 : <FLTR> 		Wildcard specified for +infFiles requirement: scan for .inf files.
2006-08-11 17:49:33 : <FLTR> 		Checking .inf file "C:\D\G\A\1\C2_34826.inf".
2006-08-11 17:49:41 : <FLTR> 		Checking .inf file "C:\D\G\A\1\CX_34826.inf".
2006-08-11 17:49:50 : <FLTR> 		Checking .inf file "C:\D\G\A\1\E2_34826.inf".
2006-08-11 17:49:50 : <FLTR> 		Checking .inf file "C:\D\G\A\1\EX_34826.inf".
2006-08-11 17:49:51 : <FLTR> 		Checking .inf file "C:\D\G\A\1\MX_34826.inf".
2006-08-11 17:49:54 : <FLTR> Finished filtering exceptions.
2006-08-11 17:50:04 : <EXEC> Executed all commands (2) for exception [wnt5_x86-32__0002__D-G-A-1].
2006-08-11 17:50:18 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0004__D-G-3-1].
2006-08-11 17:50:59 : <EXEC> Executed all commands (3) for exception [wnt5_x86-32__0005__D-G-S-1].
2006-08-11 17:50:59 : <EXEC> Executed all commands (2) for exception [wnt5_x86-32__0006__D-L-NV-123].
2006-08-11 17:51:43 : <EXEC> Executed all commands (19) for exception [wnt5_x86-32__0007__D-S-CR-1].
2006-08-11 17:51:46 : <EXEC> Executed all commands (19) for exception [wnt5_x86-32__0008__D-S-CR-2].
2006-08-11 17:51:50 : <EXEC> Executed all commands (19) for exception [wnt5_x86-32__0009__D-S-CR-3].
2006-08-11 17:51:50 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0010__D-S-H-2].
2006-08-11 17:52:13 : <EXEC> Executed all commands (3) for exception [wnt5_x86-32__0011__D-S-N].
2006-08-11 17:52:13 : <EXEC> Executed all commands (6) for exception [wnt5_x86-32__0012__D-S-S-U].
2006-08-11 17:52:13 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0013__D-S-SI-1].
2006-08-11 17:52:13 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0014__D-S-SI-2].
2006-08-11 17:52:15 : <EXEC> Executed all commands (3) for exception [wnt5_x86-32__0015__D-S-T-2].
2006-08-11 17:52:15 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0016__D-S-T-3].
2006-08-11 17:52:15 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0017__D-S-T-4].
2006-08-11 17:52:16 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0018__D-S-T-5].
2006-08-11 17:52:39 : <EXEC> Executed all commands (1) for exception [wnt5_x86-32__0019__D-S-V-1].
2006-08-11 17:52:57 : <EXEC> Executed all commands (2) for exception [wnt5_x86-32__0020__D-S-V-2].
2006-08-11 17:53:56 : <CLNP> Deleted the DriverPacks, which were located in 'C:\D'.
2006-08-11 17:53:56 : <CLNP> Deleted 'C:\hwids.dat'!
2006-08-11 17:53:56 : <CLNP> Deleted 'C:\DPsFnshr.ini'!
2006-08-11 17:53:56 : <CLNP> Deleted 'C:\devcon.exe'!
2006-08-11 17:53:56 : <CLNP> Deleted 'C:\makePNF.exe'!
2006-08-11 17:53:56 : <CLNP> Deleted 'C:\addUsepmtimer.exe'!
2006-08-11 17:53:56 : <CLNP> Deleted 'C:\ATICCP.ins'!
2006-08-11 17:53:56 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2006-08-11 17:53:56 : Program terminated.

17

(43 replies, posted in Other)

Bâshrat the Sneaky wrote:

@vertigo, Major and dolivas: you've all been made beta testers now wink

@mp3login: please post questions and problems regarding the beta in the Betas forum next time. Thank you.

1) what EXACT bug? The one with Sereby's UpdatePack or the one with Windows 2000?
2) cmdow.exe is no longer being used wink

Please use quote this post and then post the rest of the discussion in a new topic in the Betas forum wink

Sorry about that, I thought I might have posted in the wrong area. I'll repost with more info in the correct forum shortly.

18

(43 replies, posted in Other)

Trying the new beta out as we speak, i'll provide feedback when the install is done. Looks good so far.:)

A couple question or comments:

1) Looks like the Microsoft HD audio driver bug is still there, although I looked at the change log and I don't think you got to it yet.

2) Is there a quick and dirty workaround for the cmdow.exe issue for now? I'm wondering if once windows is finished installing I can make it so it's automatically deletes that file so I don't scare alot of my customers with the false positive while running there virus scanners?

19

(43 replies, posted in Other)

I would be interested in being a beta tester as well if possible. smile I've been running into a few problems that I believe you said may be fixed in the new version. Specifically no cmdow.exe?

20

(2 replies, posted in Other)

I appologize if this has been answered before but I couldn't find it after a search. As the title says, are all the drivers in the driver packs WHQL? Also, just wanted to say fantastic work, these driver packs are great! smile