Visual Basic(Microsoft) - Remotley register a dll

Sam443

Senior member
Aug 22, 2000
204
0
0
I need to register a DLL that is on a network machine (not mine!). Is it possible to do this or do I have to register it on the machine it is on?
 

Oli

Member
Jul 20, 2000
98
0
0
Some dll are auto registrable when you call them the first time, otherwise you need to use regsvr to register the dll on the machine, don't know about registering remotely