Topic: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Hello and thank you for your project!
I'm experiencing difficulties with latest Graphics A (10.11), 10.09 was OK.
I do such things:
1. I manually unpack all driverpacks that i need into folder DP, i will explain for what.
2. I make Stand Alone installer( method 1 ) with DriverPacks BASE 10.06 in a separate folder, and put mark for Nvidia CPL and ATI CCC for them to be installed.
3. From stand alone folder I grab driverpacks.net related files( not drivers pack related ): ATICCC.ins, devcon.exe, DP_Install_Tool.cmd, DPsFnshr.exe, DPsFnshr.ini, DSPdsblr.exe, makePNF.exe, mute.exe, Nvidia.ins, pmtimer.exe, and put them into folder DP( near to drivers packs .ini-files )
4. Finally i get all the driverpacks unpacked and ready for work if i place the contents of folder DP into %SystemDrive%. After that i just need to launch DP_Install_Tool.cmd and it will work.

I do such things that why: after all is prepared I archive folder DP with 7-zip into single solid archive with maximum compression, and get better compression ratio then separate archives. I really need it!

What's wrong:
When i do such trick with 10.09 all was fine and Nvidia CPL was installed everytime, but now with version 10.11 - CPL isn't installed. Can you help me?
I'm trying to use it on Windows XP x86 SP3.

Last edited by zawakened (2011-02-04 04:27:06)

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

I forgot to mention that i didn't checked if it works with simple integration using DriverPacks BASE - Disc mode.

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

So really, you're using a method 2 1/2 (driver files are not compressed during run).  I don't think we ever tried that in testing.
You're doing a lot of effort for little gain.  Method 1 decompresses the .7z files, then .cab compresses them all.  You're then decompressing them AGAIN and .7z compressing AGAIN!
You'd be better off just selecting method 2 (DriverPacks compressed in 7zip).  If you really wanted to, you could decompress all the individual DriverPacks, then recompress into a single pack (rename using the standard convention: DP_*name*_wnt5_x86-32_*date*.7z) and just double-click the DP_Install_Tool.cmd file like normal.  You'd still get your desired result.

We've also been working on a new replacement SAD2 command file you could test for us (used for both NT5 & NT6 OS).
Link here:
http://forum.driverpacks.net/viewtopic. … 590#p41590

As to the Nvidia control panel, it's embedded in the driver files now.  There's no separate installer.  The DPsFnshr.ini entry just writes a registry entry based on whether the user wants the new/old control panel style (or none).  I'm not even sure if that works anymore with the new control panel nvidia is using.

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

[q]You're doing a lot of effort for little gain.  Method 1 decompresses the .7z files, then .cab compresses them all.  You're then decompressing them AGAIN and .7z compressing AGAIN![/q]
No, i compress manually uncompressed driver packs, not the result of "method 1" and I've got some news.
All is allright with driverpacks! And my method working well.

I need this because i use SYSPREP and put the generated "OemPnpDriversPath" into Sysprep.inf file. After that system is able to use them during Mini-Setup, this is not achievable using compressed by 7zip driverpacks.

After first login i run DP_Install_Tool.cmd and it installs the remaining drivers( those which paths cannot be placed in "OemPnpDriversPath" due to 4096 length limitation ).

The described behavior in 1st post is the result of the following:
Windows, during mini-setup, successfully found and installed nvidia drivers from 10.11, but only drivers, not the CPL. ( When I use 10.09, CPL was installed during mini-setup )
After that on first login DP_Install_Tool.cmd runs and installs all drivers and software for "undetected" devices, but not for "detected" ( graphics drivers already installed ) and that's why i don't see CPL. I've removed graphics adapter from Device Manager, rebooted, run DP_Install_Tool.cmd, and CPL installed successfully.

Finally my question is:
Is it possible to run DPsFnshr.exe in way of updating installed devices drivers and it's software?

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

zawakened wrote:

After first login i run DP_Install_Tool.cmd and it installs the remaining drivers( those which paths cannot be placed in "OemPnpDriversPath" due to 4096 length limitation ).

From what I understand, the problem with sysprep is that it has half the normal size allocated to ram for caching the drivers. (4096 for normal install, 2048 for sysprep).  File path limits in sysprep is a known issue.  You have to be VERY selective in which drivers you choose to use in sysprep.

When I slipstream drivers into Vista/Win7, I only use dpms, Chipset, & LAN.  I use SAD for the rest post-install.
I'm certain you'd have success by following the same procedures for sysprep.  Limit your sysprep-installed drivers to ONLY dpms, Chipset & (maybe) LAN, and use the dpinst cmd file for the rest.


zawakened wrote:

Finally my question is:
Is it possible to run DPsFnshr.exe in way of updating installed devices drivers and it's software?

You can call DriverPacks Finisher at any point during GUIRunOnce or RunOnceEx (or after).

You can have DriverPacks Finisher execute AFTER the first desktop loads by using a trick suggested by our forum member Ricktendo64.
Here's an example for how I execute WPIW after the first desktop loads.
Contents of $OEM$\cmdlines.txt

[COMMANDS]
"rundll32 advpack.dll,LaunchINFSection RunWPI.inf,,1,N"

Contents of $OEM$\RunWPI.inf

;###################################################################
;#### The post install starter for WPI designed by: ricktendo64 ####
;#### Used for Windows 2000, XP and 2003...                     ####
;###################################################################

[Version]
Signature="$CHICAGO$"

[DefaultInstall]
AddReg=Run.AddReg

[Run.AddReg]
HKLM,"%RUN%","%WPI%",,"RunDll32 advpack.dll,LaunchINFSection ""%01%\%INF%"",Execute"


[Execute]
AddReg              = OfficeFix
RunPreSetupCommands = Launch.WPI:1
DelReg              = Run.DelReg

[officefix]
HKCU,"Software\Microsoft\Internet Explorer\Main","Disable Script Debugger",0x0,"no"
HKCU,"Software\Microsoft\Internet Explorer\Main","DisableScriptDebuggerIE",0x0,"no"

[Launch.WPI]
CMD /Q /C CD /D """%01%\..\WPI""" & START /WAIT /B WPI.exe

[Run.DelReg]
HKLM,"%RUN%","%WPI%"

[Strings]
RUN="SOFTWARE\Microsoft\Windows\CurrentVersion\RUN"
WPI="Windows Post Install"
INF="RunWPI.inf"

Rick is VERY clever! wink

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Sorry, maybe I do not ask my question very clear, but I do not need to know how to launch DriverPacks Finisher, I know it.
Normally when you launch DriverPacks Finisher it seeks for devices without drivers, and install missing drivers, and I need to know how to launch DriverPacks Finisher and in mode which seeks ALL devices (not only devices without drivers) and UPDATE devices drivers which already has driver installed!

About sysprep problem (4096 for normal install, 2048 for sysprep) - i don't know what you are about, but after long time using sysprepped images and deployed many computers i really do not mention any issues telling that sysprep can use less drivers than normal install. I always unpack all your driverpacks, always place maximum in sysprep, and never saw that windows missing any driver after sysprepped image is deployed.

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

zawakened wrote:

Normally when you launch DriverPacks Finisher it seeks for devices without drivers, and install missing drivers,

WRONG!  DriverPacks Finisher does NOT install drivers!  It only executes tasks set in the DPsFnshr.ini only if certain criteria are met.  It does NOT install missing drivers.
DPinst.exe WILL do what you are asking.  It will install missing drivers, which is what we programmed it to do in the DP_Install_Tool.cmd file.

zawakened wrote:

About sysprep problem (4096 for normal install, 2048 for sysprep) - i don't know what you are about,

Sorry, my mistake.  The OEMpnpDriversPath limit set by Microsoft is actually 2047 characters, not 2048.
Read: http://support.microsoft.com/kb/285902

Microsoft wrote:

The OEMPnpDriversPath value in the Sysprep.inf file is limited to 2047 characters.
...
To work around this limitation, manually enter the path that is provided in OEMPnpDriversPath into the DevicePath entry and then remove OEMPnpDriversPath from the Sysprep.inf file before running Sysprep.
...
Using large paths in OEMPnpDriversPath and DevicePath may cause application or heap errors to occur on the computer.

So I am still confused about what problem you are having or what you want to accomplish.  Sysprep is not my strong point (I don't use it).
1) Does the Nvidia control panel install normally during a normal disc-based install with DriverPacks integrated (either method-1 or 2) using DriverPacks BASE?
2) If not, please post your DPs_BASE.log and DPsFnshr.log (zipped/uploaded to mediafire.com)

You are trying to use tools for things they were not designed for.

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Huge thanks for the info about OEMpnpDriversPath via sysprep.inf, really don't know that and my installation never was affected by it( i think it's just luck ). Thank you very much!
Back to the topic:
Is there a way( command line parameter or maybe .ini-file parameter) that will force updating of installed drivers.
In my situation - driver is 256.00 installed, but CPL doesn't, when i launch DP_Install_Tool.cmd( and it launches DPInst.exe of cource ) it skips the nvidia video card and do not install CPL for already installed driver.

Such problem exist with Monitor Driver Pack, when "Default Monitor" driver is installed, no other monitor driver will update or replace it.

Last edited by zawakened (2011-01-24 21:03:11)

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

HWIDs for specific Card that is failing please.

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

It's an ASUS EN9800GTX+ TOP, and it have HWIDs:
PCI\VEN_10DE&DEV_0612&SUBSYS_82A81043&REV_A2
PCI\VEN_10DE&DEV_0612&SUBSYS_82A81043
PCI\VEN_10DE&DEV_0612&CC_030000
PCI\VEN_10DE&DEV_0612&CC_0300

And it's not failing. In situation when 256.00 driver is already installed (only driver) i run DP_Install_Tool.cmd but the DPInst.exe do not installs CPL software in addiction to installed driver.

Last edited by zawakened (2011-01-24 21:14:36)

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

DPsFnshr.log from machine that does not have CP installed

Hint 1: may take more than one post
Hint 2: use code tags


Note: The control panel "failed" to install right? So.... the install "failed". If it hadn't "failed" you would not be posting. So YES it is "failing".  Otherwise we can just mark this solved right?

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Tonight i will reinstall system and will give you detailed description on what i am doing, when and why. Maybe it will be new thread. All I want to figure out now is how to force DPInst.exe to update installed drivers( if driver for device is already installed and driverpack has newer or the same driver )!

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

