driver-win.rst
changeset 789 6472b80a8b24
parent 735 5c437e2d5fe1
child 790 cb53d2483faf
equal deleted inserted replaced
783:ba1e9a5ffda8 789:6472b80a8b24
   157 
   157 
   158 * How debug Windows drivers.
   158 * How debug Windows drivers.
   159 
   159 
   160 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.
   161 
   161 
   162 In Windows Vista and later versions of Windows, SetupAPI logs information about device installation
   162 SetupAPI logs information about device installation in a plain-text log file
   163 in a plain-text log file that you can use to verify the installation of a device and to troubleshoot
   163 that you can use to verify the installation of a device and to troubleshoot
   164 device installation problems. Check
   164 device installation problems.
       
   165 
       
   166 For Windows XP/2003 check:
       
   167 
       
   168   %SystemRoot%/SetupApi.log
       
   169 
       
   170 For Windows Vista and later versions of Windows check:
   165 
   171 
   166   %SystemRoot%\inf\SetupAPI.dev.log     installation events in the device
   172   %SystemRoot%\inf\SetupAPI.dev.log     installation events in the device
   167   %SystemRoot%\inf\SetupAPI.app.log     application installation
   173   %SystemRoot%\inf\SetupAPI.app.log     application installation
   168 
   174 
   169   http://msdn.microsoft.com/en-us/library/ff553497.aspx
   175   http://msdn.microsoft.com/en-us/library/ff553497.aspx