| 9 | | 1. A set of driver binaries, along with a static inf file matching the devices you plan to support (autogenerated inf from libwdi will not work as they would need to be signed on the fly, meaning that the private key used for signing would no longer be private) |
| 10 | | 1. A valid driver signing certificate. |
| 11 | | 1. The latest source of libwdi and one of the supported libwdi development environments |
| 12 | | 1. The latest WDK |
| | 9 | 1. A set of driver binaries, along with a static inf file matching the devices you plan to support (the inf that libwdi generates cannot work, as it would then need to be signed on the fly, meaning that that you would have to embed the private key used for signing in your application, with is not something you should ever do) |
| | 10 | 1. A valid driver signing certificate (see "Obtaining a driver signing certificate") |
| | 11 | 1. The latest libwdi source, and one of the supported libwdi development environments. Since you will also need the latest WDK below, it might be a good idea to use it as your development environment |
| | 12 | 1. The [http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff latest WDK] |
| 20 | | Most of the driver signing credentials I am aware of seem to originate either from [http://www.verisign.com/ VeriSign] or [http://www.globalsign.com/ GlobalSign]. There are probably other Certification Authorities providing these services, but these are the two that would be the most commonly used. Note that driver signing certificates can only be delivered to registered companies, which the Certification Authority will check, so individual users cannot purchase driver signing certificate (although this may have changed). |
| | 20 | Most of the driver signing credentials I am aware of seem to originate either from [http://www.verisign.com/ VeriSign] or [http://www.globalsign.com/ GlobalSign]. This does not mean that they are the only Certification Authorities providing these services, but they are the two that appear to be most commonly used. |
| | 21 | |
| | 22 | An important point to be aware of is that that driver signing certificates can only be delivered to registered companies, which the Certification Authority will check, therefore individual users, who don't have their own registered company, cannot usually purchase driver signing certificate. Of course, you can check with the Certification Authority to find out what their delivery requirements are. |