then include setupapi.log and DPsFnshr.log and DPs_BASE.log and HWIDs... then all will be revealed.
(IE follow rule #0)

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

zawakened wrote:

In my situation - driver is 256.00 installed, but CPL doesn't, when i launch DP_Install_Tool.cmd( and it launches DPInst.exe of cource ) it skips the nvidia video card and do not install CPL for already installed driver.

I've encountered this behavior my self.  I do not know what causes it but I've seen it with my own system (Nvidia 8800 GTS).

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Using SaveHWIDs.exe i've got that results:

=========== 
PCI Devices 
=========== 
PCI\VEN_10DE&DEV_0612&SUBSYS_82A81043&REV_A2\4&399D3C6A&0&0008: NVIDIA GeForce 9800 GTX/9800 GTX+
PCI\VEN_11AB&DEV_4320&SUBSYS_811A1043&REV_14\4&31B6CD7&0&10F0: Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller
PCI\VEN_11AB&DEV_4364&SUBSYS_81F81043&REV_12\4&20515DB1&0&00E5: Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
PCI\VEN_11AB&DEV_6121&SUBSYS_82121043&REV_B1\4&34EBACD6&0&00E4: Marvell 61xx RAID Controller
PCI\VEN_11C1&DEV_5811&SUBSYS_82941043&REV_70\4&31B6CD7&0&18F0: OHCI-PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_90\3&11583659&0&F0: Intel(R) 82801 PCI Bridge - 244E
PCI\VEN_8086&DEV_2E20&SUBSYS_00000000&REV_03\3&11583659&0&00: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E20
PCI\VEN_8086&DEV_2E21&SUBSYS_00000000&REV_03\3&11583659&0&08: Intel(R) 4 Series Chipset PCI Express Root Port - 2E21
PCI\VEN_8086&DEV_3A16&SUBSYS_00000000&REV_00\3&11583659&0&F8: Intel(R) ICH10R LPC Interface Controller - 3A16
PCI\VEN_8086&DEV_3A20&SUBSYS_82D41043&REV_00\3&11583659&0&FA: Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20
PCI\VEN_8086&DEV_3A26&SUBSYS_82D41043&REV_00\3&11583659&0&FD: Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26
PCI\VEN_8086&DEV_3A30&SUBSYS_82D41043&REV_00\3&11583659&0&FB: Intel(R) ICH10 Family SMBus Controller - 3A30
PCI\VEN_8086&DEV_3A34&SUBSYS_82D41043&REV_00\3&11583659&0&E8: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
PCI\VEN_8086&DEV_3A35&SUBSYS_82D41043&REV_00\3&11583659&0&E9: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
PCI\VEN_8086&DEV_3A36&SUBSYS_82D41043&REV_00\3&11583659&0&EA: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
PCI\VEN_8086&DEV_3A37&SUBSYS_82D41043&REV_00\3&11583659&0&D0: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
PCI\VEN_8086&DEV_3A38&SUBSYS_82D41043&REV_00\3&11583659&0&D1: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
PCI\VEN_8086&DEV_3A39&SUBSYS_82D41043&REV_00\3&11583659&0&D2: Intel(R) ICH10 Family USB Universal Host Controller - 3A39
PCI\VEN_8086&DEV_3A3A&SUBSYS_82D41043&REV_00\3&11583659&0&EF: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
PCI\VEN_8086&DEV_3A3C&SUBSYS_82D41043&REV_00\3&11583659&0&D7: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
PCI\VEN_8086&DEV_3A3E&SUBSYS_83111043&REV_00\3&11583659&0&D8: PCI\VEN_8086&DEV_3A40&SUBSYS_00000000&REV_00\3&11583659&0&E0: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
PCI\VEN_8086&DEV_3A48&SUBSYS_00000000&REV_00\3&11583659&0&E4: Intel(R) ICH10 Family PCI Express Root Port 5 - 3A48
PCI\VEN_8086&DEV_3A4A&SUBSYS_00000000&REV_00\3&11583659&0&E5: Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A
24 matching device(s) found.
 
=========== 
USB Devices 
=========== 
USB\ROOT_HUB\4&14D59EDA&0                                   : USB\ROOT_HUB\4&1BD273F9&0                                   : USB\ROOT_HUB\4&1D34232F&0                                   : USB\ROOT_HUB\4&3141BC6C&0                                   : USB\ROOT_HUB\4&33D5EF4B&0                                   : USB\ROOT_HUB\4&67E9D0C&0                                    : USB\ROOT_HUB20\4&290CAFBE&0                                 : USB\ROOT_HUB20\4&3097EDFD&0                                 : USB\VID_0324&PID_BC08\AA04012700007437                      : USB\VID_045E&PID_0745\5&35EDA8E7&0&1                        : Microsoft Mouse and Keyboard Detection Driver (USB)
USB\VID_045E&PID_0745&MI_00\6&18E82B6A&0&0000               : USB HID-USB\VID_045E&PID_0745&MI_01\6&18E82B6A&0&0001               : USB HID-USB\VID_045E&PID_0745&MI_02\6&18E82B6A&0&0002               : USB HID-USB\VID_0482&PID_000E\XAX4246811                            : USB\VID_0B05&PID_1742\1.0                                   : 802.11n Network Adapter
USB\VID_16D5&PID_6502\5&23B074A8&0&2                        : USB\VID_16D5&PID_6502&MI_00\6&3B086DEE&0&0000               : AnyDATA CDMA USB Modem (PID 6502)
USB\VID_16D5&PID_6502&MI_01\6&3B086DEE&0&0001               : AnyDATA CDMA USB Serial 1 (DIAG) Device (PID 6502) (COM4)
USB\VID_16D5&PID_6502&MI_02\6&3B086DEE&0&0002               : AnyDATA CDMA USB Serial 2 (NMEA) Device (PID 6502) (COM5)
USB\VID_16D5&PID_6502&MI_03\6&3B086DEE&0&0003               : USBPRINT\KYOCERAFS-1020D\6&7EB4782&0&USB001                 : KyoceraFS-1020D
USBSTOR\CDROM&VEN_ANYDATA&PROD_CD-ROM&REV_1.00\7&1828F4F1&0 : AnyDATA CD-ROM USB Device
USBSTOR\DISK&VEN_OCZ&PROD_RALLY2&REV_1100\AA04012700007437&0: OCZ RALLY2 USB Device
23 matching device(s) found.
 
============= 
Input Devices 
============= 
HID\VID_045E&PID_0745&MI_00\7&369EE6A&0&0000                : Microsoft USB Dual Receiver Wireless Keyboard (IntelliType Pro)
HID\VID_045E&PID_0745&MI_01&COL01\7&1B2D7AAF&0&0000         : Microsoft USB Dual Receiver Wireless Mouse (IntelliPoint)
HID\VID_045E&PID_0745&MI_01&COL02\7&1B2D7AAF&0&0001         : HID-HID\VID_045E&PID_0745&MI_02&COL01\7&32F106F4&0&0000         : HID-HID\VID_045E&PID_0745&MI_02&COL02\7&32F106F4&0&0001         : HID-HID\VID_045E&PID_0745&MI_02&COL03\7&32F106F4&0&0002         : HID-HID\VID_045E&PID_0745&MI_02&COL04\7&32F106F4&0&0003         : HID-7 matching device(s) found.
 
============ 
ACPI Devices 
============ 
ACPI\ATK0110\1010110                                        : ATK0110 ACPI UTILITY
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23\_0                : Intel(R) Core(TM)2 Duo CPU     E8200  @ 2.66GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23\_1                : Intel(R) Core(TM)2 Duo CPU     E8200  @ 2.66GHz
ACPI\INT0800\4&2BC541BA&0                                   : Intel(R) 82802 Firmware ACPI\PNP0000\4&2BC541BA&0                                   : ACPI\PNP0100\4&2BC541BA&0                                   : ACPI\PNP0103\4&2BC541BA&0                                   : High Precision Event Timer
ACPI\PNP0200\4&2BC541BA&0                                   : ACPI\PNP0501\1                                              : ACPI\PNP0800\4&2BC541BA&0                                   : ACPI\PNP0A08\0                                              : ACPI\PNP0B00\4&2BC541BA&0                                   : CMOS ACPI\PNP0C01\1                                              : ACPI\PNP0C01\A                                              : ACPI\PNP0C02\0                                              : ACPI\PNP0C02\10                                             : ACPI\PNP0C02\11                                             : ACPI\PNP0C02\2E                                             : ACPI\PNP0C02\3                                              : ACPI\PNP0C04\4&2BC541BA&0                                   : ACPI\PNP0C0C\AA                                             : ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-ROOT\ACPI_HAL\0000                                          : 24 matching device(s) found.
 
============ 
 HDA Audio 
============ 
HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438311&REV_1003\4&21B9C98F&0&0001: SoundMAX Integrated Digital HD Audio
1 matching device(s) found.
 
============ 
RAID Devices 
============ 
PCI\VEN_11AB&DEV_6121&SUBSYS_82121043&REV_B1\4&34EBACD6&0&00E4
    Name: Marvell 61xx RAID Controller
    Hardware ID's:
        PCI\VEN_11AB&DEV_6121&SUBSYS_82121043&REV_B1
        PCI\VEN_11AB&DEV_6121&SUBSYS_82121043
        PCI\VEN_11AB&DEV_6121&CC_01018F
        PCI\VEN_11AB&DEV_6121&CC_0101
    Compatible ID's:
        PCI\VEN_11AB&DEV_6121&REV_B1
        PCI\VEN_11AB&DEV_6121
        PCI\VEN_11AB&CC_01018F
        PCI\VEN_11AB&CC_0101
        PCI\VEN_11AB
        PCI\CC_01018F
        PCI\CC_0101
PCI\VEN_8086&DEV_3A20&SUBSYS_82D41043&REV_00\3&11583659&0&FA
    Name: Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20
    Hardware ID's:
        PCI\VEN_8086&DEV_3A20&SUBSYS_82D41043&REV_00
        PCI\VEN_8086&DEV_3A20&SUBSYS_82D41043
        PCI\VEN_8086&DEV_3A20&CC_01018A
        PCI\VEN_8086&DEV_3A20&CC_0101
    Compatible ID's:
        PCI\VEN_8086&DEV_3A20&REV_00
        PCI\VEN_8086&DEV_3A20
        PCI\VEN_8086&CC_01018A
        PCI\VEN_8086&CC_0101
        PCI\VEN_8086
        PCI\CC_01018A
        PCI\CC_0101
PCI\VEN_8086&DEV_3A26&SUBSYS_82D41043&REV_00\3&11583659&0&FD
    Name: Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26
    Hardware ID's:
        PCI\VEN_8086&DEV_3A26&SUBSYS_82D41043&REV_00
        PCI\VEN_8086&DEV_3A26&SUBSYS_82D41043
        PCI\VEN_8086&DEV_3A26&CC_010185
        PCI\VEN_8086&DEV_3A26&CC_0101
    Compatible ID's:
        PCI\VEN_8086&DEV_3A26&REV_00
        PCI\VEN_8086&DEV_3A26
        PCI\VEN_8086&CC_010185
        PCI\VEN_8086&CC_0101
        PCI\VEN_8086
        PCI\CC_010185
        PCI\CC_0101
3 matching device(s) found.

All drivers except Microsoft Mouse and Keyboard was installed from DriverPacks.

setupapi.log before Sysprep
setupapi.log, DPsFnshr.log, DPs_BASE.log after sysprep and after DP_Install_Tool.cmd finished at first logon, before reboot and no CPL installed

I've tried to launch it again on second boot - still no CPL.

I've tried to change DP_Install_Tool.cmd ( i've put "/f" parameter near to existing "/c /s" when it launches DPInst.exe and new string was

Start "MicroSoft Driver Pack Installer Tool Running" /wait /separate /realtime /min CMD /C DPInst.exe /c /s /f

After 3rd launch still no CPL installed.

Last edited by zawakened (2011-01-27 22:09:34)

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

good thinking...

However, the /f parameter and some of the others we have discovered work better when specified in the .xml file. (and they are there).

No problem with trying variations ... just remember to check that you are not sending mixed signals by referencing the .XML file when you make changes to the command line.

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Is there some kind of news? Maybe it will be Graphics A 10.11.1 repack?

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

zawakened wrote:

Is there some kind of news? Maybe it will be Graphics A 10.11.1 repack?

Well I'm already working on new graphics DriverPacks but not to address this issue.  It only affects SAD installs, not normal installs.  Maybe I'll toy with adding another DriverPacks Finisher exception to the .ini.  Similar to what's required now with PhysX.

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

OK, in my tests with the new DriverPack Graphics A build on my desktop, a normal integrated install works flawlessly.  When installed with an ATI card, then switching to an Nvidia card you get the familiar "found new hardware wizard".  SAD fails to install the nvidia drivers AT ALL.  Nothing, zippo, nada.  Even multiple attempts gain nothing.  The SAD command file runs OK, DPINST does it's thing (even installs drivers for hardware that was already installed) but my Nvidia card fails.  We've had this problem before, and I don't know why it does it.  Going through the device manager and updating drivers using the "have disk" method works perfectly fine (PhysX isn't loaded though).

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Well i am quite glad that MS has provided DPINST.exe ... but like many of it's releases it falls short of the mark.

