YOU MADE THE SAME MISTAKE YET AGAIN!

; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU! (may NOT contain any spaced, if it does, all exceptions must be adapted to be compatible!)
DPsRoot    = "C:\fini\DriverPacks"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD = "paths:D"
; system variables supported (see remarks for a list) one location cannot be used as
; KTDlocation: the root directory specified in[Settings]\DPsRoot
KTDlocation    = "C:\fini\DriverPacks"
; system variables supported (see remarks for a list)


DPsRoot    = "C:\fini\DriverPacks"     and     KTDlocation    = "C:\fini\DriverPacks"

CAN NOT BE THE SAME VALUE!!!! 

It states this in the two lines above the "KTDlocation    =" line
"....................................................................one location cannot be used as
; KTDlocation: the root directory specified in[Settings]\DPsRoot"

It probably should be on one line like...
one location cannot be used as the KTDlocation that is the root directory specified in [Settings] section DPsRoot =


There are quite a number of reasons for this... that don't need extensive details listed here.
but there are things that go on other than just a copy from one folder to another.

i think the reason it is broken is obvious...

Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU! (may NOT contain any spaced, if it does, all exceptions must be adapted to be compatible!)
DPsRoot    = "C:\fini\DriverPacks"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD = "false"
; system variables supported (see remarks for a list) one location cannot be used as
; KTDlocation: the root directory specified in[Settings]\DPsRoot

KTDlocation    = "C:\fini\DriverPacks"

even though it is = "false"

you have combined methods here you are useing all the tools to KTD
and then you run the finisher which expects dpsroot will be deleted (your KTD folder) 
Also the KTD=false is contraditary to your goal
try changing the KTD folder value
and setting KTD = "paths:D"  (the "ALL" setting) Since you are in fact keeping the drivers

sample DPsFnshr.ini  that keeps all drivers
extracted to c:\ and "Kept" in c:\windows\DriverPacks

[Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU! (may NOT contain any spaced, if it does, all exceptions must be adapted to be compatible!)
DPsRoot	= "%SystemDrive%"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD = "paths:D"
; system variables supported (see remarks for a list) one location cannot be used as
; KTDlocation: the root directory specified in[Settings]\DPsRoot
KTDlocation	= "%SystemRoot%\DriverPacks"
; system variables supported (see remarks for a list)
logLocation = "%SystemRoot%"
; enables/disables debug mode (enabled by default)
debug = "true"

When the finisher runs it probably blanks out the dpsroot entry in your log because of several conflicts.

check back. I can check the code too, if needed.

5,128

(33 replies, posted in Other)

KTD stands for   Keep The Driver 

It is generaly not neccessary to KTD for the full set of DriverPacks after an install (the hardware probably isn't going to change)

KTD is nice for a technicians "test machine" where a variety of hardware might be plugged in and used or tested at any time. or if you were createing a "master" image for a number of similar (not identical) workstations


The Finisher is like a drivers little helper it follows up on the DriverPacks installed drivers and sets some final cleanup actions into motion (No it doesn't install drivers)

I hope that helped

looks like it might be like the raid / non raid thing again
or just a duplicate?

5,130

(28 replies, posted in News)

me too - straight to the results

5,131

(26 replies, posted in News)

My original idea was

*** DriverPacks.net The unknown device eliminator! ***

I just thought of one more

DriverPacks.net - One stop hardware store for windows setup

5,132

(16 replies, posted in DriverPack Sound)

Lets post it here so we can see it.

Base ini

[General]
; preferred language
prefLang	= "Dutch"
; 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:\UWCD"
; 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		= "false"
; <path>, to specify a custom KTD cache location, if not specified: default (%SystemRoot%\DriverPacks)
KTDlocation	= "%SystemRoot%\DriverPacks"
; yes/no, enable or disable QuickStream Cache (QSC), if not specified: yes
QSC		= "no"


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


; 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		= "CCC"

base Log

2007-07-01 16:39:32 : <INIT> DriverPacks BASE 7.05.2 initialized.
2007-07-01 16:39:32 : <INIT> Host environment: WIN_XP Service Pack 2 on X86 CPU.
2007-07-01 16:39:32 : <INIT> Created temporary working directory.
2007-07-01 16:39:32 : <INIT> Imported proxy settings from Internet Explorer.
2007-07-01 16:39:32 : <INIT> Start scanning for DriverPacks for the wnt5_x86-32 platform.
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack Chipset 7.06!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack CPU 7.04.1!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack Graphics A 7.06!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack Graphics B 7.05!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack Graphics C 7.04!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack LAN 7.06.2!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack MassStorage 7.07!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack Sound A 7.07!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack Sound B 7.07!
2007-07-01 16:39:32 : <INIT> 	Detected DriverPack WLAN 7.06!
2007-07-01 16:39:32 : <INIT> 	Detected 3rd party DriverPack(s).
2007-07-01 16:39:32 : <INIT> 	Finished scanning.
2007-07-01 16:39:32 : <INIT> Could not find settings file"D:\DPs_BASE_7052\DPs_BASE.ini".
2007-07-01 16:39:32 : <INIT> [General]\prefLang not specified: default (English) was set.
2007-07-01 16:39:32 : <INIT> [General]\wizdButtons not specified: default (yes) was set.
2007-07-01 16:39:32 : <INIT> [General]\GUI not specified: default (yes) was set.
2007-07-01 16:39:32 : <INIT> [Settings]\DPsMethod not specified: default (2) was set.
2007-07-01 16:39:32 : <INIT> [Settings]\finisherMethod not specified: default (GUIRunOnce) was set.
2007-07-01 16:39:32 : <INIT> [OptionalSettings]\KTD not specified: default (none) was set.
2007-07-01 16:39:32 : <INIT> [OptionalSettings]\QSC not specified: default (yes) was set.
2007-07-01 16:39:32 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (CCC) was set.
2007-07-01 16:39:32 : <INIT> [OptionalSettings]\KTD default (false) was set.
2007-07-01 16:39:32 : <INIT> [OptionalSettings]\QSC default (no)    was set.
2007-07-01 16:39:32 : <INIT> Saved settings!
2007-07-01 16:39:32 : <GUI>  Initialized GUI.
2007-07-01 16:39:32 : <GUI>  Created a list of all available language files.
2007-07-01 16:39:32 : <GUI>  Set the last used language, English, as the GUI language.
2007-07-01 16:39:51 : <GUI>  Changed Windows installation files OR export (depending on the installation platform) location to D:\UWCD.
2007-07-01 16:39:51 : <GUI>  Windows XP Professional -  SP2 detected.
2007-07-01 16:39:51 : <GUI>  The platform wnt5_x86-32_disc will be used (which is the 'disc' installation platform for the OS family 'wnt5_x86-32').
2007-07-01 16:40:10 : <GUI>  Refreshed UpdateChecker with success.
2007-07-01 16:40:16 : <GUI>  Saved settings!
2007-07-01 16:40:16 : <GUI>  Closed GUI.
2007-07-01 16:40:16 : <SEL>  Selected module: mod_slip_wxp_x86-32_disc_m2.
2007-07-01 16:40:16 : <PREP> Removed all attributes from \I386.
2007-07-01 16:40:16 : <PREP> Created a backup of \I386\winnt.sif.
2007-07-01 16:40:16 : <PREP> Created a backup of \I386\txtsetup.sif.
2007-07-01 16:40:16 : <PREP> Created a backup of \I386\dosnet.inf.
2007-07-01 16:40:16 : <PREP> Cleaned up \$OEM$\cmdlines.txt.
2007-07-01 16:40:17 : <SLIP> Created necessary directory structure for method 2.
2007-07-01 16:40:17 : <SLIP> Copied files necessary for method 2.
2007-07-01 16:40:17 : <SLIP> Extracted files necessary for method 2.
2007-07-01 16:40:17 : <SLIP> Created \I386\presetup.cmd file.
2007-07-01 16:40:17 : <SLIP> Updated \I386\txtsetup.sif to support method 2.
2007-07-01 16:40:17 : <SLIP> Updated \I386\dosnet.inf to support method 2.
2007-07-01 16:40:32 : <SLIP> Copied DriverPacks to \OEM.
2007-07-01 16:40:32 : <SLIP> Extracted and deleted \I386\svcpack.in_.
2007-07-01 16:40:32 : <SLIP> Updated \I386\svcpack.inf file to support KB888111 and KB921401.
2007-07-01 16:40:33 : <SLIP> Updated \I386\txtsetup.sif file to support KB888111.
2007-07-01 16:40:34 : <SLIP> Updated \I386\dosnet.inf file to support KB888111.
2007-07-01 16:40:34 : <SLIP> Updated \I386\dosnet.inf file to support KB921401.
2007-07-01 16:40:34 : <SLIP> Updated \I386\winnt.sif to support method 2.
2007-07-01 16:40:36 : <SLIP> Updated DPsFnshr.ini to disable KTD.
2007-07-01 16:40:36 : <SLIP> Updated \I386\winnt.sif's GUIRunOnce section.
2007-07-01 16:40:36 : <SLIP> Slipstream finished in 20 seconds.
2007-07-01 16:40:41 : <CLNP> Temporary working directory successfully deleted.
2007-07-01 16:40:41 : Program terminated.

Finisher

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

ACPI\ATK0110\1010110                                        : ATK0110 ACPI UTILITY
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI-vaste-functieknop
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_0                : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_1                : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
ACPI\PNP0000\4&14C67D85&0                                   : Programmeerbare interruptcontroller
ACPI\PNP0100\4&14C67D85&0                                   : Systeemtimer
ACPI\PNP0103\4&14C67D85&0                                   : High Precision Event Timer
ACPI\PNP0200\4&14C67D85&0                                   : Controller voor directe geheugentoegang
ACPI\PNP0303\4&14C67D85&0                                   : PS/2 Keyboard
ACPI\PNP0401\4&14C67D85&0                                   : ECP-printerpoort (LPT1)
ACPI\PNP0501\1                                              : Communicatiepoort (COM1)
ACPI\PNP0700\4&14C67D85&0                                   : Standaarddiskettestationcontroller
ACPI\PNP0800\4&14C67D85&0                                   : Systeemluidspreker
ACPI\PNP0A08\0                                              : PCI-bus
ACPI\PNP0B00\4&14C67D85&0                                   : Systeem-CMOS/Real-timeklok
ACPI\PNP0C01\1                                              : Systeemkaart
ACPI\PNP0C01\A                                              : Systeemkaart
ACPI\PNP0C02\0                                              : Moederbordbronnen
ACPI\PNP0C02\10                                             : Moederbordbronnen
ACPI\PNP0C02\11                                             : Moederbordbronnen
ACPI\PNP0C02\2E                                             : Moederbordbronnen
ACPI\PNP0C04\4&14C67D85&0                                   : Numerieke-gegevensprocessor
ACPI\PNP0C0C\AA                                             : ACPI-aan/uit-knop
ACPI_HAL\PNP0C08\0                                          : Systeem dat voldoet aan Microsoft ACPI
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor-pc
25 matching device(s) found.

2007-07-01 18:04:23 : <INIT> 2. PCI devices

PCI\VEN_10DE&DEV_0191&SUBSYS_22501682&REV_A2\4&2B9C2F50&0&0008: NVIDIA GeForce 8800 GTX
PCI\VEN_1106&DEV_3044&SUBSYS_2A221043&REV_80\4&1FAF5EA3&0&18F0: VIA OHCI Compliant IEEE 1394 Host Controller
PCI\VEN_1969&DEV_1048&SUBSYS_82261043&REV_B0\4&935E26E&0&00E3: Attansic L1 Gigabit Ethernet 10/100/1000Base-T Adapter
PCI\VEN_197B&DEV_2363&SUBSYS_81E41043&REV_02\4&18CD42CE&0&00E4: JMicron JMB36X Controller
PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_F2\3&11583659&0&F0: Intel(R) 82801 PCI Bridge - 244E
PCI\VEN_8086&DEV_2810&SUBSYS_00000000&REV_02\3&11583659&0&F8: Intel(R) ICH8/ICH8R Family LPC Interface Controller - 2810
PCI\VEN_8086&DEV_2822&SUBSYS_81EC1043&REV_02\3&11583659&0&FA: Intel(R) 82801HR/HH/HO SATA RAID Controller
PCI\VEN_8086&DEV_2830&SUBSYS_81EC1043&REV_02\3&11583659&0&E8: Intel(R) ICH8 Family USB Universal Host Controller - 2830
PCI\VEN_8086&DEV_2831&SUBSYS_81EC1043&REV_02\3&11583659&0&E9: Intel(R) ICH8 Family USB Universal Host Controller - 2831
PCI\VEN_8086&DEV_2832&SUBSYS_81EC1043&REV_02\3&11583659&0&EA: Intel(R) ICH8 Family USB Universal Host Controller - 2832
PCI\VEN_8086&DEV_2834&SUBSYS_81EC1043&REV_02\3&11583659&0&D0: Intel(R) ICH8 Family USB Universal Host Controller - 2834
PCI\VEN_8086&DEV_2835&SUBSYS_81EC1043&REV_02\3&11583659&0&D1: Intel(R) ICH8 Family USB Universal Host Controller - 2835
PCI\VEN_8086&DEV_2836&SUBSYS_81EC1043&REV_02\3&11583659&0&EF: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836
PCI\VEN_8086&DEV_283A&SUBSYS_81EC1043&REV_02\3&11583659&0&D7: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A
PCI\VEN_8086&DEV_283E&SUBSYS_81EC1043&REV_02\3&11583659&0&FB: Intel(R) ICH8 Family SMBus Controller - 283E
PCI\VEN_8086&DEV_283F&SUBSYS_00000000&REV_02\3&11583659&0&E0: Intel(R) ICH8 Family PCI Express Root Port 1 - 283F
PCI\VEN_8086&DEV_2845&SUBSYS_00000000&REV_02\3&11583659&0&E3: Intel(R) ICH8 Family PCI Express Root Port 4 - 2845
PCI\VEN_8086&DEV_2847&SUBSYS_00000000&REV_02\3&11583659&0&E4: Intel(R) ICH8 Family PCI Express Root Port 5 - 2847
PCI\VEN_8086&DEV_284B&SUBSYS_81EC1043&REV_02\3&11583659&0&D8: PCI Device
PCI\VEN_8086&DEV_29A0&SUBSYS_00000000&REV_02\3&11583659&0&00: Intel(R) P965/G965/G35 Processor to I/O Controller - 29A0
PCI\VEN_8086&DEV_29A1&SUBSYS_00000000&REV_02\3&11583659&0&08: Intel(R) P965/G965/G35 PCI Express Root Port - 29A1
21 matching device(s) found.

2007-07-01 18:04:23 : <INIT> 3. HDAUDIO devices

No matching devices found.

2007-07-01 18:04:23 : <INIT> 4. USB devices

USB\ROOT_HUB\4&10B2C51B&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&2600A89F&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&270D945D&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&2FB3158C&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&3B6FF112&0                                   : USB-hoofdhub
USB\ROOT_HUB20\4&1087794A&0                                 : USB-hoofdhub
USB\ROOT_HUB20\4&27A8BD23&0                                 : USB-hoofdhub
USB\VID_046D&PID_C018\5&2C65B59D&0&1                        : USB-HID
8 matching device(s) found.

2007-07-01 18:04:23 : <INIT> Logging of HWIDs complete.
2007-07-01 18:04:23 : <INIT> Found .ini file for DriverPack CPU! ("C:\DriverPack_CPU_wnt5_x86-32.ini")
2007-07-01 18:04:23 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:23 : <DBG>          [0] => CPU
2007-07-01 18:04:23 : <DBG>      )
2007-07-01 18:04:23 : <INIT>     Processing driver exceptions section [CPU].
2007-07-01 18:04:23 : <INIT>         Importing exceptions for this driver because the directory "C:\D\\CPU" did exist.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-07-01 18:04:23 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:23 : <INIT> Number of exceptions imported for this DriverPack: 1.
2007-07-01 18:04:23 : <INIT> Total number of exceptions: 1.
2007-07-01 18:04:23 : <DBG>  exceptions[0][0]: 1
2007-07-01 18:04:23 : <DBG>  exceptions[0][1]: 1
2007-07-01 18:04:23 : <INIT> Found .ini file for DriverPack Graphics A! ("C:\DriverPack_Graphics_A_wnt5_x86-32.ini")
2007-07-01 18:04:23 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:23 : <DBG>          [0] => A-1
2007-07-01 18:04:23 : <DBG>      )
2007-07-01 18:04:23 : <INIT>     Processing driver exceptions section [A-1].
2007-07-01 18:04:23 : <INIT>         Importing exceptions for this driver because the directory "C:\D\G\A\1" did exist.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 1 of 2 for this driver.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 2 of 2 for this driver.
2007-07-01 18:04:23 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:23 : <INIT> Number of exceptions imported for this DriverPack: 1.
2007-07-01 18:04:23 : <INIT> Total number of exceptions: 3.
2007-07-01 18:04:23 : <DBG>  exceptions[0][0]: 3
2007-07-01 18:04:23 : <DBG>  exceptions[0][1]: 3
2007-07-01 18:04:23 : <INIT> Found .ini file for DriverPack Graphics B! ("C:\DriverPack_Graphics_B_wnt5_x86-32.ini")
2007-07-01 18:04:23 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:23 : <DBG>          [0] => 3-1
2007-07-01 18:04:23 : <DBG>          [1] => A-2
2007-07-01 18:04:23 : <DBG>          [2] => A-5
2007-07-01 18:04:23 : <DBG>      )
2007-07-01 18:04:23 : <INIT>     Processing driver exceptions section [3-1].
2007-07-01 18:04:23 : <INIT>         Importing exceptions for this driver because the directory "C:\D\G\3\1" did exist.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-07-01 18:04:23 : <INIT>     Processing driver exceptions section [A-2].
2007-07-01 18:04:23 : <INIT>         Importing exceptions for this driver because the directory "C:\D\G\A\2" did exist.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-07-01 18:04:23 : <INIT>     Processing driver exceptions section [A-5].
2007-07-01 18:04:23 : <INIT>         Importing exceptions for this driver because the directory "C:\D\G\A\5" did exist.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-07-01 18:04:23 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:23 : <INIT> Number of exceptions imported for this DriverPack: 3.
2007-07-01 18:04:23 : <INIT> Total number of exceptions: 6.
2007-07-01 18:04:23 : <DBG>  exceptions[0][0]: 6
2007-07-01 18:04:23 : <DBG>  exceptions[0][1]: 6
2007-07-01 18:04:23 : <INIT> Found .ini file for DriverPack Graphics C! ("C:\DriverPack_Graphics_C_wnt5_x86-32.ini")
2007-07-01 18:04:23 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:23 : <DBG>          [0] => A-2
2007-07-01 18:04:23 : <DBG>      )
2007-07-01 18:04:23 : <INIT>     Processing driver exceptions section [A-2].
2007-07-01 18:04:23 : <INIT>         Importing exceptions for this driver because the directory "C:\D\G\A\2" did exist.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-07-01 18:04:23 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:23 : <INIT> Number of exceptions imported for this DriverPack: 1.
2007-07-01 18:04:23 : <INIT> Total number of exceptions: 7.
2007-07-01 18:04:23 : <DBG>  exceptions[0][0]: 7
2007-07-01 18:04:23 : <DBG>  exceptions[0][1]: 7
2007-07-01 18:04:23 : <INIT> Found .ini file for DriverPack LAN! ("C:\DriverPack_LAN_wnt5_x86-32.ini")
2007-07-01 18:04:23 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:23 : <DBG>          [0] => NV-3
2007-07-01 18:04:23 : <DBG>      )
2007-07-01 18:04:23 : <INIT>     Processing driver exceptions section [NV-3].
2007-07-01 18:04:23 : <INIT>         Importing exceptions for this driver because the directory "C:\D\L\NV\3" did exist.
2007-07-01 18:04:23 : <INIT>         Importing the full requirements for exception 1 of 1 for this driver.
2007-07-01 18:04:23 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:23 : <INIT> Number of exceptions imported for this DriverPack: 1.
2007-07-01 18:04:23 : <INIT> Total number of exceptions: 8.
2007-07-01 18:04:23 : <DBG>  exceptions[0][0]: 8
2007-07-01 18:04:23 : <DBG>  exceptions[0][1]: 8
2007-07-01 18:04:23 : <INIT> Found .ini file for DriverPack MassStorage! ("C:\DriverPack_MassStorage_wnt5_x86-32.ini")
2007-07-01 18:04:23 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:23 : <DBG>          [0] => 3-1
2007-07-01 18:04:23 : <DBG>          [1] => 3-1-O
2007-07-01 18:04:23 : <DBG>          [2] => 3-2
2007-07-01 18:04:23 : <DBG>          [3] => 3-3
2007-07-01 18:04:23 : <DBG>          [4] => A-1
2007-07-01 18:04:23 : <DBG>          [5] => A-2
2007-07-01 18:04:23 : <DBG>          [6] => A-3
2007-07-01 18:04:23 : <DBG>          [7] => A-4
2007-07-01 18:04:23 : <DBG>          [8] => A-5
2007-07-01 18:04:23 : <DBG>          [9] => A-6
2007-07-01 18:04:23 : <DBG>          [10] => A-7
2007-07-01 18:04:23 : <DBG>          [11] => A-8
2007-07-01 18:04:23 : <DBG>          [12] => AD-2
2007-07-01 18:04:23 : <DBG>          [13] => AD-3
2007-07-01 18:04:23 : <DBG>          [14] => AD-4
2007-07-01 18:04:23 : <DBG>          [15] => AD-5
2007-07-01 18:04:23 : <DBG>          [16] => AD-6
2007-07-01 18:04:23 : <DBG>          [17] => AD-6-C
2007-07-01 18:04:23 : <DBG>          [18] => AD-7
2007-07-01 18:04:23 : <DBG>          [19] => AD-8
2007-07-01 18:04:23 : <DBG>          [20] => AM
2007-07-01 18:04:23 : <DBG>          [21] => AR
2007-07-01 18:04:23 : <DBG>          [22] => AT
2007-07-01 18:04:24 : <DBG>          [23] => AU-1
2007-07-01 18:04:24 : <DBG>          [24] => AU-2
2007-07-01 18:04:24 : <DBG>          [25] => AU-3
2007-07-01 18:04:24 : <DBG>          [26] => C
2007-07-01 18:04:24 : <DBG>          [27] => C-1
2007-07-01 18:04:24 : <DBG>          [28] => C-2
2007-07-01 18:04:24 : <DBG>          [29] => D-1
2007-07-01 18:04:24 : <DBG>          [30] => D-2
2007-07-01 18:04:24 : <DBG>          [31] => E
2007-07-01 18:04:24 : <DBG>          [32] => H-1
2007-07-01 18:04:24 : <DBG>          [33] => H-1-R
2007-07-01 18:04:24 : <DBG>          [34] => H-2
2007-07-01 18:04:24 : <DBG>          [35] => H-3
2007-07-01 18:04:24 : <DBG>          [36] => H-4
2007-07-01 18:04:24 : <DBG>          [37] => H-5
2007-07-01 18:04:24 : <DBG>          [38] => H-6
2007-07-01 18:04:24 : <DBG>          [39] => H-6-2k3
2007-07-01 18:04:24 : <DBG>          [40] => H-7
2007-07-01 18:04:24 : <DBG>          [41] => H-8
2007-07-01 18:04:24 : <DBG>          [42] => AD-1
2007-07-01 18:04:24 : <DBG>          [43] => I-1
2007-07-01 18:04:24 : <DBG>          [44] => I-2
2007-07-01 18:04:24 : <DBG>          [45] => IN-R
2007-07-01 18:04:24 : <DBG>          [46] => IN-3
2007-07-01 18:04:24 : <DBG>          [47] => IN-2
2007-07-01 18:04:24 : <DBG>          [48] => IN-1
2007-07-01 18:04:24 : <DBG>          [49] => AD-A
2007-07-01 18:04:24 : <DBG>          [50] => IT
2007-07-01 18:04:24 : <DBG>          [51] => J
2007-07-01 18:04:24 : <DBG>          [52] => L-1
2007-07-01 18:04:24 : <DBG>          [53] => L-2
2007-07-01 18:04:24 : <DBG>          [54] => L-3
2007-07-01 18:04:24 : <DBG>          [55] => L-4
2007-07-01 18:04:24 : <DBG>          [56] => L-5
2007-07-01 18:04:24 : <DBG>          [57] => M
2007-07-01 18:04:24 : <DBG>          [58] => M-O
2007-07-01 18:04:24 : <DBG>          [59] => N-tm
2007-07-01 18:04:24 : <DBG>          [60] => P-1
2007-07-01 18:04:24 : <DBG>          [61] => P-2
2007-07-01 18:04:24 : <DBG>          [62] => P-2-A
2007-07-01 18:04:24 : <DBG>          [63] => P-3
2007-07-01 18:04:24 : <DBG>          [64] => P-4
2007-07-01 18:04:24 : <DBG>          [65] => P-5
2007-07-01 18:04:24 : <DBG>          [66] => P-6
2007-07-01 18:04:24 : <DBG>          [67] => P-7
2007-07-01 18:04:24 : <DBG>          [68] => P-8
2007-07-01 18:04:24 : <DBG>          [69] => P-9
2007-07-01 18:04:24 : <DBG>          [70] => P-A
2007-07-01 18:04:24 : <DBG>          [71] => P-A-K
2007-07-01 18:04:24 : <DBG>          [72] => Q-1
2007-07-01 18:04:24 : <DBG>          [73] => Q-2
2007-07-01 18:04:24 : <DBG>          [74] => Q-3
2007-07-01 18:04:24 : <DBG>          [75] => Q-4
2007-07-01 18:04:24 : <DBG>          [76] => S-1
2007-07-01 18:04:24 : <DBG>          [77] => S-3
2007-07-01 18:04:24 : <DBG>          [78] => S-5
2007-07-01 18:04:24 : <DBG>          [79] => S-5-A
2007-07-01 18:04:24 : <DBG>          [80] => S-7
2007-07-01 18:04:24 : <DBG>          [81] => S-7-A
2007-07-01 18:04:24 : <DBG>          [82] => S-9
2007-07-01 18:04:24 : <DBG>          [83] => S-A
2007-07-01 18:04:24 : <DBG>          [84] => S-C
2007-07-01 18:04:24 : <DBG>          [85] => S-2
2007-07-01 18:04:24 : <DBG>          [86] => S-4
2007-07-01 18:04:24 : <DBG>          [87] => AD-9
2007-07-01 18:04:24 : <DBG>          [88] => S-6
2007-07-01 18:04:24 : <DBG>          [89] => S-8
2007-07-01 18:04:24 : <DBG>          [90] => S-B
2007-07-01 18:04:24 : <DBG>          [91] => SI-1
2007-07-01 18:04:24 : <DBG>          [92] => SI-2
2007-07-01 18:04:24 : <DBG>          [93] => SI-3
2007-07-01 18:04:24 : <DBG>          [94] => SI-4
2007-07-01 18:04:24 : <DBG>          [95] => V-1
2007-07-01 18:04:24 : <DBG>          [96] => V-2
2007-07-01 18:04:24 : <DBG>          [97] => V-3
2007-07-01 18:04:24 : <DBG>          [98] => V-4
2007-07-01 18:04:24 : <DBG>          [99] => VM
2007-07-01 18:04:24 : <DBG>      )
2007-07-01 18:04:24 : <INIT>     Processing driver exceptions section 

