initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyService / ProjectInstaller.Designer.cs
1 namespace CPE.App.NotifyService
2 {
3     partial class ProjectInstaller
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary> 
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Component Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.CPEProcessInstaller = new System.ServiceProcess.ServiceProcessInstaller();
32             this.CPEServiceInstall = new System.ServiceProcess.ServiceInstaller();
33             // 
34             // CPEProcessInstaller
35             // 
36             this.CPEProcessInstaller.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
37             this.CPEProcessInstaller.Password = null;
38             this.CPEProcessInstaller.Username = null;
39             // 
40             // CPEServiceInstall
41             // 
42             this.CPEServiceInstall.ServiceName = "CPE Notify Monitor";
43             this.CPEServiceInstall.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
44             // 
45             // ProjectInstaller
46             // 
47             this.Installers.AddRange(new System.Configuration.Install.Installer[] {
48             this.CPEProcessInstaller,
49             this.CPEServiceInstall});
50
51         }
52
53         #endregion
54
55         private System.ServiceProcess.ServiceProcessInstaller CPEProcessInstaller;
56         private System.ServiceProcess.ServiceInstaller CPEServiceInstall;
57     }
58 }