P
P
Pandemonium2019-08-09 15:31:57
System administration
Pandemonium, 2019-08-09 15:31:57

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

1 answer(s)
K
Konstantin Tsvetkov, 2019-08-09
@tsklab

The DLL itself must support per-user registration, since it regsvr32only calls DllRegisterServer()either DllUnRegisterServer(). And it can pass additional parameters from /ito DllInstallor DllUnInstallthe library itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question