diff --git a/src/Umbraco.Web/Install/InstallSteps/StarterKitDownloadStep.cs b/src/Umbraco.Web/Install/InstallSteps/StarterKitDownloadStep.cs index 45b42220b7..3df87a3693 100644 --- a/src/Umbraco.Web/Install/InstallSteps/StarterKitDownloadStep.cs +++ b/src/Umbraco.Web/Install/InstallSteps/StarterKitDownloadStep.cs @@ -73,6 +73,11 @@ namespace Umbraco.Web.Install.InstallSteps } + public override string View + { + get { return (InstalledPackage.GetAllInstalledPackages().Count > 0) ? string.Empty : base.View; } + } + public override bool RequiresExecution() { if (InstalledPackage.GetAllInstalledPackages().Count > 0)