使用Windows命令提示符安装Windows服务吗?
我想使用Windows命令提示符(而不是Visual Studio命令提示符)安装Windows服务。
我该怎么做呢?
回答:
导航到.net文件夹中的installutil.exe(例如,对于.net 4,它为C:\ Windows \ Microsoft.NET \
Framework \ v4.0.30319),并使用它来安装服务,如下所示:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "c:\myservice.exe"
以上是 使用Windows命令提示符安装Windows服务吗? 的全部内容, 来源链接: utcz.com/qa/402071.html