IIS 8 support in installer
This commit is contained in:
parent
74d82950d3
commit
0200086e6f
13 changed files with 29 additions and 32 deletions
|
@ -84,7 +84,7 @@ namespace WebsitePanel.Setup
|
|||
string component = Wizard.SetupVariables.ComponentFullName;
|
||||
string componentId = Wizard.SetupVariables.ComponentId;
|
||||
Version iisVersion = Wizard.SetupVariables.IISVersion;
|
||||
bool iis7 = (iisVersion.Major == 7);
|
||||
bool iis7 = (iisVersion.Major >= 7);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue