Merge pull request #347 from d3agle/master

Fixed Builder Profile not saving correctly Installation Subfolder
This commit is contained in:
MaxXor 2015-08-23 09:55:37 +02:00
commit aec7910721
2 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,6 @@
this.chkIconChange.Size = new System.Drawing.Size(91, 17);
this.chkIconChange.TabIndex = 2;
this.chkIconChange.Text = "Change Icon";
this.tooltip.SetToolTip(this.chkIconChange, "Custom social engineering tactic to elevate Admin privileges.");
this.chkIconChange.UseVisualStyleBackColor = true;
this.chkIconChange.CheckedChanged += new System.EventHandler(this.HasChangedSetting);
//

View File

@ -67,6 +67,7 @@ namespace xServer.Forms
profile.InstallClient = chkInstall.Checked;
profile.InstallName = txtInstallname.Text;
profile.InstallPath = GetInstallPath();
profile.InstallSub = txtInstallsub.Text;
profile.HideFile = chkHide.Checked;
profile.AddStartup = chkStartup.Checked;
profile.RegistryName = txtRegistryKeyName.Text;