【发布时间】:2011-10-25 12:12:49
【问题描述】:
我已经使用 installutil.exe 卸载了 windows service(在 Windows7 中)。这表明服务的卸载成功,然后我重新启动了服务器(
How to force uninstallation of windows service) 但服务仍然可以正常运行,没有任何问题。
当我尝试使用sc delete 删除服务时,它表明该服务不作为已安装的服务存在。
我正在使用.NET framework 3.5。
有什么方法可以卸载成功???
【问题讨论】:
标签: .net-3.5 windows-7 windows-services uninstallation