Hello.
Our company makes several simple non-isochronous USB devices that we talk to
using the winusb.sys driver. Our installer package consists of only an INF
file and the various microsoft co-installers required for making sure winusb
is installed properly.
We want to pre-install our INF file using DPInst.exe so that when one of our
USB devices is plugged in, the driver will install without any user
interaction. This, of course, requires that the driver be signed.
My questions:
What is the simplest path to achieve this goal?
Do I just make a .cat file with makecat and sign it with signtool or do we
need to go through WHQL?
If we need to go through WHQL, do we need to go through all of the HCT
hardware tests, or is there a fast-track for INF-only installs?
Will one signature work for XP32, XP64, Vista32, and Vista64?
We are currently waiting for our VeriSign key, so we can try it out.
Thank you
Scott Wild