开发者

Remotely install Windows service

开发者 https://www.devze.com 2023-02-17 13:40 出处:网络
How do开发者_C百科 I remotely install a Windows service using C#? (I prefer not calling sc.exe / psexec / powershell remoting).

How do开发者_C百科 I remotely install a Windows service using C#? (I prefer not calling sc.exe / psexec / powershell remoting).

Thanks! Yuval


You should take a look at the TopShelf project. They make deployment of windows services pretty painless. XCopy and invoke with any of these command line options and you should be good to go.

0

精彩评论

暂无评论...
验证码 换一张
取 消