how to retrive device driver's inf files.

Happy New Year Guys!

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.

Many Thanks.
Use standard win32 apis
See on news://comp.os.ms-windows.programmer.win32 for details
Last edited on
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.
You must use an NNTP server of course... (provider one, free ones like news.motzarella.org, etc)
With Windows Mail :
http://support.cox.com/sdccommon/asp/contentredirect.asp?sprt_cid=285b1ded-6ed2-42d9-ac7b-9ad40513af96
Topic archived. No new replies allowed.