Register a DLL file under the HKCU with RegDLL
hi, How to Register a DLL file in the HKCU rather than in HKLM with RegDLL?
Archive: Register a DLL file under the HKCU with RegDLL
Register a DLL file under the HKCU with RegDLL
hi, How to Register a DLL file in the HKCU rather than in HKLM with RegDLL?
COM DLLs must be registered in HKLM tree not HKCU. If you do not want to register your COM DLL you should write a RegFree COM DLL.
By the way RegDLL calls the registration function of YOUR DLL (mostly DllRegisterServer), therfore it is no NSIS issue.
Originally posted by th_miTHX, i have found an utility that could registry COM server for the Current user only.
COM DLLs must be registered in HKLM tree not HKCU. If you do not want to register your COM DLL you should write a RegFree COM DLL.
By the way RegDLL calls the registration function of YOUR DLL (mostly DllRegisterServer), therfore it is no NSIS issue.