Builder fix

This commit is contained in:
d3agle 2015-08-22 18:48:29 -05:00
parent d2eda28f4b
commit 772cea0977
1 changed files with 1 additions and 0 deletions

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;