----------------


2007-07-01 18:04:26 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:26 : <INIT> Number of exceptions imported for this DriverPack: 100.
2007-07-01 18:04:26 : <INIT> Total number of exceptions: 8.
2007-07-01 18:04:26 : <DBG>  exceptions[0][0]: 8
2007-07-01 18:04:26 : <DBG>  exceptions[0][1]: 8
2007-07-01 18:04:26 : <INIT> Found .ini file for DriverPack Sound A! ("C:\DriverPack_Sound_A_wnt5_x86-32.ini")
2007-07-01 18:04:26 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:26 : <DBG>          [0] => CR-1
2007-07-01 18:04:26 : <DBG>          [1] => CR-2
2007-07-01 18:04:26 : <DBG>          [2] => CR-3
2007-07-01 18:04:26 : <DBG>          [3] => N
2007-07-01 18:04:26 : <DBG>          [4] => V-1
2007-07-01 18:04:26 : <DBG>          [5] => V-2
2007-07-01 18:04:26 : <DBG>      )
2007-07-01 18:04:26 : <INIT>     Processing driver exceptions section


----------------

2007-07-01 18:04:28 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:28 : <INIT> Number of exceptions imported for this DriverPack: 6.
2007-07-01 18:04:28 : <INIT> Total number of exceptions: 13.
2007-07-01 18:04:28 : <DBG>  exceptions[0][0]: 13
2007-07-01 18:04:28 : <DBG>  exceptions[0][1]: 13
2007-07-01 18:04:28 : <INIT> Found .ini file for DriverPack Sound B! ("C:\DriverPack_Sound_B_wnt5_x86-32.ini")
2007-07-01 18:04:28 : <DBG>      $dp_exceptions = array(
2007-07-01 18:04:28 : <DBG>          [0] => H-2
2007-07-01 18:04:28 : <DBG>          [1] => S-U
2007-07-01 18:04:28 : <DBG>          [2] => SI-1
2007-07-01 18:04:28 : <DBG>          [3] => SI-2
2007-07-01 18:04:28 : <DBG>          [4] => T-2
2007-07-01 18:04:28 : <DBG>          [5] => T-3
2007-07-01 18:04:28 : <DBG>          [6] => T-4
2007-07-01 18:04:28 : <DBG>          [7] => T-5
2007-07-01 18:04:28 : <DBG>      )
2007-07-01 18:04:28 : <INIT>     Processing driver exceptions section [

----------------

2007-07-01 18:04:29 : <INIT>     No exceptions disabled for this DriverPack.
2007-07-01 18:04:29 : <INIT> Number of exceptions imported for this DriverPack: 8.
2007-07-01 18:04:29 : <INIT> Total number of exceptions: 21.
2007-07-01 18:04:29 : <DBG>  exceptions[0][0]: 21
2007-07-01 18:04:29 : <DBG>  exceptions[0][1]: 21
2007-07-01 18:04:29 : <INIT> Processed settings.

----------------

2007-07-01 18:04:32 : <INIT> Detected a method 2 driver installation, the DevicePath value in the registry has been reset.
2007-07-01 18:04:32 : <FLTR> Collected the HWIDs for this system.
2007-07-01 18:04:32 : <FLTR> Verifying requirements for exception [CPU] (1 of 21 exceptions).
2007-07-01 18:04:32 : <FLTR> 	2. +hwids (ANY +hwids must be matched)
2007-07-01 18:04:32 : <FLTR> 		! Could not match any of the +hwids.
2007-07-01 18:04:32 : <FLTR> 	=> This exception will not be applied.
2007-07-01 18:04:32 : <FLTR> Verifying requirements for exception [A-1] (2 of 21 exceptions).
2007-07-01 18:04:32 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-07-01 18:04:32 : <FLTR> 		Found tagfile "C:\ATICCC.ins" (1/2).
2007-07-01 18:04:32 : <FLTR> 		Found tagfile "C:\D\G\A\1\ATICCC.exe" (2/2).
2007-07-01 18:04:32 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)
2007-07-01 18:04:32 : <FLTR> 		Wildcard specified for +infFiles requirement: scan for .inf files (1 of 1 +infFiles).
2007-07-01 18:04:32 : <FLTR> 		Checking .inf file "C:\D\G\A\1\CX_46743.inf".

