|
From: Xiaofan C. <xia...@gm...> - 2010-04-06 12:00:43
|
On Tue, Apr 6, 2010 at 7:27 PM, Pete Batard <pb...@gm...> wrote: > PS @Xiaofan: great tip on SetupAPI.log! I wasn't aware that there was > such a thing. On 7 it seems to have been renamed to setupact.log, but > it's still there, and this is incredibly useful... > Yes Microsoft changes file names from time to time. For XP, it is called SetupApi.log, typically at %windir%\setupapi.log. For Vista and Windows 7, there are two files: setupapi.app.log and setupapi.dev.log, located in %windir%\inf\. You can refer to these two document. http://www.microsoft.com/whdc/driver/install/setupapilog.mspx http://www.microsoft.com/whdc/driver/install/diagnose.mspx I think setupact.log is a bit different. It is talked about here. http://support.microsoft.com/kb/927521 -- Xiaofan http://mcuee.blogspot.com |