git_bsmd/SendNSWMessageService/ProjectInstaller.Designer.cs

59 lines
2.2 KiB
C#

namespace SendNSWMessageService
{
partial class ProjectInstaller
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.nswSendServiceProcessInstaller = new System.ServiceProcess.ServiceProcessInstaller();
this.nswSendServiceInstaller = new System.ServiceProcess.ServiceInstaller();
//
// nswSendServiceProcessInstaller
//
this.nswSendServiceProcessInstaller.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
this.nswSendServiceProcessInstaller.Password = null;
this.nswSendServiceProcessInstaller.Username = null;
//
// nswSendServiceInstaller
//
this.nswSendServiceInstaller.Description = "Sending Testing-NSW requests to HIS";
this.nswSendServiceInstaller.DisplayName = "NSW Test Send Service";
this.nswSendServiceInstaller.ServiceName = "NSWTestSendService";
//
// ProjectInstaller
//
this.Installers.AddRange(new System.Configuration.Install.Installer[] {
this.nswSendServiceProcessInstaller,
this.nswSendServiceInstaller});
}
#endregion
private System.ServiceProcess.ServiceProcessInstaller nswSendServiceProcessInstaller;
private System.ServiceProcess.ServiceInstaller nswSendServiceInstaller;
}
}