Skip to content

Instantly share code, notes, and snippets.

@FusRoDah061
FusRoDah061 / ServiceInstaller.cs
Last active July 22, 2024 02:15
Class for installing windows service on C#
/*
using System;
using System.Runtime.InteropServices;
using System.Threading;
*/
/// <summary>
/// <para>
/// Sources:
/// <para>https://stackoverflow.com/questions/358700/how-to-install-a-windows-service-programmatically-in-c </para>