Come faccio ad installare il mio servizio sviluppato col framework .NET?
Semplicissimo: Grazie all’InstallUtil.

InstallUtil è posizionato in (Framework 2.0):

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe

Installazione:

InstallUtil.exe "c:\myservice.exe"

Disinstalalzione:

InstallUtil.exe /u "c:\myservice.exe"