To uninstall your service manually
- Windows Start menu or Start screen, choose Visual Studio, Visual Studio Tools, Developer Command Prompt.
- Go to your service project folder
- Find the service exe
- command: installutil /u <yourproject>.exe
To install your service manually
- Windows Start menu or Start screen, choose Visual Studio, Visual Studio Tools, Developer Command Prompt.
- Go to your service project folder
- Find the service exe
- command: installutil <yourproject>.exe