Updates more installer logic, getting into the nitty gritty details with upgrades, etc...

This commit is contained in:
Shannon
2014-03-04 19:20:36 +11:00
parent 1e99c466ee
commit d2aecd12eb
26 changed files with 355 additions and 186 deletions

View File

@@ -10,7 +10,8 @@ using GlobalSettings = umbraco.GlobalSettings;
namespace Umbraco.Web.Install.InstallSteps
{
[InstallSetupStep("UmbracoVersion", 50, "Wrapping up the system configuration")]
[InstallSetupStep(InstallationType.NewInstall | InstallationType.Upgrade,
"UmbracoVersion", 50, "Wrapping up the system configuration")]
internal class SetUmbracoVersionStep : InstallSetupStep<object>
{
private readonly ApplicationContext _applicationContext;