driver-win.rst
changeset 303 ff23efaf6857
parent 301 072d4cc9d726
child 450 4718697074d9
equal deleted inserted replaced
302:99a26974a053 303:ff23efaf6857
   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 
   115 
       
   116 * How list drivers?
       
   117 
       
   118 Set environment devmgr_show_nonpresent_devices to 1 and run Device Manager,
       
   119 select "View" --> "Show hidden devices".
       
   120 
   116 * How install drivers?
   121 * How install drivers?
   117 
   122 
   118 Driver Install Frameworks (DIFx) tools allow installing driver under following
   123 Driver Install Frameworks (DIFx) tools allow installing driver under following
   119 OSes:
   124 OSes:
   120 
   125 
   129 It consist from API (from library, DIFxAPI, DIFxApp) and command line tool
   134 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.
   135 (DPInst) which can be found in WDK and their licence allow redistribution.
   131 
   136 
   132   http://www.microsoft.com/whdc/driver/install/DIFxFAQ.mspx
   137   http://www.microsoft.com/whdc/driver/install/DIFxFAQ.mspx
   133                 Information about Driver Install Frameworks Tools
   138                 Information about Driver Install Frameworks Tools
       
   139   http://msdn.microsoft.com/ru-ru/magazine/cc302206%28en-us%29.aspx
       
   140                 If you update any drivers in Device Manager
       
   141                 %windir%\system32\ReinstallBackups folder is created with
       
   142                 backups of the old drivers.
   134 
   143