What did the setupapi log yeild?

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: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

OK, the last thing that i can suggest is non-WHQL driver for 9800( non-signed warning coming during mini-setup without ignoring unsigned drivers mode ), i'll rename this topic adding version number to it's name.

Last edited by zawakened (2011-02-04 04:43:37)

Re: Graphics A 10.11 don't install Nvidia Control Panel manually using SAD

Please correct me if I'm wrong - DpsFnshr installs the contents( stuff like configuring software & tray apps ) that belongs to drivers and do not installs with .inf-file directives.
DpsFnshr.exe creates file "hwids.dat" on C:\ and deletes it after exit. I've caugth this file hour ago and looked inside. Here is the contents

ACPI\ATK0110\1010110                                        : ATK0110 ACPI UTILITY
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23\_0                : Intel(R) Core(TM)2 Duo CPU     E8200  @ 2.66GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23\_1                : Intel(R) Core(TM)2 Duo CPU     E8200  @ 2.66GHz
ACPI\INT0800\4&2BC541BA&0                                   : Intel(R) 82802 Firmware ACPI\PNP0000\4&2BC541BA&0                                   : ACPI\PNP0100\4&2BC541BA&0                                   : ACPI\PNP0103\4&2BC541BA&0                                   : High Precision Event Timer
ACPI\PNP0200\4&2BC541BA&0                                   : ACPI\PNP0501\1                                              : ACPI\PNP0800\4&2BC541BA&0                                   : ACPI\PNP0A08\0                                              : ACPI\PNP0B00\4&2BC541BA&0                                   : CMOS ACPI\PNP0C01\1                                              : ACPI\PNP0C01\A                                              : ACPI\PNP0C02\0                                              : ACPI\PNP0C02\10                                             : ACPI\PNP0C02\11                                             : ACPI\PNP0C02\2E                                             : ACPI\PNP0C02\3                                              : ACPI\PNP0C04\4&2BC541BA&0                                   : ACPI\PNP0C0C\AA                                             : ACPI_HAL\PNP0C08\0                                          : Microsoft ACPI-DISPLAY\ACR004C\5&3A2B6592&0&11335577&01&00                 : DTSOFTBUS&REV1\DTCDROM&REV1\1&2D12BED1&0&00                 : DTSoftBusCd00
HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438311&REV_1003\4&21B9C98F&0&0001: SoundMAX Integrated Digital HD Audio
HID\VID_045E&PID_0745&MI_00\7&369EE6A&0&0000                : Microsoft USB Dual Receiver Wireless Keyboard (IntelliType Pro)
HID\VID_045E&PID_0745&MI_01&COL01\7&1B2D7AAF&0&0000         : Microsoft USB Dual Receiver Wireless Mouse (IntelliPoint)
HID\VID_045E&PID_0745&MI_01&COL02\7&1B2D7AAF&0&0001         : HID-HID\VID_045E&PID_0745&MI_02&COL01\7&32F106F4&0&0000         : HID-HID\VID_045E&PID_0745&MI_02&COL02\7&32F106F4&0&0001         : HID-HID\VID_045E&PID_0745&MI_02&COL03\7&32F106F4&0&0002         : HID-HID\VID_045E&PID_0745&MI_02&COL04\7&32F106F4&0&0003         : HID-IDE\CDROMOPTIARC_DVD_RW_AD-7243S_________________1.01____\5&5C6CFD6&0&0.1.0: Optiarc DVD RW AD-7243S
ISAPNP\READDATAPORT\0                                       : PCI\VEN_10DE&DEV_0612&SUBSYS_82A81043&REV_A2\4&399D3C6A&0&0008: NVIDIA GeForce 9800 GTX/9800 GTX+
PCI\VEN_11AB&DEV_4320&SUBSYS_811A1043&REV_14\4&31B6CD7&0&10F0: Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller
PCI\VEN_11AB&DEV_4364&SUBSYS_81F81043&REV_12\4&20515DB1&0&00E5: Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
PCI\VEN_11AB&DEV_6121&SUBSYS_82121043&REV_B1\4&34EBACD6&0&00E4: Marvell 61xx RAID Controller
PCI\VEN_11C1&DEV_5811&SUBSYS_82941043&REV_70\4&31B6CD7&0&18F0: OHCI-PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_90\3&11583659&0&F0: Intel(R) 82801 PCI Bridge - 244E
PCI\VEN_8086&DEV_2E20&SUBSYS_00000000&REV_03\3&11583659&0&00: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E20
PCI\VEN_8086&DEV_2E21&SUBSYS_00000000&REV_03\3&11583659&0&08: Intel(R) 4 Series Chipset PCI Express Root Port - 2E21
PCI\VEN_8086&DEV_3A16&SUBSYS_00000000&REV_00\3&11583659&0&F8: Intel(R) ICH10R LPC Interface Controller - 3A16
PCI\VEN_8086&DEV_3A20&SUBSYS_82D41043&REV_00\3&11583659&0&FA: Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20
PCI\VEN_8086&DEV_3A26&SUBSYS_82D41043&REV_00\3&11583659&0&FD: Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26
PCI\VEN_8086&DEV_3A30&SUBSYS_82D41043&REV_00\3&11583659&0&FB: Intel(R) ICH10 Family SMBus Controller - 3A30
PCI\VEN_8086&DEV_3A34&SUBSYS_82D41043&REV_00\3&11583659&0&E8: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
PCI\VEN_8086&DEV_3A35&SUBSYS_82D41043&REV_00\3&11583659&0&E9: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
PCI\VEN_8086&DEV_3A36&SUBSYS_82D41043&REV_00\3&11583659&0&EA: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
PCI\VEN_8086&DEV_3A37&SUBSYS_82D41043&REV_00\3&11583659&0&D0: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
PCI\VEN_8086&DEV_3A38&SUBSYS_82D41043&REV_00\3&11583659&0&D1: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
PCI\VEN_8086&DEV_3A39&SUBSYS_82D41043&REV_00\3&11583659&0&D2: Intel(R) ICH10 Family USB Universal Host Controller - 3A39
PCI\VEN_8086&DEV_3A3A&SUBSYS_82D41043&REV_00\3&11583659&0&EF: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
PCI\VEN_8086&DEV_3A3C&SUBSYS_82D41043&REV_00\3&11583659&0&D7: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
PCI\VEN_8086&DEV_3A3E&SUBSYS_83111043&REV_00\3&11583659&0&D8: PCI\VEN_8086&DEV_3A40&SUBSYS_00000000&REV_00\3&11583659&0&E0: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
PCI\VEN_8086&DEV_3A48&SUBSYS_00000000&REV_00\3&11583659&0&E4: Intel(R) ICH10 Family PCI Express Root Port 5 - 3A48
PCI\VEN_8086&DEV_3A4A&SUBSYS_00000000&REV_00\3&11583659&0&E5: Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A
PCIIDE\IDECHANNEL\4&3189A216&0&0                            : PCIIDE\IDECHANNEL\4&3189A216&0&1                            : PCIIDE\IDECHANNEL\4&38D74911&0&0                            : PCIIDE\IDECHANNEL\4&38D74911&0&1                            : ROOT\ACPI_HAL\0000                                          : ROOT\CNTX_VPCNETS2_MP\0000                                  : 802.11n Network Adapter - Virtual Machine Network Services Driver
ROOT\CNTX_VPCNETS2_MP\0001                                  : Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller - Virtual Machine Network Services Driver
ROOT\CNTX_VPCNETS2_MP\0002                                  : Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller - Virtual Machine Network Services Driver
ROOT\DMIO\0000                                              : ROOT\FTDISK\0000                                            : ROOT\LEGACY_ABP480N5\0000                                   : abp480n5
ROOT\LEGACY_ADPU160M\0000                                   : adpu160m
ROOT\LEGACY_AFD\0000                                        : AFD
ROOT\LEGACY_AGP440\0000                                     : Intel - ROOT\LEGACY_AGPCPQ\0000                                     : Compaq - ROOT\LEGACY_AHA154X\0000                                    : Aha154x
ROOT\LEGACY_AIC78U2\0000                                    : aic78u2
ROOT\LEGACY_AIC78XX\0000                                    : aic78xx
ROOT\LEGACY_ALIIDE\0000                                     : AliIde
ROOT\LEGACY_ALIM1541\0000                                   : ALI - ROOT\LEGACY_AMDAGP\0000                                     : AMD - ROOT\LEGACY_AMSINT\0000                                     : amsint
ROOT\LEGACY_ARP1394\0000                                    : ROOT\LEGACY_ASC\0000                                        : asc
ROOT\LEGACY_ASC3350P\0000                                   : asc3350p
ROOT\LEGACY_ASC3550\0000                                    : asc3550
ROOT\LEGACY_BEEP\0000                                       : Beep
ROOT\LEGACY_CBIDF\0000                                      : cbidf
ROOT\LEGACY_CD20XRNT\0000                                   : cd20xrnt
ROOT\LEGACY_CMDIDE\0000                                     : CmdIde
ROOT\LEGACY_CPQARRAY\0000                                   : Cpqarray
ROOT\LEGACY_DAC2W2K\0000                                    : dac2w2k
ROOT\LEGACY_DAC960NT\0000                                   : dac960nt
ROOT\LEGACY_DMBOOT\0000                                     : dmboot
ROOT\LEGACY_DMLOAD\0000                                     : dmload
ROOT\LEGACY_DPTI2O\0000                                     : dpti2o
ROOT\LEGACY_EIO_XP\0000                                     : EIO_XP
ROOT\LEGACY_FIPS\0000                                       : Fips
ROOT\LEGACY_GPC\0000                                        : ROOT\LEGACY_HPN\0000                                        : hpn
ROOT\LEGACY_HTTP\0000                                       : HTTP
ROOT\LEGACY_I2OMGMT\0000                                    : i2omgmt
ROOT\LEGACY_I2OMP\0000                                      : i2omp
ROOT\LEGACY_INI910U\0000                                    : ini910u
ROOT\LEGACY_IPNAT\0000                                      : ROOT\LEGACY_IPSEC\0000                                      : ROOT\LEGACY_KSECDD\0000                                     : ksecdd
ROOT\LEGACY_MNMDD\0000                                      : mnmdd
ROOT\LEGACY_MOUNTMGR\0000                                   : mountmgr
ROOT\LEGACY_MRAID35X\0000                                   : mraid35x
ROOT\LEGACY_NDIS\0000                                       : ROOT\LEGACY_NDISTAPI\0000                                   : NDIS-ROOT\LEGACY_NDISUIO\0000                                    : NDIS-ROOT\LEGACY_NDPROXY\0000                                    : NDProxy
ROOT\LEGACY_NETBT\0000                                      : NetBios ROOT\LEGACY_NULL\0000                                       : Null
ROOT\LEGACY_PARTMGR\0000                                    : PartMgr
ROOT\LEGACY_PARVDM\0000                                     : ParVdm
ROOT\LEGACY_PCIIDE\0000                                     : PCIIde
ROOT\LEGACY_PERC2\0000                                      : perc2
ROOT\LEGACY_PERC2HIB\0000                                   : perc2hib
ROOT\LEGACY_QL1080\0000                                     : ql1080
ROOT\LEGACY_QL10WNT\0000                                    : Ql10wnt
ROOT\LEGACY_QL12160\0000                                    : ql12160
ROOT\LEGACY_QL1240\0000                                     : ql1240
ROOT\LEGACY_QL1280\0000                                     : ql1280
ROOT\LEGACY_RASACD\0000                                     : ROOT\LEGACY_RDPCDD\0000                                     : RDPCDD
ROOT\LEGACY_SISAGP\0000                                     : SIS - ROOT\LEGACY_SPARROW\0000                                    : Sparrow
ROOT\LEGACY_SYMC810\0000                                    : symc810
ROOT\LEGACY_SYMC8XX\0000                                    : symc8xx
ROOT\LEGACY_SYM_HI\0000                                     : sym_hi
ROOT\LEGACY_SYM_U3\0000                                     : sym_u3
ROOT\LEGACY_TCPIP\0000                                      : ROOT\LEGACY_TDRPMAN\0000                                    : Acronis Try&Decide and Restore Points filter
ROOT\LEGACY_TOSIDE\0000                                     : TosIde
ROOT\LEGACY_ULTRA\0000                                      : ultra
ROOT\LEGACY_VGASAVE\0000                                    : VgaSave
ROOT\LEGACY_VIAAGP\0000                                     : VIA - ROOT\LEGACY_VIAIDE\0000                                     : ViaIde
ROOT\LEGACY_VMM\0000                                        : Virtual Machine Monitor
ROOT\LEGACY_VMSCSI\0000                                     : vmscsi
ROOT\LEGACY_VOLSNAP\0000                                    : VolSnap
ROOT\LEGACY_WANARP\0000                                     : ROOT\LEGACY_WDF01000\0000                                   : Kernel Mode Driver Frameworks service
ROOT\MEDIA\MS_MMACM                                         : ROOT\MEDIA\MS_MMDRV                                         : ROOT\MEDIA\MS_MMMCI                                         : ROOT\MEDIA\MS_MMVCD                                         : ROOT\MEDIA\MS_MMVID                                         : ROOT\MS_L2TPMINIPORT\0000                                   : ROOT\MS_NDISWANIP\0000                                      : ROOT\MS_PPPOEMINIPORT\0000                                  : ROOT\MS_PPTPMINIPORT\0000                                   : ROOT\MS_PSCHEDMP\0000                                       : ROOT\MS_PSCHEDMP\0001                                       : Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller - ROOT\MS_PSCHEDMP\0002                                       : Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller - ROOT\MS_PSCHEDMP\0003                                       : 802.11n Network Adapter - ROOT\MS_PTIMINIPORT\0000                                    : ROOT\RDPDR\0000                                             : ROOT\RDP_KBD\0000                                           : ROOT\RDP_MOU\0000                                           : ROOT\SEAGATEDEVICES\0000                                    : Seagate DiscWizard Image Backup Archive Explorer
ROOT\SYSTEM\0000                                            : ROOT\SYSTEM\0001                                            : ROOT\SYSTEM\0002                                            : ROOT\SYSTEM\0003                                            : DAEMON Tools Virtual Bus Driver
SCSI\ARRAY&VEN_MARVELL&PROD_VIRTUAL_DEVICE&REV_1.00\5&3B49150A&0&0140: Marvell Virtual Device
SCSI\DISK&VEN_WDC_WD80&PROD_0JB-00JJC0&REV_\5&3B49150A&0&000: WDC WD80 0JB-00JJC0 SCSI Disk Device
STORAGE\REMOVABLEMEDIA\7&3AC2A2B2&0&RM                      : STORAGE\VOLUME\1&30A96598&0&SIGNATURE51135113OFFSET3E8246E00LENGTHEB9279200: STORAGE\VOLUME\1&30A96598&0&SIGNATURE51135113OFFSET7E00LENGTH3E7A5F000: SW\{A7C7A5B0-5AF3-11D1-9CED-00A024BF0407}\{9B365890-165F-11D0-A195-0020AFD156E4}: SW\{B7EAFDC0-A680-11D0-96D8-00AA0051E51D}\{9B365890-165F-11D0-A195-0020AFD156E4}: SW\{CD171DE3-69E5-11D2-B56D-0000F8754380}\{9B365890-165F-11D0-A195-0020AFD156E4}: SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC          : RAS USB\ROOT_HUB\4&14D59EDA&0                                   : USB\ROOT_HUB\4&1BD273F9&0                                   : USB\ROOT_HUB\4&1D34232F&0                                   : USB\ROOT_HUB\4&3141BC6C&0                                   : USB\ROOT_HUB\4&33D5EF4B&0                                   : USB\ROOT_HUB\4&67E9D0C&0                                    : USB\ROOT_HUB20\4&290CAFBE&0                                 : USB\ROOT_HUB20\4&3097EDFD&0                                 : USB\VID_0324&PID_BC08\AA04012700007437                      : USB\VID_045E&PID_0745\5&35EDA8E7&0&1                        : Microsoft Mouse and Keyboard Detection Driver (USB)
USB\VID_045E&PID_0745&MI_00\6&18E82B6A&0&0000               : USB HID-USB\VID_045E&PID_0745&MI_01\6&18E82B6A&0&0001               : USB HID-USB\VID_045E&PID_0745&MI_02\6&18E82B6A&0&0002               : USB HID-USB\VID_0B05&PID_1742\1.0                                   : 802.11n Network Adapter
USB\VID_16D5&PID_6502\5&385A3465&0&2                        : USB\VID_16D5&PID_6502&MI_00\6&1C652A50&0&0000               : AnyDATA CDMA USB Modem (PID 6502)
USB\VID_16D5&PID_6502&MI_01\6&1C652A50&0&0001               : AnyDATA CDMA USB Serial 1 (DIAG) Device (PID 6502) (COM4)
USB\VID_16D5&PID_6502&MI_02\6&1C652A50&0&0002               : AnyDATA CDMA USB Serial 2 (NMEA) Device (PID 6502) (COM5)
USB\VID_16D5&PID_6502&MI_03\6&1C652A50&0&0003               : USBSTOR\CDROM&VEN_ANYDATA&PROD_CD-ROM&REV_1.00\7&224B8020&0 : AnyDATA CD-ROM USB Device
USBSTOR\DISK&VEN_OCZ&PROD_RALLY2&REV_1100\AA04012700007437&0: OCZ RALLY2 USB Device
V1394\NIC1394\17CF51D1E8C00                                 : 198 matching device(s) found.

I've found that string:
ISAPNP\READDATAPORT\0 : PCI\VEN_10DE&DEV_0612&SUBSYS_82A81043&REV_A2\4&399D3C6A&0&0008: NVIDIA GeForce 9800 GTX/9800 GTX+
And launched text search in all driverpacks [C:\D\] to search every .inf-file for "ISAPNP\READDATAPORT\0" and "PCI\VEN_10DE&DEV_0612&SUBSYS_82A81043&REV_A2\4&399D3C6A&0&0008" strings.
And it found no matches, i thought this can be usefull. Correct me if i'm wrong.

My FindHwids results is the same

Last edited by zawakened (2011-03-01 01:08:42)