driver-win.rst
changeset 629 f677b24ac51b
parent 628 0af4870462ea
child 640 011003fc79d8
equal deleted inserted replaced
628:0af4870462ea 629:f677b24ac51b
   180   http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx
   180   http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx
   181                 Code-Signing Best Practices
   181                 Code-Signing Best Practices
   182 
   182 
   183 ** Tools for Signing Drivers.
   183 ** Tools for Signing Drivers.
   184 
   184 
   185 CertMgr Inf2Cat MakeCat MakeCert Pvk2Pfx SignTool
   185 'certmgr.msc' present in Windows 2000 and upper.
       
   186 
       
   187 From Windows SDK/WDK:
       
   188 
       
   189   CertMgr Inf2Cat MakeCat MakeCert Pvk2Pfx SignTool
   186 
   190 
   187   http://msdn.microsoft.com/en-us/library/ff552958.aspx
   191   http://msdn.microsoft.com/en-us/library/ff552958.aspx
   188                 Tools for Signing Drivers
   192                 Tools for Signing Drivers
   189 
   193 
   190 * Invoking a Device Properties Dialog Box from a Command-line Prompt.
   194 * Invoking a Device Properties Dialog Box from a Command-line Prompt.