注册和卸载window service

自己开发的windows service编译之后会生成的exe文件,不能直接运行,必须通过工具注册进系统的Service。

使用cmd运行命令执行注册和卸载:

注册service:

C:\Windows\Microsoft.NET\Framework\v4.0.30319>installutil D:\MyService.exe

卸载Service:

C:\Windows\Microsoft.NET\Framework\v4.0.30319>installutil /u D:\MyService.exe

注册和卸载window service,布布扣,bubuko.com

注册和卸载window service

上一篇:WinForm开发框架【细化权限至操作按钮】


下一篇:Windows 2012 安装 .net framework 3.5