----------------

2007-07-01 18:04:35 : <FLTR> 	=> This exception will not be applied.
2007-07-01 18:04:35 : <FLTR> Verifying requirements for exception [A-1] (3 of 21 exceptions).
2007-07-01 18:04:35 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-07-01 18:04:35 : <FLTR> 		! Could not find tagfile "C:\ATICCP.ins" (1 of 2 tagfiles).
2007-07-01 18:04:35 : <FLTR> 	=> This exception will not be applied.
2007-07-01 18:04:35 : <FLTR> Verifying requirements for exception [3-1] (4 of 21 exceptions).
2007-07-01 18:04:35 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-07-01 18:04:35 : <FLTR> 		! Could not find tagfile "C:\WINDOWS\system32\3dfxV2ps.dll" (1 of 1 tagfiles).
2007-07-01 18:04:35 : <FLTR> 	=> This exception will not be applied.
2007-07-01 18:04:35 : <FLTR> Verifying requirements for exception [A-2] (5 of 21 exceptions).
2007-07-01 18:04:35 : <FLTR> 	1. tagFiles (ALL tagFiles must be found)
2007-07-01 18:04:35 : <FLTR> 		Found tagfile "C:\D\G\A\2\CPanel.exe" (1/1).
2007-07-01 18:04:35 : <FLTR> 	4. +infFiles (ANY +infFiles must be matched)

----------------

2007-07-01 18:04:53 : <FLTR> Finished filtering exceptions.
2007-07-01 18:04:53 : <DBG>  0 exceptions have forfilled the requirements to be executed!
2007-07-01 18:04:53 : <KTD>  KTD will not be applied, the DriverPacks will be deleted.
2007-07-01 18:05:27 : <CLNP> Could not delete the DriverPacks, which are located in "C:\D".
2007-07-01 18:05:27 : <CLNP> Added new value to the RunOnce key in the registry: the cleanup of the "C:\D" directory will be retried (through CLI, not through the Finisher) after a reboot.
2007-07-01 18:05:27 : <CLNP> Deleted "C:\hwids.dat"!
2007-07-01 18:05:27 : <CLNP> Deleted "C:\DPsFnshr.ini"!
2007-07-01 18:05:27 : <CLNP> Deleted "C:\devcon.exe"!
2007-07-01 18:05:27 : <CLNP> Deleted "C:\makePNF.exe"!
2007-07-01 18:05:27 : <CLNP> Deleted "C:\pmtimer.exe"!
2007-07-01 18:05:27 : <CLNP> Deleted "C:\*.ins"!
2007-07-01 18:05:27 : <CLNP> Deleted "C:\DSPdsblr.exe"!
2007-07-01 18:05:28 : <CLNP> Deleted "C:\DriverPack_*.ini"!
2007-07-01 18:05:28 : <CLNP> Deleted "C:\mute.exe"!
2007-07-01 18:05:28 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2007-07-01 18:05:28 : Program terminated.

It Seems (at a quick glance) your HWID is not yet supported.

That would need to be checked first I dont see anything else ...
Bâshrat the Sneaky or Ruud may - I haven't learned  much about the finisher yet...

5,133

(15 replies, posted in Software)

if you have a windows install taht doesnt have all the drivers installed already it would be assumed that it is a new install?

Since our project slipstreams drivers into the install package we tend to avoid unsupported devices in device manager.

so... I am not sure how to make windows "re-enumerate", but if you use the driverpacks as intended you won't have this problem.

If you were useing method one to create your disk all the drivers would be available to windows (search the cd from new hardware wizard) however you would have to either uninstall all of them and search for new hardware or manualy update each unsupported device.

does anyone else have any thoughts on this...?

need more info from you it doesn't say why it considered them a risk?
(what rule did it flag them on)

the short answer is to tell SAV to ignore them.

@mzn

see posts 23 and 27 - it was just an outline aimed at an experienced user if you need more help
like detailed instructions let us know or...

if you subscribe to this thread there may be a test pack in the works

Thanks for all the feedback Kurt!

5,137

(6 replies, posted in DriverPack Graphics)

if the driver fixes your issue let us know and it might be added

or if you need more help please ask!

Anyone test the new version to verify my fix - it worked for me?

5,139

