I have an installer that is registering several dll's and need to know if this was successful.
相关问题
- Classic ASP and COM DLL Does not work in Server 20
- Find all properties of an ActiveX component
- How to prevent re-entrancy of WPF event handler du
- How do I use a COM component from VB.NET?
- How to sign activeX object in JavaScript
相关文章
- How To Programmatically Enable/Disable 'Displa
- How to create simple browser with Mozilla ActiveX
- Runtime error 429 in VBA, but class is registered
- How to create ActiveX DLL in Visual C++
- How do I call a method in a custom ActiveX dll usi
- AxAcroPDF - Vista64 Class Not Registered Error
- Can .Net custom controls be used in VB6 form?
- Creating digital persona fingerprint template from
This seems to do the trick for me: http://www.nirsoft.net/utils/registered_dll_view.html
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, highlightCLSID
and press Ctrl+F to search thedll/ocx
file.