merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 28 Jan 2011 15:34:39 +0200
changeset 792 f47b0d2e35dd
parent 788 218791dc0b27 (current diff)
parent 791 ba7ab740138b (diff)
child 793 7453db7e6f54
merged
--- a/driver-win.rst	Thu Jan 27 20:33:44 2011 +0200
+++ b/driver-win.rst	Fri Jan 28 15:34:39 2011 +0200
@@ -1,5 +1,12 @@
 -*- mode: outline; coding: utf-8; fill-column: 80 -*-
 
+* About.
+
+  microsoft.public.development.device.drivers
+                NNTP driver development group at msnews.microsoft.com:119
+  http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx
+                Web-interface to NNTP forum
+
 * Which version exist?
 
  - VxD
@@ -159,9 +166,15 @@
 
 To detect whether a driver loaded, check the status of the device in Device Manager.
 
-In Windows Vista and later versions of Windows, SetupAPI logs information about device installation
-in a plain-text log file that you can use to verify the installation of a device and to troubleshoot
-device installation problems. Check
+SetupAPI logs information about device installation in a plain-text log file
+that you can use to verify the installation of a device and to troubleshoot
+device installation problems.
+
+For Windows XP/2003 check:
+
+  %SystemRoot%/setupapi.log
+
+For Windows Vista and later versions of Windows check:
 
   %SystemRoot%\inf\SetupAPI.dev.log     installation events in the device
   %SystemRoot%\inf\SetupAPI.app.log     application installation