Fix config checks.
This commit is contained in:
parent
1bf6c993c2
commit
ef97dcfd38
4 changed files with 103 additions and 103 deletions
|
@ -138,9 +138,9 @@ namespace WebsitePanel.Setup
|
|||
var licPage = new LicenseAgreementPage();
|
||||
var page1 = new ConfigurationCheckPage();
|
||||
//
|
||||
ConfigurationCheck check1 = new ConfigurationCheck(CheckTypes.OperationSystem, "Operating System Requirement");
|
||||
ConfigurationCheck check2 = new ConfigurationCheck(CheckTypes.IISVersion, "IIS Requirement");
|
||||
ConfigurationCheck check3 = new ConfigurationCheck(CheckTypes.ASPNET, "ASP.NET Requirement");
|
||||
ConfigurationCheck check1 = new ConfigurationCheck(CheckTypes.OperationSystem, "Operating System Requirement") { SetupVariables = setupVariables };
|
||||
ConfigurationCheck check2 = new ConfigurationCheck(CheckTypes.IISVersion, "IIS Requirement") { SetupVariables = setupVariables };
|
||||
ConfigurationCheck check3 = new ConfigurationCheck(CheckTypes.ASPNET, "ASP.NET Requirement") { SetupVariables = setupVariables };
|
||||
//
|
||||
page1.Checks.AddRange(new ConfigurationCheck[] { check1, check2, check3 });
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue