Topic: [SLVD] driverpacks finnisher problems
Hello, I am making a multiboot disck of xp with the driverpacks.
driver-packs finisher launches during the t-13 time of xp install and works great. however an error pops up saying it cannot locate the settings file, when the settings file is located on the disc inside the oem folder with the reset of the driver packs stuff.
it is launched using the custom command instead of the guirunonce or the runonceex
here is the log file from windows after the install.
DPsFnshr
2011-01-01 23:42:15 : <INIT> DriverPacks Finisher 10.06 initialized.
2011-01-01 23:42:15 : <INIT> Splash screen initialized.
2011-01-01 23:42:15 : <INIT> Detected platform wnt5_x86-32.
2011-01-01 23:42:15 : <INIT> Start logging of system variables available for use by the exceptions:
2011-01-01 23:42:15 : <INIT> %finisherdir% = C:
2011-01-01 23:42:15 : <INIT> %systemdrive% = C:
2011-01-01 23:42:15 : <INIT> %systemroot% = C:\WINDOWS
2011-01-01 23:42:15 : <INIT> %windir% = C:\WINDOWS
2011-01-01 23:42:15 : <INIT> %programfiles% = C:\Program Files
2011-01-01 23:42:15 : <INIT> %dpsroot% =
2011-01-01 23:42:15 : <INIT> %dpstmp% = C:\tmp
2011-01-01 23:42:15 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2011-01-01 23:42:15 : <INIT> devcon.exe not present: no HWIDs can be logged.
2011-01-01 23:42:15 : <CRIT> Could not find settings file!
2011-01-01 23:42:20 : <CLNP> Deleted "C:\DSPdsblr.exe"!
2011-01-01 23:42:20 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2011-01-01 23:42:20 : Program terminated.
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 = "I:\Template for AIO Disc\ROOT\XP\HOME\OEM-DRIVERPACKS"
; none/all/select, if select, specify them below, if not specified: all
DriverPacks = "all"
; 1/2, method to install the DriverPacks, if not specified: 2
DPsMethod = "2"
; GUIRunOnce/RunOnceEx/custom, if not specified: GUIRunOnce
finisherMethod = "custom"
; 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 = "no"
DPsFnshr.ini in the oem folder with the driverpacks stuff
[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"
Last edited by donald7777 (2011-01-04 15:46:42)