Installing a Topshelf application as a Windows service

后端 未结 4 1753
离开以前
离开以前 2020-12-23 16:12

Using Visual Studio Express 2012, I\'ve created a console application using Topshelf (Version 3.1.107.0). The application works as a console application, but I can\'t figure

4条回答
  •  自闭症患者
    2020-12-23 16:36

    Run your service.exe install to install the service.

    See the Topshelf Command Line Reference documentation for more information.

提交回复
热议问题