我一直在尝试使用installutil:installutil /u GSIS.FileMoverService.exe
安装Windows服务。
我得到的输出是:
尝试卸载时,该服务已停止。它肯定已注册为服务。我已经重新启动,并且在“服务”小程序(services.msc)中仍然可见。它也可以从“服务”小程序成功启动和停止,因此看起来好像没有成功安装(或仅部分安装)。
我正在从VS2010命令提示符(单击“以管理员身份运行”)中调用installutil。
有任何想法吗?
最佳答案
最后,我使用sc delete GSIS.FileMoverService
删除了该服务。这行得通。
关于windows-services - Installutil不会卸载: “The specified service does not exist as an installed service” ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13608157/