PDA

Click to See Complete Forum and Search --> : Need help from guru's!!!


dmain
Nov 7th, 2000, 01:40 PM
I also posted this in the General Section, but am pretty sure this will require the API.

Does anybody know how to register a DLL Remotely. If I run regsvr32.exe on the server from my machine it will obviously register the dll on my machine, not the server. I am looking for a method to register a DLL on a server, from my machine.

Thanks for your help!!!

oetje
Nov 8th, 2000, 07:56 AM
I think you need a program that runs on the remote computer. You can create a program for communication over a lan with winsock. If you want to learn how to use winsock, search http://www.vb-world.net for winsock. There are some good tutorials here.