Many thanks, Dylan.
Assuming you are already looking at the log file MP_DriverManager.log
(http://technet.microsoft.com/en-us/library/bb892800.aspx) the next best bet
is to check out the %Windir%\SetupAPI.log. There is a great whitepaper on
this at http://www.microsoft.com/whdc/driver/install/setupapilog.mspx.
Basically OSD downloads the driver based on matching Hardware IDs, and then
lets Windows Setup actually find and install the drivers. Whenever a driver
(INF) is processed it is logged by SetupAPI, including when you run the Add
New Hardware wizard.
If you want to learn more about how Windows Setup ranks drivers and
ultimately selects what driver to install, check out
http://msdn2.microsoft.com/en-us/library/ms791096.aspx.
"Dylan" <Dy...@discussions.microsoft.com> wrote in message
news:4F9B0196-7965-47F8...@microsoft.com...