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