How can I check if an ActiveX dll is already registered?
问题 I have an installer that is registering several dll's and need to know if this was successful. 回答1: This seems to do the trick for me: http://www.nirsoft.net/utils/registered_dll_view.html 回答2: 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. 来源: https://stackoverflow.com/questions/1510171/how-can-i-check-if