1、安装服务
用c#写了个windows服务,那么怎么安装这个服务呢?
用.net框架自带的安装程序InstallUtil.exe。
管理员运行windows命令框后,假设服务程序为 “D:\test_service.exe”,则运行以下命令进行服务安装:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe D:\test_service.exe
2、卸载服务
sc delete test_service
用c#写了个windows服务,那么怎么安装这个服务呢?
用.net框架自带的安装程序InstallUtil.exe。
管理员运行windows命令框后,假设服务程序为 “D:\test_service.exe”,则运行以下命令进行服务安装:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe D:\test_service.exe
sc delete test_service
本文标题:windows上安装c#写的程序服务
本文链接:https://www.haomeiwen.com/subject/wqazoktx.html
网友评论