Thanks for your help.
I’ve figured out, that the coinstaller doesn’t copy the WdfCoInstaller01000…dll to the system32 dir. The DLL isn’t even noticed in the setupapi.log. It seem as if the Coinstaller-section of my INF File is completely ignored.
Do I need more files than WdfCoInstaller01000.dll in my directory from which I want to install the driver?
Is it possible to install the DLL by hand?
The System is Windows XP SP2 (all updates) Free Build
Here’s the listing of my CoInstaller Section of my INF File
;-------------- WDF Coinstaller installation
[DestinationDirs]
CoInstaller_CopyFiles = 11
[SercosPCI.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles
[CoInstaller_CopyFiles]
WdfCoinstaller01000.dll
[SourceDisksFiles]
WdfCoinstaller01000.dll=1
[CoInstaller_AddReg]
HKR,CoInstallers32,0x00010000, “WdfCoinstaller01000.dll,WdfCoInstaller”
[SercosPCI.Wdf]
KmdfService = SercosPCI, SercosPCI_wdfsect
[SercosPCI_wdfsect]
KmdfLibraryVersion = 1.0
;---------------------------------------------------------------;
>> xxxxx@microsoft.com 03/31 9:02 >>>
\windows\setupact.log will have KMDF logging as well. BTW, setupapi.log
is massively improved in Vista, logging was completely overhauled and is
now much more intelligible.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@osr.com
Sent: Friday, March 31, 2006 6:10 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] KMDF Driver couldn’t be loaded
Are you including the KMDF co-installer stuff in your INF? What OS is
the install failing on?
You can check \Windows\SetupAPI.log for more info (though, I must say, I
almost never find the information in that file very helpful).
Peter
OSR
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer