1

(50 replies, posted in Software)

yeh thank you...

2

(50 replies, posted in Software)

any one plz help me

3

(50 replies, posted in Software)

hi im using DriverPack Solution  and try to install driver from network-share but fail...

any ideas

here my autoit script were i get from here http://www.msfn.org/board/tip-running-w … etwork+wpi ideas from win post installation..

;This script can run either one folder up from WPI.hta directly from the share itself or from another location if you specify the share.
;The directory structure must be like this: SomePath\SomeFolder\WPI\ where WPI.hta is in the WPI folder and this script is either in SomeFolder OR
;a share is specified with SomeFolder shared (as in, the share path would look like \\server\share\WPI with WPI.hta in the WPI folder)

AutoItSetOption("TrayIconHide",0)

;Change these values to suit your needs. You can also get rid of the If/ElseIf statements in the CallWPI function if you just use one config.
Global $CONFIG1="CONFIG.JS"
Global $CONFIG2="CONFIG.JS"
Global $USERNAME=""
Global $PASSWORD=""
Global $SHARE="\\10.0.0.200\DriverPack"

;Global variables needed for the rest of the program... DON'T CHANGE THESE VALUES.
Global $IEDebWritten=false
Global $DebWritten=false
Global $DRIVE=""

EnvSet("SEE_MASK_NOZONECHECKS",1)

SetDrive()
SetDebugger()
CallWPI()
ResetDebugger()
UnmapDrive()

EnvSet("SEE_MASK_NOZONECHECKS")

Exit

Func SetDrive()
    $trimmedpath=StringTrimRight(@ScriptDir,StringLen(@ScriptDir)-2)

    If StringLen($SHARE)=0 Then
        If $trimmedpath="\\" and $USERNAME="" Then
            $DRIVE=DriveMapAdd("*",@ScriptDir,8)
        ElseIf $trimmedpath="\\" and StringLen($USERNAME)>0 Then
            $DRIVE=DriveMapAdd("*",@ScriptDir,8,$USERNAME,$PASSWORD)
        ElseIf FileExists($trimmedpath & "\autorun.hta") Then
            $DRIVE=$trimmedpath
        Else
            $DRIVE=@ScriptDir
			
        EndIf
    ElseIf StringLen($SHARE)>0 and $USERNAME="" Then
        $DRIVE=DriveMapAdd("*",$SHARE,8)
    ElseIf StringLen($SHARE)>0 and StringLen($USERNAME)>0 Then
        $DRIVE=DriveMapAdd("*",$SHARE,8,$USERNAME,$PASSWORD)
    EndIf
EndFunc

Func SetDebugger()
    $IEDebValue=RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "DisableScriptDebuggerIE")
    
    If $IEDebValue="yes" Then
        RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "DisableScriptDebuggerIE", "REG_SZ", "no")
        $IEDebWritten=true
    ElseIf @error Then
        RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "DisableScriptDebuggerIE", "REG_SZ", "no")
    EndIf

    $DebValue=RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Disable Script Debugger")

    If $DebValue="yes" Then
        RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Disable Script Debugger", "REG_SZ", "no")
        $DebWritten=true
    ElseIf @error Then
        RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Disable Script Debugger", "REG_SZ", "no")        
    EndIf
EndFunc

