driver-win.rst
changeset 619 bae478dec531
parent 618 ef2c73fcca44
child 620 2ddec78833f4
equal deleted inserted replaced
618:ef2c73fcca44 619:bae478dec531
   120 Set environment devmgr_show_nonpresent_devices to 1 and run Device Manager,
   120 Set environment devmgr_show_nonpresent_devices to 1 and run Device Manager,
   121 select "View" --> "Show hidden devices".
   121 select "View" --> "Show hidden devices".
   122 
   122 
   123 * How install drivers?
   123 * How install drivers?
   124 
   124 
       
   125 ** dpinst.
       
   126 
   125 Driver Install Frameworks (DIFx) tools allow installing driver under following
   127 Driver Install Frameworks (DIFx) tools allow installing driver under following
   126 OSes:
   128 OSes:
   127 
   129 
   128   Windows Server 2008 R2
   130   Windows Server 2008 R2
   129   Windows 7
   131   Windows 7
   140                 Information about Driver Install Frameworks Tools
   142                 Information about Driver Install Frameworks Tools
   141   http://msdn.microsoft.com/ru-ru/magazine/cc302206%28en-us%29.aspx
   143   http://msdn.microsoft.com/ru-ru/magazine/cc302206%28en-us%29.aspx
   142                 If you update any drivers in Device Manager
   144                 If you update any drivers in Device Manager
   143                 %windir%\system32\ReinstallBackups folder is created with
   145                 %windir%\system32\ReinstallBackups folder is created with
   144                 backups of the old drivers.
   146                 backups of the old drivers.
       
   147 
       
   148 ** devcon.
       
   149 
       
   150 This command-line specifies the location of the driver package's INF file (c:\toaster\toastpkg.inf)
       
   151 and the toaster device's hardware identifier (ID), which is specified within the INF file.
       
   152 
       
   153   cmd# devcon.exe install c:\toaster\toastpkg.inf {b85b7c50-6a01-11d2-b841-00c04fad5171}\mstoaster
       
   154 
       
   155   http://msdn.microsoft.com/en-us/library/ff553642.aspx
       
   156                 Using the DevCon Tool to Install a Driver Package
   145 
   157 
   146 * How debug Windows drivers.
   158 * How debug Windows drivers.
   147 
   159 
   148 To detect whether a driver loaded, check the status of the device in Device Manager.
   160 To detect whether a driver loaded, check the status of the device in Device Manager.
   149 
   161