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?
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?