Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I check if an ActiveX dll is already registered?

Tags:

activex

I have an installer that is registering several dll's and need to know if this was successful.

like image 798
Japster24 Avatar asked Oct 02 '09 15:10

Japster24


2 Answers

This seems to do the trick for me: http://www.nirsoft.net/utils/registered_dll_view.html

like image 199
Japster24 Avatar answered Sep 25 '22 16:09

Japster24


I would like to let you know all registered COM class objects are listed under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\. We can navigate to this location in registry editor, highlight CLSID and press Ctrl+F to search the dll/ocx file.

like image 32
polesh Avatar answered Sep 24 '22 16:09

polesh