博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用InstallUtil对Windows服务进行安装与卸载
阅读量:6220 次
发布时间:2019-06-21

本文共 1797 字,大约阅读时间需要 5 分钟。

关于Visual Studio 2012中使用InstallUtil对Windows服务进行安装与卸载的文章,在MSDN中的 有介绍  :

  1. 点击左下角的开始按钮,按如下顺序“开始 - Visual Studio 2012 - Visual Studio Tools - Developer Command Prompt  for VS2012”,打开一个命令窗口 
  2.   runas /user:Administrator cmd   
  3.  提示输入该用户名的密码,按要求输入( 输入的密码无任何显示)
  4. 密码输入正确后,新开一个cmd窗口,标题是cmd(作为Myname运行)
  5.  输入命令: installutil.exe Myservice.exe 如果安装成功,则直接显示命令提示符,没有任何信息;如果安装不成功,则会有信息出现 
  6.  管理 -  服务 ,可以找到服务“Myservice” 点击启动 

 

C:\windows\system32>runas /user:cn-hr@outlook.com cmd输入 cn-hr@outlook.com 的密码:试图将 cmd 作为用户 "cn-hr@outlook.com" 启动...

 

2、InstallUtil.exe可以单独运行, 

卸载Windows服务,使用/u参数即可。命令为:

installutil /u Myservice.exe

 

1  runas /user:cn-hr@outlook.com cmd 2  3 C:\Windows\WinSxS\amd64_installutil_b03f5f7f11d50a3a_6.3.9600.20708_none_3801968eea5f295e\InstallUtil.exe D:\Development\IM\LanMsg4public\LanMsgService\bin\LanMsgService.exe 4  5  6  7 C:\Windows\WinSxS\x86_installutil_b03f5f7f11d50a3a_6.3.9600.16384_none_9684d201e52c559f\InstallUtil.exe D:\Development\IM\LanMsg4public\LanMsgService\bin\LanMsgService.exe 8  9  "C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe D:\Development\IM\LanMsg4public\LanMsgService\bin\LanMsgService.exe10 11 12 "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe D:\Development\IM\LanMsg4public\LanMsgService\bin\LanMsgService.exe13 14 "C:\Windows\Microsoft.NET\Framework64\v2.0.50727\InstallUtil.exe D:\Development\IM\LanMsg4public\LanMsgService\bin\LanMsgService.exe15 16 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe D:\Development\IM\LanMsg4public\LanMsgService\bin\LanMsgService.exe17 18 C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe D:\Development\IM\OurMsg2.3.5.6\Server\Bin\OurMsgService.exe"19 20 21 22 C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe D:\Development\IM\OurMsg2.3.5.6\Server\Bin\OurMsgServer.exe"

 

转载地址:http://geoja.baihongyu.com/

你可能感兴趣的文章
一些小技巧让JS代码更优雅
查看>>
jquery 添加和删除html元素
查看>>
Java 8怎么了之二:函数和原语
查看>>
dingo/api 使用
查看>>
PHP字符串函数之 strstr stristr strchr strrchr
查看>>
mac安装docker
查看>>
Objective-C runtime 拾遗 (二)——Log message send
查看>>
【temp】Graphx Visualization
查看>>
[LeetCode]Maximal Rectangle
查看>>
JavaScript-imooc
查看>>
[LintCode] Find the Missing Number [三种方法]
查看>>
elasticsearch搭建
查看>>
使用python解释设计模式[译]
查看>>
对立即数进行位移引发的小问题
查看>>
位置行业应用开发应该如何选择GPS定位系统
查看>>
Kubernetes核心概念总结
查看>>
如何用 CSS 和 D3 创作火焰动画
查看>>
详解K8S与Rancher 2.0内的身份认证与授权
查看>>
MyEclipse8.6配置Maven
查看>>
5G背后那些你不知道的事儿,一对一直播app源码加速系列 ...
查看>>