luis morales wrote: > I need to know if it is possible this points: > 1-To execute an unattended installation of libusb in a windows 7 OS (32 > bits) > 2-I need that the driver be signed. > ... > Please could anyone tell me how can I do a silent and an unattended > installation of libusb for windows 7 32 bits for different pc's?
There are three steps: 1. You need to create a CAT file for your driver package (using the inf2cat tool, which is part of the Windows Driver Kit). The CAT file includes a checksum of all of the files in the driver, to ensure the package is not damaged. 2. Then, you need to sign the CAT file with a code-signing certificate. You don't need to use a cross-certificate, unless you plan to install on a 64-bit system. 3. Then, your certificate needs to be installed in the "trusted publisher" certificate store on the machine. That's what the "Always trust this publisher?" prompt does the first time you install a signed package, but you can pre-populate the store using the certificate manager. On a side note, Windows 8 now REQUIRES a signed CAT file before it will install a driver package. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel