|
From: Pete B. <pb...@gm...> - 2010-04-06 12:11:42
|
On 2010.04.06 13:00, Xiaofan Chen wrote: > 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 Great links. I have now added them on my libwdi development page. > I think setupact.log is a bit different. > It is talked about here. > http://support.microsoft.com/kb/927521 Yeah. I definitely see WinUSB installation details there though, including some dubious stuff, like returning success even if WinUSB.dll is missing (granted, I forcefully removed the DLL from my system to see what would happen, but still...): [04/04/2010 03:25.19.310] WinUSBUpdate: WinUSB file %WINDIR%\system32\winusb.dll not found. [04/04/2010 03:25.19.372] WinUSBUpdate: WinUSB installation is same as update, but is damaged: required file is missing. [04/04/2010 03:25.19.435] WinUSBUpdate: No update found for this OS, but OS is supported - returning NO_ERROR. Regards, /Pete |