Windows Service

From Logic Wiki
Revision as of 16:52, 4 December 2018 by AliIybar (Talk | contribs) (Created page with "Category:CSharp == Installing service : == C:\Service>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" Scheduler.exe == Uninstalling service : == C:\S...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Installing service :

C:\Service>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" Scheduler.exe

Uninstalling service :

C:\Service>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" -u Scheduler.exe


https://docs.microsoft.com/en-us/dotnet/framework/windows-services/walkthrough-creating-a-windows-service-application-in-the-component-designer


How to call a WebAPI from Windows Service

Get Windows Service Name From App.Config In Installation