Creating Windows service without Visual Studio

前端 未结 4 765
醉话见心
醉话见心 2021-02-04 15:10

So creating a Windows service using Visual Studio is fairly trivial. My question goes a bit deeper as to what actually makes an executable installable as a service & how to

4条回答
  •  渐次进展
    2021-02-04 16:05

    Hope this helps:

    http://support.microsoft.com/kb/251192

    It would seem that you simple need to run this exe against a binary executable to register it as a service.

提交回复
热议问题