-
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!!!
-
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.