ana sayfa > Genel > Windows Service Install – UnInstall

Windows Service Install – UnInstall

Pazartesi, 31 Eki 2016 yorum ekle yorumlara git

Install service using InstallUtil.exe

To install or uninstall windows service (which was created using .NET Framework) use utility InstallUtil.exe. This tool can be found in the following path (use appropriate framework version number).

C:\WINDOWS\Microsoft.NET\Framework\vx.x.xxxx\InstallUtil.exe

To install .NET service run command similar to this (specify full path to your service).

InstallUtil.exe "c:\myservice.exe"

To uninstall .NET service use the same command with parameter /u.

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

 

Categories: Genel Tags:
  1. şimdilik yorum yok.
  1. şimdilik geri bağlantı yok
yorum yapabilmek için giriş yapmalısınız