(16 replies, posted in DriverPack Sound)

The log shows the HDA hot fix was not installed by base because it was applied by the meulc update.

try it without the Meulc updates and then report back.

which ICH drivers are not included?

READ BEFORE YOU ASK http://forum.driverpacks.net/viewtopic.php?id=4

you are the man! Bâshrat the Sneaky

you will need to tag a few extra drivers for disable If OS in mass storage inf to get going again.

pick a couple of them you won't need.
the following actions will make it work again since this error happens when too much ram is consumed by loading text mode drivers.  Additionaly this error may show up on one of your systems but not another.

add this line to some unused driver sections of DriverPack_MassStorage_wnt5_x86-32.ini in the mass storage pack. adding the below line will prevent that driver from being loaded during text mode.
The driver will still be available as a plug and play driver for windows - just not for text mode.

ms_1_exc_disableIfOS= "w2k"

7.05.2 is posted, I think it cures this issue

7.05.2 is available let me know if the issue is gone now.

Bâshrat the Sneaky:  the QSC doesn't have to be erased at all
except for old QSC stuff but otherwise... not at all

Jeff: he was substituteing 7.04 pack for the 7.05 pack he needed to otherwise it would have used the 705 again?

Bâshrat the Sneaky: it isn't neccessary to delete the QSC stuff for that
Just move the 7.05 DP out of the DriverPacks directory
so only 7.04 would be present there. The base would then detect 7.04 as the newest version

