driver-win.rst
changeset 301 072d4cc9d726
parent 284 b21079a6bc2b
child 303 ff23efaf6857
equal deleted inserted replaced
300:a39e5f8bd767 301:072d4cc9d726
   110 
   110 
   111 See
   111 See
   112 
   112 
   113   http://msdn.microsoft.com/en-us/library/ms791134.aspx
   113   http://msdn.microsoft.com/en-us/library/ms791134.aspx
   114                 System-Supplied Device Setup Classes
   114                 System-Supplied Device Setup Classes
       
   115 
       
   116 * How install drivers?
       
   117 
       
   118 Driver Install Frameworks (DIFx) tools allow installing driver under following
       
   119 OSes:
       
   120 
       
   121   Windows Server 2008 R2
       
   122   Windows 7
       
   123   Windows Server 2008
       
   124   Windows Vista
       
   125   Windows Server 2003
       
   126   Windows XP
       
   127   Windows 2000
       
   128 
       
   129 It consist from API (from library, DIFxAPI, DIFxApp) and command line tool
       
   130 (DPInst) which can be found in WDK and their licence allow redistribution.
       
   131 
       
   132   http://www.microsoft.com/whdc/driver/install/DIFxFAQ.mspx
       
   133                 Information about Driver Install Frameworks Tools
       
   134