I'm looking for a quick and dirty way to get a list of all ActiveX components regeistered on a PC along with the version information.
Basically I need the long name of the component (ex:Microsoft Excel 12.0 object Library) , Filename (ex:EXCEL.EXE), and version number.
I want to get this programmatically using .NET.
