ScpService/ProjectInstaller.cs (14 lines of code) (raw):

using System; using System.ComponentModel; using System.Configuration.Install; namespace ScpService { [RunInstaller(true)] public partial class ProjectInstaller : System.Configuration.Install.Installer { public ProjectInstaller() { InitializeComponent(); } } }