Registry
Import
DLL/OCX
Then I picked the OCX in question. It subsequently created registry information (see attached)
HKCU\CLSID (create and remove on uninstall)
...
HKCU\Typelib (create and remove on uninstall)
I think this may not be the intended behaviour for the import on this. This is why an uninstall with an msi factory generated install turned my computer into a toaster. It deleted major registry keys.
What is the recommended method of automatically importing registry information directly from a DLL/OCX so that it does NOT generate these incorrect registry removal on uninstall operation?
Import
DLL/OCX
Then I picked the OCX in question. It subsequently created registry information (see attached)
HKCU\CLSID (create and remove on uninstall)
...
HKCU\Typelib (create and remove on uninstall)
I think this may not be the intended behaviour for the import on this. This is why an uninstall with an msi factory generated install turned my computer into a toaster. It deleted major registry keys.
What is the recommended method of automatically importing registry information directly from a DLL/OCX so that it does NOT generate these incorrect registry removal on uninstall operation?
Comment