Discussion:
DTM failed "Verify WDF Coinstaller Version for KMDF"
(too old to reply)
David Voeller
2010-09-07 21:27:03 UTC
Permalink
I have an unclassified USB device driver built in XP driver environment. The
driver package uses the WDF coinstaller
C:\WinDDK\7600.16385.1\redist\wdf\x86\WdfCoInstaller01009.dll.

The DTM (DTM version 1.5.7565.000, WTT version 2.2.2098.0) fails the KMDF
coinstaller version verification test for the XP, Vista 32/64 and W7 32/64
clients. I've checked the date/timestamp/size of
C:\Winodws\System32\WdfCoInstaller01009.dll on each client against that of
the driver package and they are the same. Does anyone have any tips on how I
can track this failure down?
David Voeller
2010-09-07 21:31:03 UTC
Permalink
I the properties of the WdfCoInstaller01009.dll the certificate is only valid
to 4/26/2010. I can't imagine that this is the problem or everyone would be
having the same failure.
Post by David Voeller
I have an unclassified USB device driver built in XP driver environment. The
driver package uses the WDF coinstaller
C:\WinDDK\7600.16385.1\redist\wdf\x86\WdfCoInstaller01009.dll.
The DTM (DTM version 1.5.7565.000, WTT version 2.2.2098.0) fails the KMDF
coinstaller version verification test for the XP, Vista 32/64 and W7 32/64
clients. I've checked the date/timestamp/size of
C:\Winodws\System32\WdfCoInstaller01009.dll on each client against that of
the driver package and they are the same. Does anyone have any tips on how I
can track this failure down?
Satya
2010-09-08 00:02:06 UTC
Permalink
Check for DTM filters from microsoft site. Filters essentially ignore errors
and you will eventually pass the test if your error is one of those known
failures.

Satya
http://www.winprogger.com
Post by David Voeller
I the properties of the WdfCoInstaller01009.dll the certificate is only valid
to 4/26/2010. I can't imagine that this is the problem or everyone would be
having the same failure.
Post by David Voeller
I have an unclassified USB device driver built in XP driver environment. The
driver package uses the WDF coinstaller
C:\WinDDK\7600.16385.1\redist\wdf\x86\WdfCoInstaller01009.dll.
The DTM (DTM version 1.5.7565.000, WTT version 2.2.2098.0) fails the KMDF
coinstaller version verification test for the XP, Vista 32/64 and W7 32/64
clients. I've checked the date/timestamp/size of
C:\Winodws\System32\WdfCoInstaller01009.dll on each client against that of
the driver package and they are the same. Does anyone have any tips on how I
can track this failure down?
David Voeller
2010-09-08 13:08:03 UTC
Permalink
I have the latest updatefilters.cab file installed on the DTM version 1.5.
We might have found a solution to the problem by installing the expired
certificate that goes with the version 1.9 coinstaller. I'll know today.
Post by Satya
Check for DTM filters from microsoft site. Filters essentially ignore errors
and you will eventually pass the test if your error is one of those known
failures.
Satya
http://www.winprogger.com
Post by David Voeller
I the properties of the WdfCoInstaller01009.dll the certificate is only valid
to 4/26/2010. I can't imagine that this is the problem or everyone would be
having the same failure.
Post by David Voeller
I have an unclassified USB device driver built in XP driver environment. The
driver package uses the WDF coinstaller
C:\WinDDK\7600.16385.1\redist\wdf\x86\WdfCoInstaller01009.dll.
The DTM (DTM version 1.5.7565.000, WTT version 2.2.2098.0) fails the KMDF
coinstaller version verification test for the XP, Vista 32/64 and W7 32/64
clients. I've checked the date/timestamp/size of
C:\Winodws\System32\WdfCoInstaller01009.dll on each client against that of
the driver package and they are the same. Does anyone have any tips on how I
can track this failure down?
Loading...