The driver-signing tag has no wiki summary.
4
votes
4answers
1k views
dpinst / DifX won't install signed driver silently
When installing a signed driver (i.e. with a properly signed .CAB) on Windows 7 through DpInst, unless it's a WHQL-signed driver, you cannot install it silently. If you run DpInst in the non-silent ...
3
votes
3answers
210 views
What do I have to do and how much does it cost to get a device driver for Windows Vista / 7 (32 and 64 bit) signed?
I've got some drivers which are basically LibUSB-Win32 with a new .inf file to describe product/vendor IDs and strings which describe my hardware. This works fine for 32 bit windows, but 64 bit ...
2
votes
0answers
75 views
How painful is the WHQL certification process?
Can you give an estimate of how painful the WHQL (Windows Logo for Hardware) certification process is? I see there is a 43 page step by step guide where the first step is installing Windows Server ...
1
vote
1answer
130 views
Windows Logo Kit and WHQL for Windows XP
Is it still possible to WHQL-certify drivers for Windows XP, given that it has reached its end of life?
If so, which version of the Windows Logo Kit do I need?
Windows Logo Kit 1.6 won't install on ...
1
vote
2answers
78 views
Can .inf file reference a built-in driver such that it won't give warning during installation?
Our device relies on a built-in windows driver (usbser.sys). Do we still need to go through WHQL testing or can we install in such a way that the user won't see a warning about not passing Logo ...
1
vote
1answer
1k views
Can I install an x64 driver with a test certificate WITHOUT disabling driver signature?
I'm developing a virtual driver and QA needs to check out the x64 version on several Win7 machines. I have strictly followed the instructions on generating certificate for test purposes but I still ...
1
vote
1answer
255 views
Failures when signing a 64-bit driver using Windows Logo Kit
Currently I am working on signing a 64-bit driver for a USB tool which is used to scan areas of the skin.
My setup is like this:
DTM Controller and DTM Studio are
running on a Server machine ...
0
votes
1answer
71 views
How can I speed up the first-time loading of a Windows device driver for an USB device?
We have some boxes running Windows XP for an automated production process. I (not me personally but a robot) connect new USB devices to these boxes. There is a device driver for this device type and ...
0
votes
1answer
421 views
com0com silent install (test signed com0com.sys shows up as signed in explorer but not in Device Manager)
My goal is to have the com0com serial driver install without popping up the install wizard on both WinXP and Win2000.
I am working on WinXP x86. I have followed the test signing instructions for the ...