Topic: DPs_Base DriverPacks selection list greyed out

I'm having a problem with DPs_Base wherein I can't select DriverPacks I've downloaded through the GUI.  I've tried everything I can think of and can't get the check boxes to light up.

I'm trying to create a BartPE integration and have put the necessary 7z files in the DriverPacks subfolder per the tutorial, but it will only compile the MassStorage Text.  I've even tried to manually change the "SelectDriverPacks" section of DPs_BASE.ini to "yes", but on slipstream the settings revert to "no".

Any ideas?

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	= "bartpe"
; trailing backslash is allowed, but not necessary
location	= "C:\Programs\BartPE\plugin"
; 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	= "no"
DP_Graphics_B	= "no"
DP_MassStorage	= "no"
DPs_3rd_party	= "no"
DP_MassStorage_textmode = "yes"

DPs_BASE.log

2007-09-28 14:53:03 : <INIT> DriverPacks BASE 7.05.2 initialized.
2007-09-28 14:53:03 : <INIT> Host environment: WIN_XP Service Pack 2 on X86 CPU.
2007-09-28 14:53:03 : <INIT> Created temporary working directory.
2007-09-28 14:53:03 : <INIT> Imported proxy settings from Internet Explorer.
2007-09-28 14:53:03 : <INIT> Start scanning for DriverPacks for the wnt5_x86-32 platform.
2007-09-28 14:53:03 : <INIT> 	Detected DriverPack Chipset 7.09!
2007-09-28 14:53:03 : <INIT> 	Detected DriverPack Graphics B 7.09.2!
2007-09-28 14:53:03 : <INIT> 	Detected DriverPack MassStorage 7.09.1!
2007-09-28 14:53:03 : <INIT> 	Detected 3rd party DriverPack(s).
2007-09-28 14:53:03 : <INIT> 	Finished scanning.
2007-09-28 14:53:03 : <INIT> Detected settings file "\\sc-it-net2\c$\DriverPacks\DPs_BASE.ini".
2007-09-28 14:53:03 : <INIT> C:\DriverPacks\BartPE\bartpe.* - files / folders not found. 
2007-09-28 14:53:03 : <INIT> Imported settings from settings file.
2007-09-28 14:53:03 : <INIT> [Settings]\DPsMethod not specified: default (2) was set.
2007-09-28 14:53:03 : <INIT> [Settings]\finisherMethod not specified: default (GUIRunOnce) was set.
2007-09-28 14:53:03 : <INIT> [OptionalSettings]\KTD not specified: default (none) was set.
2007-09-28 14:53:03 : <INIT> [OptionalSettings]\QSC not specified: default (yes) was set.
2007-09-28 14:53:03 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (CCC) was set.
2007-09-28 14:53:03 : <INIT> [OptionalSettings]\KTD default (false) was set.
2007-09-28 14:53:03 : <INIT> [OptionalSettings]\QSC default (no)    was set.
2007-09-28 14:53:03 : <GUI>  Initialized GUI.
2007-09-28 14:53:03 : <GUI>  Created a list of all available language files.
2007-09-28 14:53:03 : <GUI>  Set the last used language, English, as the GUI language.
2007-09-28 14:53:07 : <GUI>  C:\DriverPacks\BartPE\bartpe.* - files / folders not found. 
2007-09-28 14:53:08 : <GUI>  Changed installation platform from "disc" to "bartpe".
2007-09-28 14:53:24 : <GUI>  Changed Windows installation files OR export (depending on the installation platform) location to C:\Programs\BartPE\plugin.
2007-09-28 14:53:24 : <GUI>  The platform wnt5_x86-32_bartpe will be used (which is the 'bartpe' installation platform for the OS family 'wnt5_x86-32').
2007-09-28 14:59:41 : <GUI>  Closed GUI.
2007-09-28 14:59:41 : <GUI>  Saved settings!
2007-09-28 14:59:41 : <CLNP> Temporary working directory successfully deleted.
2007-09-28 14:59:41 : Program terminated.

Re: DPs_Base DriverPacks selection list greyed out

First, your log file indicates you're not using the .ini file you posted.  The settings just don't add up.
The DPBase is using the ini file here:

Detected settings file "\\sc-it-net2\c$\DriverPacks\DPs_BASE.ini"

I'm guessing that's the wrong settings file...right?

I don't use BartPE, so someone with experience should be able to help you.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: DPs_Base DriverPacks selection list greyed out

hi,
at the moment, the Bart-PE addon creation module will ONLY process Mass Storage DriverPacks, and txtmode.

The answer was 42?
Kind regards, Jaak.

Re: DPs_Base DriverPacks selection list greyed out

I'll update the online tute on pandora, and mention this in there.

The answer was 42?
Kind regards, Jaak.

Re: DPs_Base DriverPacks selection list greyed out

Jaak wrote:

hi,
at the moment, the Bart-PE addon creation module will ONLY process Mass Storage DriverPacks, and txtmode.

Ahh...  That clears the fog.  Thanks for the info!

BTW...Any chance that might change in future revs?

Re: DPs_Base DriverPacks selection list greyed out

The next pack to be supported will be LAN and Chipset, for now, we need to make sure there is no duplicated hwids in the LAN pack then it will make life easier for the coder. In a near future....

Last edited by JakeLD (2007-10-02 05:25:20)

Re: DPs_Base DriverPacks selection list greyed out

JakeLD wrote:

The next pack to be supported will be LAN and Chipset, for now, we need to make sure there is no duplicated hwids in the LAN pack then it will make life easier for the coder. In a near future....

Thanks!

Re: DPs_Base DriverPacks selection list greyed out

elwraith wrote:
JakeLD wrote:

The next pack to be supported will be LAN and Chipset, for now, we need to make sure there is no duplicated hwids in the LAN pack then it will make life easier for the coder. In a near future....

Thanks!

That's not true.  It only works with the disc option.  I just downloaded the latest version of driverpack base yesterday and I've tried the BartPE option  with mass storage driver pack but it's always greyed out, except for txtmode.

Re: DPs_Base DriverPacks selection list greyed out

Text mode IS mass storage support for bartPE

and im off most of next week perhaps soon is approaching...

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: DPs_Base DriverPacks selection list greyed out

Hi OverFlow.
I just looked at the PlugIn builder tutorial you prepared.

I will let these folks have a sneak preview.
BartPE/OverFlow/DPs_BartPE_HelpFile

The answer was 42?
Kind regards, Jaak.

Re: DPs_Base DriverPacks selection list greyed out

that was kind of the point of putting it together...
surprized it took almost a year for our first request for us to provide a help file / tutorial.
guess it is almost self explanitory.

Last edited by OverFlow (2007-11-17 21:22:52)

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.