[DTM Testing] INF Testing Failed

Hello,

Thank you for your information.
This is the most helpful information for me.

Basically I never copy the INF file to C:\Windows\inf directory while testing the DTM.
For manual testing I just copy that file for testing purpose whether inftest.exe is really worked. Now I understand this is my lack of knowledge.

You need to let? Device Manager or the SetupDi APIs do that, and they will copy your INF with one of the oem##.inf file names.

> Now I understand why our INF Test is actually failing. Basically, we do not have any device with this driver. We just load this driver at run time and use it. We programmatically
copy this file in C:\Windows\drivers folder and use it from our application…
So there is no INF installer for this driver.

?If we do not have Device for this driver, how we will make the INF that install that driver and copy the file in oem##.inf naming format ?

But now as I can understand, even if we make the INF installer, then this will be PASSED.
Is my understanding correct ?

Thank you
James