Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Register DLL remotely

Status
Not open for further replies.

cobas

Programmer
Feb 4, 2002
21
GB
I have an application that needs to register a dll on the local server and on a remote server.

I can register the dll on the local server using:

retval = Shell("regsvr32 /s c:\winnt\system32\mydll.dll")

Is there any way of registering mydll.dll on a remote server?

 
Hi LPlates

Thanks for the quick reply. I looked at the msdn page on clireg32.

Do you know if clireg32.exe can be used to register dlls as well?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top