赞
踩
- InstallUtil.exe CMD安装服务
-
- 1、InstallUtil.exe和安装服务放在同一文件夹下
- 2、DOS命令在安装目录 输入 cmd 进入安装目录
- 3、安装服务 InstallUtil.exe 服务文件名
- InstallUtil.exe TestTestService.exe
- 4、启动服务 net start 服务名
- net start MyServiceName
- 5、停止服务 net stop 服务名
- net stop MyServiceName
- 6、卸载服务 InstallUtil.exe /u 服务文件名
- InstallUtil.exe /u TestTestServicee.exe
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。