My task: to retrieve a list of all device drivers on the system.
Required details: List of device drivers should contain, driver name,manufacturer name, valid inf file path(eg SYSTEM32/driverstore/foo.inf).
To accomplish the above task, I used the Win32_PnpEntity[WMI] class. However, to my surprise, the Win32_PnpEntity class does not provide an inf file path. To that end, I am asking if there are other ways to accomplish my above task fufilling the required details.
Thanks, what class do i use in win32 api to retrive inf files using guid or something. I am trying to log unto news://comp.os.ms-windows.programmer.win32, but i get a server error message.