Windows 安装服务 的两种方式
2021-07-06 04:06
标签:tar frame window win name 也有 span style .net 第一种 - 安装服务时自定义服务名称: C:\Windows\Microsoft.NET\Framework\v4.0.30319 下 2.0也有 卸载服务 InstallUtil.exe /u D:\Service.exe Windows 安装服务 的两种方式 标签:tar frame window win name 也有 span style .net 原文地址:https://www.cnblogs.com/xdot/p/9804682.html
(注意 binpath= 和路径之间的那个空格)
sc create 服务名称 binpath= "D:\Service.exe" displayname= "显示名称" depend= Tcpip start= auto (启动类型)
第二种 - 安装目录服务:
InstallUtil.exe D:\Service.exe
文章标题:Windows 安装服务 的两种方式
文章链接:http://soscw.com/index.php/essay/102151.html