Updates more installer logic, getting into the nitty gritty details with upgrades, etc...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user