Func CallWPI()
    If @OSVersion<>"WIN_Vista" Then

		RunWait($DRIVE & "\tools\mshta.exe " & '"' & $DRIVE & "\autorun.hta " & '"' & " config=" & '"' & $DRIVE & "\tools\" & $CONFIG1 & '"',"")
	
    ElseIf @OSVersion="WIN_Vista" Then
        ; This script requires full Administrative rights
#requireadmin
		RunWait($DRIVE & "\tools\mshta.exe " & '"' & $DRIVE & "\autorun.hta " & '"' & " config=" & '"' & $DRIVE & "\tools\" & $CONFIG2 & '"',"")
		
    EndIf
EndFunc

Func ResetDebugger()
    If $IEDebWritten=true Then
        RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "DisableScriptDebuggerIE", "REG_SZ", "yes")
    EndIf
    
    If $DebWritten=true Then
        RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Disable Script Debugger", "REG_SZ", "yes")
    EndIf
EndFunc

Func UnmapDrive()
    If DriveMapGet($DRIVE)=@ScriptDir or DriveMapGet($DRIVE)=$SHARE Then
        DriveMapDel($DRIVE)
    EndIf
EndFunc

here my log

DriverPack Solution 10.0 Beta (2010/04/04, R145Q Beta)
Version: Microsoft Windows XP Professional SP3
Architecture: 32-bit
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
GPU: VirtualBox Graphics Adapter
RAM: 191 MB
The JScript version is 5.7 Build 18066
Today: Sun Jun 20 23:11:15 UTC+0800 2010
env_windir=C:\WINDOWS
env_SystemRoot=C:\WINDOWS
env_SystemDrive=C:
env_temp=C:\DOCUME~1\usern\LOCALS~1\Temp
Locale: 409


Timer_clearcounters 10
Timer_Loaded_hardware 190


MICROSOFT WINDOWS XP [VERSION 5.1.2600]

Found devices: 0
Timer_hardware_update 7070

DRP: drp
0 bytes actually read from dev_db\Cardreaders_x64_911_drp.txt
0 bytes actually read from dev_db\DP_AMD_CPU_wnt5_x86-32_912_drp.txt
0 bytes actually read from dev_db\DP_Audio_wnt6-x64_1004_drp.txt
0 bytes actually read from dev_db\DP_Audio_wnt6-x86_1004_drp.txt
0 bytes actually read from dev_db\DP_CableModem_wnt6-x86_1001_drp.txt
0 bytes actually read from dev_db\DP_CardReaders_wnt6-x86_1001_drp.txt
0 bytes actually read from dev_db\DP_Chipset_wnt5_x86-32_10052_drp.txt
0 bytes actually read from dev_db\DP_Chipset_wnt6-x64_1003_drp.txt
0 bytes actually read from dev_db\DP_Chipset_wnt6-x86_1003_drp.txt
0 bytes actually read from dev_db\DP_CPU_wnt5_x86-32_1005_drp.txt
0 bytes actually read from dev_db\DP_Graphics_A_wnt5_x86-32_1005_drp.txt
0 bytes actually read from dev_db\DP_Graphics_A_wnt6-x64_1004_drp.txt
0 bytes actually read from dev_db\DP_Graphics_A_wnt6-x86_1004_drp.txt
0 bytes actually read from dev_db\DP_Graphics_B_wnt5_x86-32_1005_drp.txt
0 bytes actually read from dev_db\DP_Graphics_B_wnt6-x64_10041_drp.txt
0 bytes actually read from dev_db\DP_Graphics_B_wnt6-x86_10041_drp.txt
0 bytes actually read from dev_db\DP_Graphics_C_wnt5_x86-32_1005_drp.txt
0 bytes actually read from dev_db\DP_Graphics_Mobile_wnt6-x64_1004_drp.txt
0 bytes actually read from dev_db\DP_Graphics_Mobile_wnt6-x86_1004_drp.txt
0 bytes actually read from dev_db\DP_LAN_wnt5_x86-32_10051_drp.txt
0 bytes actually read from dev_db\DP_LAN_wnt6-x64_1003_drp.txt
0 bytes actually read from dev_db\DP_LAN_wnt6-x86_1003_drp.txt
0 bytes actually read from dev_db\DP_MassStorage_wnt5_x86-32_901_drp.txt
0 bytes actually read from dev_db\DP_MassStorage_wnt6-x64_1003_drp.txt
0 bytes actually read from dev_db\DP_MassStorage_wnt6-x86_1003_drp.txt
0 bytes actually read from dev_db\DP_Modem_wnt6-x86_1001_drp.txt
0 bytes actually read from dev_db\DP_Monitors_wnt6-x86_1001_drp.txt
0 bytes actually read from dev_db\DP_Runtimes_wnt5_x86-32_1005_drp.txt
0 bytes actually read from dev_db\DP_Sound_A_wnt5_x86-32_1003_drp.txt
0 bytes actually read from dev_db\DP_Sound_B_wnt5_x86-32_1003_drp.txt
0 bytes actually read from dev_db\DP_Touchpad_Mouse_wnt6-x64_1003_drp.txt
0 bytes actually read from dev_db\DP_Touchpad_Mouse_wnt6-x86_1003_drp.txt
0 bytes actually read from dev_db\DP_TVcard_wnt6-x86_1001_drp.txt
0 bytes actually read from dev_db\DP_Webcam_wnt6-x86_1001_drp.txt
0 bytes actually read from dev_db\DP_WLAN_wnt5_x86-32_10051_drp.txt
0 bytes actually read from dev_db\DP_WLAN_wnt6-x64_1004_drp.txt
0 bytes actually read from dev_db\DP_WLAN_wnt6-x86_1004_drp.txt
0 bytes actually read from dev_db\Misc_x64_911_drp.txt
0 bytes actually read from dev_db\Monitors_x64_911_drp.txt
0 bytes actually read in total
Timer_Index_complite 10475


Timer_drivers_scaned 0

Groups
  driver_available: 0
  no_driver: 0
  driver_new: 0
  driver_uptodate: 0
  driver_old: 0
  driver_unknown: 0
  driverpacks: 39

Timer_ready 381

Deleting temp files...
Done 90
Shutting down...

here link for massstorage driver
this is for raid
http://download.biostar.com.tw/upload/D … d_xp32.exe
this is for achi
http://download.biostar.com.tw/upload/D … e_xp32.exe

can u teach me how to add massstorage driver ,, i`m trying to add before but fail but with nlite ok.. roll


this is what im trying edit

a) i`m replace \D\M\NV6\ with new driver
b) then i edit "DriverPack_MassStorage_wnt5_x86-32.ini" in the [nv6] section

 [NV6]
