First test with the Wix Installer, writes a shortcut to the Start Menu and drops the exe into the Program Files (x86) folder.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRegisterAdSpecial));
|
||||
this.registerAdSpecialButton = new System.Windows.Forms.Button();
|
||||
this.deleteAdSpecialButton = new System.Windows.Forms.Button();
|
||||
this.newAdSpecialLabel = new System.Windows.Forms.Label();
|
||||
@@ -127,6 +128,7 @@
|
||||
this.Controls.Add(this.deleteAdSpecialButton);
|
||||
this.Controls.Add(this.registerAdSpecialButton);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmRegisterAdSpecial";
|
||||
|
||||
Reference in New Issue
Block a user