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