Latest visual changes to installer + db validator

This commit is contained in:
perploug
2014-03-05 20:03:45 +01:00
parent 8f7f761bb3
commit 3276b8a4d8
23 changed files with 235 additions and 62 deletions

View File

@@ -9,7 +9,7 @@ using Umbraco.Web.Install.Models;
namespace Umbraco.Web.Install.InstallSteps
{
[InstallSetupStep(InstallationType.NewInstall,
"StarterKitInstall", 31, "Installing a starter website to help you get off to a great start",
"StarterKitInstall", 31, "",
PerformsAppRestart = true)]
internal class StarterKitInstallStep : InstallSetupStep<object>
{