Search Results

0
votes
5answers
428 views

Remote installing of windows service

I need to remotely install windows service on number of computers, so I use CreateService() and other service functions from winapi. I know admin password and user name for machines that I need acc …
0
votes

Remote installing of windows service

this doesn't work I will be really very glad if you show me where i'm wrong. I call to OpenSCManager in place that i marked with the commentary in question. SC_HANDLE schManager = OpenS …
0
votes

Remote installing of windows service

OK, problem resolved (not really very good, but rather OK). I used WNetAddConnection() to ipc$ on remote machine. …