ms_count=1
ms_1_deviceName="NVIDIA AHCI DRIVER (SCSI)"
ms_1_tag="nvgts"
ms_1_sysFile="nvgts.sys"
ms_1_hwids="PCI\VEN_10DE&DEV_0036&CC_0101,PCI\VEN_10DE&DEV_003E&CC_0101,PCI\VEN_10DE&DEV_0054&CC_0101,PCI\VEN_10DE&DEV_0055&CC_0101,PCI\VEN_10DE&DEV_0266&CC_0101,PCI\VEN_10DE&DEV_0267&CC_0101,PCI\VEN_10DE&DEV_037E&CC_0101,PCI\VEN_10DE&DEV_037F&CC_0101,PCI\VEN_10DE&DEV_036F&CC_0101,PCI\VEN_10DE&DEV_03F6&CC_0101,PCI\VEN_10DE&DEV_03F7&CC_0101,PCI\VEN_10DE&DEV_03E7&CC_0101,PCI\VEN_10DE&DEV_044D&CC_0106,PCI\VEN_10DE&DEV_044E&CC_0106,PCI\VEN_10DE&DEV_044F&CC_0106,PCI\VEN_10DE&DEV_0554&CC_0106,PCI\VEN_10DE&DEV_0555&CC_0106,PCI\VEN_10DE&DEV_0556&CC_0106,PCI\VEN_10DE&DEV_07F4&CC_0106,PCI\VEN_10DE&DEV_07F5&CC_0106,PCI\VEN_10DE&DEV_07F6&CC_0106,PCI\VEN_10DE&DEV_07F7&CC_0106,PCI\VEN_10DE&DEV_0768&CC_0106,PCI\VEN_10DE&DEV_0AD5&CC_0106,PCI\VEN_10DE&DEV_0AD4&CC_0106,PCI\VEN_10DE&DEV_0AB9&CC_0106,PCI\VEN_10DE&DEV_0AB8&CC_0106,PCI\VEN_10DE&DEV_0BCC&CC_0106,PCI\VEN_10DE&DEV_0BCD&CC_0106"
ms_1_isBusExtender=false
ms_1_exc_disableIfOS="w2k"

