WIP installer refactor, also install files

[TFS Changeset #76970]
This commit is contained in:
starfighter83
2010-09-08 11:24:07 +00:00
parent 1ee12522f4
commit c689870e13
2 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ namespace umbraco.presentation.install.steps.Skinning
p.LoadConfig(tempFile);
int pID = p.CreateManifest(tempFile, kitGuid.ToString(), repoGuid);
p.InstallFiles(pID, tempFile);
p.InstallBusinessLogic(pID, tempFile);
p.InstallCleanUp(pID, tempFile);

View File

@@ -80,6 +80,7 @@ namespace umbraco.presentation.install.steps.Skinning
p.LoadConfig(tempFile);
int pID = p.CreateManifest(tempFile, kitGuid.ToString(), repoGuid);
p.InstallFiles(pID, tempFile);
p.InstallBusinessLogic(pID, tempFile);
p.InstallCleanUp(pID, tempFile);