|
|
|
|
#1 |
|
Junior Member
Join Date: Jun 2008
Posts: 7
|
hi, How to Register a DLL file in the HKCU rather than in HKLM with RegDLL?
|
|
|
|
|
|
#2 |
|
Member
Join Date: Sep 2005
Location: Sitting next to my desk
Posts: 56
|
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. This signature is currently on vacation! |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Jun 2008
Posts: 7
|
Quote:
RegSvrEx - An Enchanced COM Server Registration Utility This utility (RegSvrEx) is similar to RegSvr32 but with certain extra functionality. The extra features which this utility offers are :- Current user only registration for COM servers (more about this later) Registration of executable files (though this is not the primary feature) http://www.codeproject.com/KB/winsdk/regsvrex.aspx |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|