setup logs for driver installation

Hi,
I have a minifilter driver what monitors some of the file Io calls.

as part of our software installation this minifilter installed using
rundll32.exe
rundll32.exe SETUPAPI.DLL, InstallHinfSection DefaultInstall 131 C:\Program
Files\MyProduct\MyMinifilter.inf

this works most of the times.

Recently faced one problem where the installation had failed on a machine.

I wanted to check what might have gone wrong and looked in setupapi logs

%systemroot%\INF\setupapi.dev.log and %systemroot%\INF\setupapi.app.log
have no information about driver installation

where should I look for the driver installation logs?

Is there a registry key settings for this?

-Madhu

Most (if not all) of the SetupAPI logging is for device driver installation.

Did your filter install but fail to load or not install at all?

-scott
OSR
@OSRDrivers

it fails to install(some times)

On Sat, May 14, 2016 at 4:27 PM, wrote:

> Most (if not all) of the SetupAPI logging is for device driver
> installation.
>
> Did your filter install but fail to load or not install at all?
>
> -scott
> OSR
> @OSRDrivers
>
> —
> NTFSD is sponsored by OSR
>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer&gt;
></http:>

You can try cranking up the SetupAPI log level and or mask and see if that
shows anything:

https://msdn.microsoft.com/en-us/library/windows/hardware/ff550845(v=vs.85).aspx

If not, I’d hope to be able to reproduce it so I could watch what happens
during the install.

-scott
OSR
@OSRDrivers

“Madhusudhana Narayanappa” wrote in message
news:xxxxx@ntfsd…
it fails to install(some times)

On Sat, May 14, 2016 at 4:27 PM, wrote:
Most (if not all) of the SetupAPI logging is for device driver installation.

Did your filter install but fail to load or not install at all?

-scott
OSR
@OSRDrivers


NTFSD is sponsored by OSR

MONTHLY seminars on crash dump analysis, WDF, Windows internals and software
drivers!
Details at http:

To unsubscribe, visit the List Server section of OSR Online at
http:</http:></http:>