Converting a Console Application to a service?

前端 未结 5 989
[愿得一人]
[愿得一人] 2021-02-06 05:53

I\'m looking for different ways with strengths/weaknesses for converting a console application we are using long term in to a windows service. We use something called java serv

5条回答
  •  故里飘歌
    2021-02-06 06:40

    Vici WinService will turn a console app into a self-installing Windows Service. It's open-source and you can download the source code. Even if you don't want to use the library, you can still get some ideas from it.

提交回复
热议问题