win+R輸入cmd,以管理員身份運行cmd; 安裝: cd C:\Windows\Microsoft.NET\Framework\v4.0.30319(InstallUtil.exe的路徑,註意InstallUtil.exe的版本號需要和項目的版本號相同)\InstallUtil.exe D:\d ...
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(項目的路徑);