win+R输入cmd,以管理员身份运行cmd;
安装:
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319(InstallUtil.exe的路径,注意InstallUtil.exe的版本号需要和项目的版本号相同)\InstallUtil.exe D:\demo\test\bin\Debug\Test.exe(项目的路径);
启动windows服务
net start TestServive(服务名称)
卸载windows服务
InstallUtil.exe /u D:\demo\test\bin\Debug\Test.exe(项目的路径);