Answer the question
In order to leave comments, you need to log in
How to register a dll in Windows Server 2008r2 for a single user and not for the whole system?
When registering through regsvr32, the dll is registered for the entire system, for all users, but I need to register different libraries for different users, how can I implement this?
Answer the question
In order to leave comments, you need to log in
The DLL itself must support per-user registration, since it regsvr32
only calls DllRegisterServer()
either DllUnRegisterServer()
. And it can pass additional parameters from /i
to DllInstall
or DllUnInstall
the library itself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question