From: Xiaofan C. <xia...@gm...> - 2011-12-21 08:47:46
|
On Wed, Dec 21, 2011 at 4:27 PM, Ekkehard <edo...@ad...> wrote: > Some more light in the dark. I was able to get the file "setupapi.dev.log" > from the target machine. > It shows problems regarding the signature of the driver files. > I created the setup on a Windows 7 (64 bit) machine. > On Windows 7 (64 bit) it runs smooth. > On XP it shows initially "unsigned" but does not prompt for "really sure to > install unsigned driver" (and works) > On Vista (32 bit) it comes up with a red unsigned driver alert, but let the > user decide and continue (and works) > On Vista (64 bit), same as Vista (32 bit) but dont work. > It seems to me that the signature check in Vista is different from Windows 7 > and blocks from running You may want to check if that Vista 64bit machine has been set up to block unsigned driver package? Take note libusbk.sys has been signed but the whole drive package is not (since that is for your specific VID/PID). Another thing to try, what if you remove the cat file from both the driver package and from the inf file? -- Xiaofan |