# HG changeset patch # User Oleksandr Gavenko # Date 1296221679 -7200 # Node ID f47b0d2e35dd692f7aa90050ceb5f7c2f7d4dfa1 # Parent 218791dc0b27ea487fd18a61cab03b2b23f8902c# Parent ba7ab740138bdea9867fb253dc26a257a6122c7c merged diff -r 218791dc0b27 -r f47b0d2e35dd driver-win.rst --- 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