Registering COM Object (NT Service) on Remote mahine?
COM
1
Posts
1
Posters
1
Views
1
Watching
-
how can i register & Configure an NT Service implemented as COM Object on a remote machine. Right now what I am doing is: Copy the Service(S.exe file) and Proxy-stub dll to the remote machine and place them in system32 directory. Then I run the commands: s /service regsvr32 sps.dll for registering service and proxy-stub dll. I need all this functionality programatically. so that i just specify the name of the remote machine in client and it does the rest of all. i.e register the exe as service and also register the proxy stub dll. can anyone help me thank you very much in advance.