Skip to content

Instantly share code, notes, and snippets.

@Saanch
Created November 22, 2014 06:01
Show Gist options
  • Save Saanch/58ca7112c858cbe59c33 to your computer and use it in GitHub Desktop.
Save Saanch/58ca7112c858cbe59c33 to your computer and use it in GitHub Desktop.
Windows service install steps
  1. Move to the dotnet framework path cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319
  2. Get the service path C:\Services\XXXX.exe
  3. Run command InstallUtil.exe C:\Services\XXXX.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment