You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Core Windows service using Microsoft.Windows.Compatibility
Simple example of self installing Windows service. While Microsoft.Windows.Compatibility does not implement Installer, installutil.exe can't be used for installing service. Install and uninstall process is made by SC.EXE
About
.NET Core Windows service using Microsoft.Windows.Compatibility