diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe index 2caf5857..3950ce52 100644 Binary files a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe and b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe differ diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Actions/StandaloneServerActionManager.cs b/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Actions/StandaloneServerActionManager.cs index 64240951..13cffc2b 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Actions/StandaloneServerActionManager.cs +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Actions/StandaloneServerActionManager.cs @@ -839,7 +839,7 @@ namespace WebsitePanel.Setup.Actions Log.WriteStart("Adding hosting space"); // gather form info PackageResult res = ES.Services.Packages.AddPackageWithResources(userId, planId, - name, 1, false, false, string.Empty, false, false, false, null, false); + name, 1, false, false, string.Empty, false, false, false, null, false, string.Empty); if (res.Result > 0) Log.WriteEnd("Added hosting space"); else diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs b/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs index 6f5def75..93bd3bae 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Setup/Wizard/ExpressInstallPage.cs @@ -1233,7 +1233,7 @@ namespace WebsitePanel.Setup Log.WriteStart("Adding hosting space"); // gather form info PackageResult res = ES.Services.Packages.AddPackageWithResources(userId, planId, - name, 1, false, false, string.Empty, false, false, false, null, false); + name, 1, false, false, string.Empty, false, false, false, null, false,string.Empty); if (res.Result > 0) Log.WriteEnd("Added hosting space"); else