anything wrong?



another question

i use nlite for slipstream massstorage driver, its works detect my hdd n complete windows installation... smile .without install any driver

but if i combine nlite + driverpack base. its fail .:( why?

Original title: [REQ] nForce Raid PCI\VEN_10DE&DEV_0550


Hi,
I created a unintended  XP SP3 with nlite as source and DriverPacks Base 8.12 + all driver pack ("DriverPack MassStorage 9.01text mode" selected), but not work..

then i chose option to slipstream massStorage driver with nlite + slipstream all driver using DriverPacks Base 8.12 without massStorage driver  + text mode not selected ... installation work fine but first login fail with windows blue error 0x0000007B (0xf78a2524, 0xc0000034 .......)......

but if i switch bios option from raid to ide all work fine with all driver install ...

any IDEA,


------>From the HWID's tool:

=========== 
PCI Devices 
=========== 
PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0: PCI standard host CPU bridge
PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1: PCI standard host CPU bridge
PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2: PCI standard host CPU bridge
PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3: PCI standard host CPU bridge
PCI\VEN_10DE&DEV_053A&SUBSYS_14061565&REV_A2\3&2411E6FE&0&90: NVIDIA GeForce 7050 SE / NVIDIA nForce 630a
PCI\VEN_10DE&DEV_0541&SUBSYS_00000000&REV_A2\3&2411E6FE&0&0A: PCI standard RAM Controller
PCI\VEN_10DE&DEV_0542&SUBSYS_34091565&REV_A2\3&2411E6FE&0&09: NVIDIA nForce PCI System Management
PCI\VEN_10DE&DEV_0547&SUBSYS_34091565&REV_A2\3&2411E6FE&0&00: PCI standard RAM Controller
PCI\VEN_10DE&DEV_0548&SUBSYS_00000000&REV_A2\3&2411E6FE&0&08: PCI standard ISA bridge
PCI\VEN_10DE&DEV_0550&SUBSYS_54071565&REV_A2\3&2411E6FE&0&48: Standard Dual Channel PCI IDE Controller
PCI\VEN_10DE&DEV_055C&SUBSYS_820C1565&REV_A1\3&2411E6FE&0&38: Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_10DE&DEV_055E&SUBSYS_34091565&REV_A2\3&2411E6FE&0&10: Standard OpenHCD USB Host Controller
PCI\VEN_10DE&DEV_055E&SUBSYS_34091565&REV_A2\3&2411E6FE&0&20: Standard OpenHCD USB Host Controller
PCI\VEN_10DE&DEV_055F&SUBSYS_34091565&REV_A2\3&2411E6FE&0&11: Standard Enhanced PCI to USB Host Controller
PCI\VEN_10DE&DEV_055F&SUBSYS_34091565&REV_A2\3&2411E6FE&0&21: Standard Enhanced PCI to USB Host Controller
PCI\VEN_10DE&DEV_0560&SUBSYS_34091565&REV_A1\3&2411E6FE&0&30: Standard Dual Channel PCI IDE Controller
PCI\VEN_10DE&DEV_0561&SUBSYS_00000000&REV_A2\3&2411E6FE&0&40: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0562&SUBSYS_00000000&REV_A2\3&2411E6FE&0&58: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0563&SUBSYS_00000000&REV_A2\3&2411E6FE&0&60: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0563&SUBSYS_00000000&REV_A2\3&2411E6FE&0&68: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0563&SUBSYS_00000000&REV_A2\3&2411E6FE&0&70: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0563&SUBSYS_00000000&REV_A2\3&2411E6FE&0&78: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0563&SUBSYS_00000000&REV_A2\3&2411E6FE&0&80: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&DEV_0563&SUBSYS_00000000&REV_A2\3&2411E6FE&0&88: PCI standard PCI-to-PCI bridge
PCI\VEN_10EC&DEV_8168&SUBSYS_23051565&REV_01\4&2EE1E69C&0&0060: Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC #4
25 matching device(s) found.
 
=========== 
USB Devices 
=========== 
USB\ROOT_HUB\4&35B165F3&1                                   : USB Root Hub
USB\ROOT_HUB\4&7EF8DD8&1                                    : USB Root Hub
USB\ROOT_HUB20\4&20EF385&0                                  : USB Root Hub
USB\ROOT_HUB20\4&2E1B0F6C&1                                 : USB Root Hub
4 matching device(s) found.
 
============= 
Input Devices 
============= 
No matching devices found.
 
============ 
ACPI Devices 
============ 
ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_107\_0              : AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_107\_1              : AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI Fixed Feature Button
ACPI\PNP0000\4&2FD10A02&0                                   : Programmable interrupt controller
ACPI\PNP0100\4&2FD10A02&0                                   : System timer
ACPI\PNP0103\4&2FD10A02&0                                   : High precision event timer
ACPI\PNP0200\4&2FD10A02&0                                   : Direct memory access controller
ACPI\PNP0303\4&2FD10A02&0                                   : Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
ACPI\PNP0400\1                                              : Printer Port (LPT1)
ACPI\PNP0501\1                                              : Communications Port (COM1)
ACPI\PNP0700\4&2FD10A02&0                                   : Standard floppy disk controller
ACPI\PNP0800\4&2FD10A02&0                                   : System speaker
ACPI\PNP0A08\1                                              : PCI bus
ACPI\PNP0B00\4&2FD10A02&0                                   : System CMOS/real time clock
ACPI\PNP0C01\2&DABA3FF&0                                    : System board
ACPI\PNP0C02\1                                              : Motherboard resources
ACPI\PNP0C02\4                                              : Motherboard resources
ACPI\PNP0C02\5                                              : Motherboard resources
ACPI\PNP0C04\4&2FD10A02&0                                   : Numeric data processor
ACPI\PNP0C0B\2&DABA3FF&0                                    : ACPI Fan
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI Power Button
ACPI\PNP0C0E\2&DABA3FF&0                                    : ACPI Sleep Button
ACPI\PNP0C14\NVIF                                           : Microsoft Windows Management Interface for ACPI
ACPI\PNP0F13\4&2FD10A02&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
27 matching device(s) found.
 
============ 
 HDA Audio 
============ 
HDAUDIO\FUNC_01&VEN_10DE&DEV_0067&SUBSYS_00670000&REV_1000\4&1C28AB00&0&0301: NVIDIA HDMI Audio Device
HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_1565E601&REV_1000\4&1C28AB00&0&0001: Realtek High Definition Audio
2 matching device(s) found.
 
============ 
RAID Devices 
============ 
PCI\VEN_10DE&DEV_0550&SUBSYS_54071565&REV_A2\3&2411E6FE&0&48
    Name: Standard Dual Channel PCI IDE Controller
    Hardware ID's:
        PCI\VEN_10DE&DEV_0550&SUBSYS_54071565&REV_A2
        PCI\VEN_10DE&DEV_0550&SUBSYS_54071565
        PCI\VEN_10DE&DEV_0550&CC_010185
        PCI\VEN_10DE&DEV_0550&CC_0101
    Compatible ID's:
        PCI\VEN_10DE&DEV_0550&REV_A2
        PCI\VEN_10DE&DEV_0550
        PCI\VEN_10DE&CC_010185
        PCI\VEN_10DE&CC_0101
        PCI\VEN_10DE
        PCI\CC_010185
        PCI\CC_0101
PCI\VEN_10DE&DEV_0560&SUBSYS_34091565&REV_A1\3&2411E6FE&0&30
    Name: Standard Dual Channel PCI IDE Controller
    Hardware ID's:
        PCI\VEN_10DE&DEV_0560&SUBSYS_34091565&REV_A1
        PCI\VEN_10DE&DEV_0560&SUBSYS_34091565
        PCI\VEN_10DE&DEV_0560&CC_01018A
        PCI\VEN_10DE&DEV_0560&CC_0101
    Compatible ID's:
        PCI\VEN_10DE&DEV_0560&REV_A1
        PCI\VEN_10DE&DEV_0560
        PCI\VEN_10DE&CC_01018A
        PCI\VEN_10DE&CC_0101
        PCI\VEN_10DE
        PCI\CC_01018A
        PCI\CC_0101
2 matching device(s) found

------>DPs_base.log

2009-03-23 23:36:50 : <INIT> DriverPacks BASE 8.12.4 initialized.
2009-03-23 23:36:50 : <INIT> Host environment: WIN_XP Service Pack 2 on X86 CPU.
2009-03-23 23:36:50 : <INIT> Created temporary working directory.
2009-03-23 23:36:50 : <INIT> Imported proxy settings from Internet Explorer.
2009-03-23 23:36:50 : <INIT> Start scanning for DriverPacks for the wnt5_x86-32 platform.
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack Chipset 902!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack CPU 804!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack Graphics A 8121!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack Graphics B 8121!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack Graphics C 8121!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack LAN 8121!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack MassStorage 901!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack Sound A 805!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack Sound B 805!
2009-03-23 23:36:50 : <INIT> 	Detected DriverPack WLAN 806!
2009-03-23 23:36:50 : <INIT> 	Detected 3rd Party DriverPack Bluetooth 081028!
2009-03-23 23:36:50 : <INIT> 	Detected 3rd Party DriverPack HID 90204!
2009-03-23 23:36:50 : <INIT> 	Detected 3rd Party DriverPack Misc 90215!
2009-03-23 23:36:50 : <INIT> 	Detected 3rd Party DriverPack Modem 90128!
2009-03-23 23:36:50 : <INIT> 	Detected 3rd Party DriverPack Monitor 81227!
2009-03-23 23:36:50 : <INIT> 	Detected 3rd Party DriverPack USB 80911!
2009-03-23 23:36:50 : <INIT> 	Detected 3rd Party DriverPack WebCam 81127!
2009-03-23 23:36:50 : <INIT> 	Finished scanning.
2009-03-23 23:36:50 : <INIT> Detected settings file "F:\dp base\DPs_BASE.ini".
2009-03-23 23:36:51 : <INIT> Windows XP Professional -  Retail SP3 detected.
2009-03-23 23:36:51 : <INIT> [Settings]\DPsMethod not specified: default (2) was set.
2009-03-23 23:36:51 : <INIT> [Settings]\finisherMethod not specified: default (GUIRunOnce) was set.
2009-03-23 23:36:51 : <INIT> [OptionalSettings]\KTD not specified: default (none) was set.
2009-03-23 23:36:51 : <INIT> [OptionalSettings]\QSC not specified: default (yes) was set.
2009-03-23 23:36:51 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (None) was set.
2009-03-23 23:36:51 : <INIT> [OptionalSettingsOther]\Nvidia_cpl not specified: default (None) was set.
2009-03-23 23:36:51 : <INIT> wnt5_x86-32_disc is the selected installation platform .
2009-03-23 23:36:51 : <INIT> Imported settings from settings file.
2009-03-23 23:36:51 : <INIT> [OptionalSettingsOther]\ATI_cpl not specified: default (None) was set.
2009-03-23 23:36:51 : <INIT> [OptionalSettingsOther]\Nvidia_cpl not specified: default (None) was set.
2009-03-23 23:36:51 : <GUI>  Initialized GUI.
2009-03-23 23:36:51 : <GUI>  Created a list of all available language files.
2009-03-23 23:36:51 : <GUI>  Set the last used language, English, as the GUI language.
2009-03-23 23:36:54 : <GUI>  Refreshed UpdateChecker with success.

------>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	= "F:\210309"
; 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		= "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_Graphics_C	= "yes"
DP_LAN		= "yes"
DP_MassStorage	= "no"
DP_Sound_A	= "yes"
DP_Sound_B	= "yes"
DP_WLAN		= "yes"
DPs_3rd_party	= "yes"
DP_MassStorage_textmode = "no"

Thank you