Installer logic working for a new installer on sqlce

This commit is contained in:
Shannon
2014-02-26 16:30:25 +01:00
parent 64a37209b8
commit a9916fc415
13 changed files with 208 additions and 66 deletions

View File

@@ -7,6 +7,8 @@ using Umbraco.Web.Install.Models;
namespace Umbraco.Web.Install.InstallSteps
{
[InstallSetupStep("User", "user")]
internal class UserStep : InstallSetupStep<UserModel>
{
private readonly ApplicationContext _applicationContext;
@@ -65,9 +67,5 @@ namespace Umbraco.Web.Install.InstallSteps
return null;
}
public override string View
{
get { return "user"; }
}
}
}