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...")
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