What's the best way to set a windows service description in .net

前端 未结 5 900
离开以前
离开以前 2021-02-18 16:12

I have created a C# service using the VS2005 template. It works fine however the description of the service is blank in the Windows Services control applet.

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-18 16:47

    You can also set the service name and description from the IDE, by right clicking on the "serviceInstaller" icon in the design view of ProjectInstaller class.

提交回复
热议问题