Installer c# service i Windows

Install :

Run CMD as admin

C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe Yourapp.exe

Uninstall:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -u Yourapp.exe

 

  • Hits: 361