vote up 0 vote down star

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.

flag

2 Answers

vote up 0 vote down

Scan your Registry in HKCR\CLSID - there are all COM Components registered.

But: You will receive a lot of ActiveX Controls! I dont know what this would help.

link|flag
vote up 0 vote down

Not .Net, but Microsoft provides the source for OLEView

See: http://msdn.microsoft.com/en-us/library/w9yyfff5(VS.80).aspx

I consider it the classic way of looking at the registered controls on your system.

I also agree with Arthur, you will see a bunch of controls.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.