using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration.Install; namespace $rootnamespace$ { [RunInstaller(true)] public partial class $safeitemrootname$: Installer { public $safeitemrootname$() { InitializeComponent(); } } }