Jeff: I see

Bâshrat the Sneaky: The base uses the version detected in the DriverPacks directory as the version for the QSC scanning.

So...

Jeff: OK,  Thank You Sir!

edited for clarity from a recent chat

5,146

(6 replies, posted in DriverPack Graphics)

most laptops mod the chipsets for power consumption and special features liek widscreen
(they buy the rights to do so from the chipset supplier)

You will need to get the nvidia driver for your laptop from sony most likely to fix this.

@Bâshrat the Sneaky I think I was more clear with my second post. which "crossed in the mail" with your post.

i changed a line in mod_slip_wnt5_x86-32_any_funcs.au3 near line number 160
(it seems i was mistaken about not changing the m1 code since now it looks like i did)


elseIf $set_qsc=="no" then
    local $destDir = $slip_dps_destDir
endIf

i made it

$fi_destDir = $slip_dps_destDir & "\" & $_BPEout


this added an extra \ to the path for slipstreaming when useing m1 (i guess we didn't test M1 before release)

Im almost done with a test run of 7.05.2

Kurt_Aust wrote:

I would suggest changing the text on the settings page to

QuickStream Cache
Enable  (recommended for Slipstream method 1)
Disable (recommended for Slipstream method 2)

I belive that is a good suggestion, and not presumptuous at all. I'll add it to 7.05.2 english version

Ill have to get with the translations team to get it fixed for the other languages

it is possable your problem is related to this one
http://forum.driverpacks.net/viewtopic.php?pid=11185
if i am correct both issues will be fixed in a minute 7.05.2