Hi
I have a signed driver (the .sys files are digital signed and it is WHQL signed)
for some reason the driver version is missing from Microsoft WMI class “Win32_PnPSignedDriver”.
I have the version in INF and also in the resource file in my driver.
In device manager I see the version in the driver properties and in driver details.
any idea what can cause this?
from where the WMI takes this information?
What sort of driver is this?
For NDIS, WMI and NDIS OID handling are related. If the NDIS driver does not
support the correct OID, then the WMI call can’t fetch it.
Don’t know how WMI maps to other driver types…
Thomas F. Divine
http://www.pcausa.com
From:
Sent: Wednesday, May 25, 2011 10:08 AM
To: “Windows System Software Devs Interest List”
Subject: [ntdev] Driver information in WMI Win32_PnPSignedDriver
> Hi
> I have a signed driver (the .sys files are digital signed and it is WHQL
> signed)
> for some reason the driver version is missing from Microsoft WMI class
> “Win32_PnPSignedDriver”.
>
> I have the version in INF and also in the resource file in my driver.
> In device manager I see the version in the driver properties and in driver
> details.
>
> any idea what can cause this?
> from where the WMI takes this information?
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
it is a Generic Driver (Function Driver, in System Class)
Have you tried driverquery /SI ? Does it display your driver?
–pa
“driverquery /SI” display my driver, this is the output line of mydriver:
“MyDriver N/A FALSE MyCompany”
When I look in the device properties (and the same in Driver File Details Windows) in the device manager I’m seeing:
Digital Signer:
“Microsoft Windows Hardware Compatibility Publisher”
ideas any one?
> ideas any one?
An idea: the .sys file is signed, but the whole package (INF) is not. Someone has tampered with the .inf or other file?
–pa
I double check the my CAT file. it is valid.
correct my if I’m wrong on Device Proprieties in Device Manager I got:
Digital Signer: “Microsoft Windows Hardware Compatibility Publisher”
if the CAT/INF file was not valid, I wouldn’t see that, right?
> I double check the my CAT file. it is valid.
correct my if I’m wrong on Device Proprieties in Device Manager I got:
Digital Signer: “Microsoft Windows Hardware Compatibility Publisher”
if the CAT/INF file was not valid, I wouldn’t see that, right?
No… it just says who signed the cat (which contains hashes of other files
listed in the inf).
I am not sure that the dev. manager property page goes and scans all these
files.
–pa