From: Kyris on
Kota,

Due to a DTM error message "CoInstaller version doesn't match any of the RTM
fre versions" I have had to upgrade from 6000 to 7600.16385.1 of the DDK in
order to pass the DTM test. Now our drivers won't install properly on x86
Vista and XP machines. Effectively the HID device won't load.

It seems that the DDK is broken, DTM fails with 6000, but the device won't
work on XP or Vista with 7600.16385.1. Its looking like we will have to
support both DDK's for different OS. :'(

This problem seems have been raised here as well:-

http://www.winvistatips.com/wdfcoinstaller01009-ok-xp-vista-t584387.html

Let me know how you get on.

Kyris.

"Kota" wrote:

> Hi,
>
> For the above trouble, I have replaced the WDFCoinstaller 1.9 ver instead
> 1.5 in inf file and driver setup files, it worked in xp & vista, but it
> requires system restart.
>
> I want to use 1.5 ver to avoid system restart, I am conused about it is
> working for
>
> WDK-7600 environment:
> -----------------------------
> Win-7 WDFCoinstaller -1.5 working
> xp, vista WDFCoinstaller -1.5 not working
> xp, vista WDFCoinstaller -1.9 working
>
> WDK-6000 environment:
> ----------------------------
> xp, vista WDFCoinstaller -1.5 working
> Can i use this env for win-7?
>
> Can anyone provide some clues about the behavior?
>
> Thanks,
> Kota