hp38guser, on Jul 21 2005, 03:36 PM, said:
This might just work for custom monitor drivers for example.
Using the SetupCopyOEMINf utility the setup inf's are passed to the Windows\Inf directory in alphabetical order.
So I install my custom
Acer monitor driver so:
Thanks to the A it comes first, so Windows will copy the inf to oem0.inf
Now I could use
[OemInfFiles]
OemDriverFlags=1
OemInfName="oem0.inf"
To force installation of the monitor inf
Let's find out.
this method fail as i am using non whql nvraid.inf ... located as oem94.inf
wonder if old driver copying to c will works...
maybe someone will need this code....
[SetupAPI Log]
OS Version = 5.1.2600 Service Pack 2
Platform ID = 2 (NT)
Service Pack = 2.0
Suite = 0x0100
Product Type = 1
Architecture = x86
[2006/08/21 22:24:34 576.3 Driver Install]
#-019 Searching for hardware ID(s): 10de-0054,primary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#-198 Command line processed: C:\WINDOWS\system32\services.exe
#I022 Found "Primary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Primary IDE Channel"; Driver: "Primary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_primary".
#I023 Actual install section: [atapi_Inst_primary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E358 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" blocked (server install). Error 0x800b0100: No signature was present in the subject.
Windows could not load the installer for hdc. Contact your hardware vendor for assistance. Error 0x800b0100: No signature was present in the subject.
[2006/08/21 22:24:38 576.7 Driver Install]
#-019 Searching for hardware ID(s): 10de-0054,secondary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#-198 Command line processed: C:\WINDOWS\system32\services.exe
#I022 Found "Secondary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Secondary IDE Channel"; Driver: "Secondary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_secondary".
#I023 Actual install section: [atapi_Inst_secondary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E358 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" blocked (server install). Error 0x800b0100: No signature was present in the subject.
Windows could not load the installer for hdc. Contact your hardware vendor for assistance. Error 0x800b0100: No signature was present in the subject.
[2006/08/21 22:24:40 576.10 Driver Install]
#-019 Searching for hardware ID(s): 10de-0053,primary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#-198 Command line processed: C:\WINDOWS\system32\services.exe
#I022 Found "Primary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Primary IDE Channel"; Driver: "Primary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_primary".
#I023 Actual install section: [atapi_Inst_primary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E358 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" blocked (server install). Error 0x800b0100: No signature was present in the subject.
Windows could not load the installer for hdc. Contact your hardware vendor for assistance. Error 0x800b0100: No signature was present in the subject.
[2006/08/21 22:24:42 576.13 Driver Install]
#-019 Searching for hardware ID(s): 10de-0053,secondary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#-198 Command line processed: C:\WINDOWS\system32\services.exe
#I022 Found "Secondary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Secondary IDE Channel"; Driver: "Secondary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_secondary".
#I023 Actual install section: [atapi_Inst_secondary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E358 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" blocked (server install). Error 0x800b0100: No signature was present in the subject.
Windows could not load the installer for hdc. Contact your hardware vendor for assistance. Error 0x800b0100: No signature was present in the subject.
[2006/08/21 22:24:44 1808.2]
#-199 Executing "C:\WINDOWS\system32\rundll32.exe" with command line: rundll32.exe newdev.dll,ClientSideInstall \\.\pipe\PNP_Device_Install_Pipe_0.{46BBF9ED-51EE-4604-8E47-A750499C4DA2}
#I060 Set selected driver.
#-019 Searching for hardware ID(s): 10de-0054,primary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#I022 Found "Primary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Primary IDE Channel"; Driver: "Primary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_primary".
#I023 Actual install section: [atapi_Inst_primary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-148 Loading coinstaller modules for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [atapi_Inst_primary] in "c:\windows\inf\mshdc.inf".
#I320 Class GUID of device remains: {4D36E96A-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of "PCIIDE\IDECHANNEL\4&232E9B27&0&0".
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-148 Loading coinstaller modules for "Primary IDE Channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Primary IDE Channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [atapi_Inst_primary.Interfaces] from "c:\windows\inf\mshdc.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of "PCIIDE\IDECHANNEL\4&232E9B27&0&0".
#W100 Query-removal during install of "PCIIDE\IDECHANNEL\4&232E9B27&0&0" was vetoed by "IDE\DiskST3250624AS_____________________________3.AAE___\5&62da25e&0&0.0.
0" (veto type 6: PNP_VetoDevice).
#W104 Device "PCIIDE\IDECHANNEL\4&232E9B27&0&0" required reboot: Query remove failed (install) CfgMgr32 returned: 0x17: CR_REMOVE_VETOED.
#I121 Device install of "PCIIDE\IDECHANNEL\4&232E9B27&0&0" finished successfully.
[2006/08/21 22:24:47 1808.12]
#-199 Executing "C:\WINDOWS\system32\rundll32.exe" with command line: rundll32.exe newdev.dll,ClientSideInstall \\.\pipe\PNP_Device_Install_Pipe_0.{46BBF9ED-51EE-4604-8E47-A750499C4DA2}
#I060 Set selected driver.
#-019 Searching for hardware ID(s): 10de-0054,secondary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#I022 Found "Secondary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Secondary IDE Channel"; Driver: "Secondary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_secondary".
#I023 Actual install section: [atapi_Inst_secondary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-148 Loading coinstaller modules for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [atapi_Inst_secondary] in "c:\windows\inf\mshdc.inf".
#I320 Class GUID of device remains: {4D36E96A-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of "PCIIDE\IDECHANNEL\4&232E9B27&0&1".
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-148 Loading coinstaller modules for "Secondary IDE Channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Secondary IDE Channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [atapi_Inst_secondary.Interfaces] from "c:\windows\inf\mshdc.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of "PCIIDE\IDECHANNEL\4&232E9B27&0&1".
#I121 Device install of "PCIIDE\IDECHANNEL\4&232E9B27&0&1" finished successfully.
[2006/08/21 22:24:52 1808.21]
#-199 Executing "C:\WINDOWS\system32\rundll32.exe" with command line: rundll32.exe newdev.dll,ClientSideInstall \\.\pipe\PNP_Device_Install_Pipe_0.{46BBF9ED-51EE-4604-8E47-A750499C4DA2}
#I060 Set selected driver.
#-019 Searching for hardware ID(s): 10de-0053,primary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#I022 Found "Primary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Primary IDE Channel"; Driver: "Primary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_primary".
#I023 Actual install section: [atapi_Inst_primary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-148 Loading coinstaller modules for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [atapi_Inst_primary] in "c:\windows\inf\mshdc.inf".
#I320 Class GUID of device remains: {4D36E96A-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of "PCIIDE\IDECHANNEL\4&3B0C3640&0&0".
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-148 Loading coinstaller modules for "Primary IDE Channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Primary IDE Channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [atapi_Inst_primary.Interfaces] from "c:\windows\inf\mshdc.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of "PCIIDE\IDECHANNEL\4&3B0C3640&0&0".
#I121 Device install of "PCIIDE\IDECHANNEL\4&3B0C3640&0&0" finished successfully.
[2006/08/21 22:24:53 1808.30]
#-199 Executing "C:\WINDOWS\system32\rundll32.exe" with command line: rundll32.exe newdev.dll,ClientSideInstall \\.\pipe\PNP_Device_Install_Pipe_0.{46BBF9ED-51EE-4604-8E47-A750499C4DA2}
#I060 Set selected driver.
#-019 Searching for hardware ID(s): 10de-0053,secondary_ide_channel,*pnp0600
#-018 Searching for compatible ID(s): *pnp0600
#I022 Found "Secondary_IDE_Channel" in C:\WINDOWS\inf\mshdc.inf; Device: "Secondary IDE Channel"; Driver: "Secondary IDE Channel"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst_secondary".
#I023 Actual install section: [atapi_Inst_secondary]. Rank: 0x00000001. Effective driver date: 07/01/2001.
#I022 Found "*PNP0600" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard IDE/ESDI Hard Disk Controller"; Driver: "Standard IDE/ESDI Hard Disk Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "atapi_Inst".
#I023 Actual install section: [atapi_Inst]. Rank: 0x00000002. Effective driver date: 07/01/2001.
#-147 Loading class installer module for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-148 Loading coinstaller modules for "IDE channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "IDE channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [atapi_Inst_secondary] in "c:\windows\inf\mshdc.inf".
#I320 Class GUID of device remains: {4D36E96A-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of "PCIIDE\IDECHANNEL\4&3B0C3640&0&1".
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-148 Loading coinstaller modules for "Secondary IDE Channel".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Secondary IDE Channel" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [atapi_Inst_secondary.Interfaces] from "c:\windows\inf\mshdc.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of "PCIIDE\IDECHANNEL\4&3B0C3640&0&1".
#I121 Device install of "PCIIDE\IDECHANNEL\4&3B0C3640&0&1" finished successfully.
[2006/08/21 22:25:43 3424.208]
#-198 Command line processed: "C:\WINDOWS\system32\mmc.exe" C:\WINDOWS\system32\devmgmt.msc /s
#-147 Loading class installer module for "Standard Dual Channel PCI IDE Controller".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Standard Dual Channel PCI IDE Controller" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-148 Loading coinstaller modules for "Standard Dual Channel PCI IDE Controller".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Standard Dual Channel PCI IDE Controller" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
[2006/08/21 22:25:46 3424.212]
#-198 Command line processed: "C:\WINDOWS\system32\mmc.exe" C:\WINDOWS\system32\devmgmt.msc /s
#-147 Loading class installer module for "Standard Dual Channel PCI IDE Controller".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Standard Dual Channel PCI IDE Controller" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-148 Loading coinstaller modules for "Standard Dual Channel PCI IDE Controller".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "Standard Dual Channel PCI IDE Controller" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#I060 Set selected driver.
#-019 Searching for hardware ID(s): pci\ven_10de&dev_0053&subsys_1c0c147b&rev_a2,pci\ven_10de&dev_0053&subsys_1c0c147b,
pci\ven_10de&dev_0053&cc_01018a,pci\ven_10de&dev_0053&cc_0101
#-018 Searching for compatible ID(s): pci\ven_10de&dev_0053&rev_a2,pci\ven_10de&dev_0053,pci\ven_10de&cc_01018a,
pci\ven_10de&cc_0101,pci\ven_10de,pci\cc_01018a,pci\cc_0101
#I022 Found "PCI\VEN_10DE&DEV_0053&CC_0101" in C:\WINDOWS\inf\oem95.inf; Device: "NVIDIA nForce4 Parallel ATA Controller"; Driver: "NVIDIA nForce4 Parallel ATA Controller"; Provider: "NVIDIA Corporation"; Mfg: "NVIDIA Corporation"; Section name: "Crush11_Inst".
#I087 Driver node not trusted, rank changed from 0x00000003 to 0x00008003.
#I023 Actual install section: [Crush11_Inst.NTx86]. Rank: 0x00008003. Effective driver date: 05/01/2006.
#I022 Found "PCI\CC_0101" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard Dual Channel PCI IDE Controller"; Driver: "Standard Dual Channel PCI IDE Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "pciide_Inst".
#I023 Actual install section: [pciide_Inst]. Rank: 0x00003006. Effective driver date: 07/01/2001.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [pciide_Inst] in "c:\windows\inf\mshdc.inf".
#I320 Class GUID of device remains: {4D36E96A-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#I060 Set selected driver.
#-019 Searching for hardware ID(s): pci\ven_10de&dev_0053&subsys_1c0c147b&rev_a2,pci\ven_10de&dev_0053&subsys_1c0c147b,
pci\ven_10de&dev_0053&cc_01018a,pci\ven_10de&dev_0053&cc_0101
#-018 Searching for compatible ID(s): pci\ven_10de&dev_0053&rev_a2,pci\ven_10de&dev_0053,pci\ven_10de&cc_01018a,
pci\ven_10de&cc_0101,pci\ven_10de,pci\cc_01018a,pci\cc_0101
#I022 Found "PCI\VEN_10DE&DEV_0053&CC_0101" in C:\WINDOWS\inf\oem95.inf; Device: "NVIDIA nForce4 Parallel ATA Controller"; Driver: "NVIDIA nForce4 Parallel ATA Controller"; Provider: "NVIDIA Corporation"; Mfg: "NVIDIA Corporation"; Section name: "Crush11_Inst".
#I087 Driver node not trusted, rank changed from 0x00000003 to 0x00008003.
#I023 Actual install section: [Crush11_Inst.NTx86]. Rank: 0x00008003. Effective driver date: 05/01/2006.
#I022 Found "PCI\CC_0101" in C:\WINDOWS\inf\mshdc.inf; Device: "Standard Dual Channel PCI IDE Controller"; Driver: "Standard Dual Channel PCI IDE Controller"; Provider: "Microsoft"; Mfg: "(Standard IDE ATA/ATAPI controllers)"; Section name: "pciide_Inst".
#I023 Actual install section: [pciide_Inst]. Rank: 0x00003006. Effective driver date: 07/01/2001.