我已经使用VS2005模板创建了一个C#服务。它工作正常,但在Windows服务控件小程序中的服务描述是空白的。
创建一个ServiceInstaller并设置描述
原文链接:https://www.f2er.com/windows/372698.htmlprivate System.ServiceProcess.ServiceInstaller serviceInstaller = new System.ServiceProcess.ServiceInstaller(); this.serviceInstaller.Description = "Handles Service Stuff";