IIS 8 support in installer

This commit is contained in:
feodor_fitsner 2012-09-10 13:00:35 -07:00
parent 74d82950d3
commit 0200086e6f
13 changed files with 29 additions and 32 deletions

View file

@ -135,7 +135,7 @@ namespace WebsitePanel.Installer.Common
{
get
{
if (IISVersion.Major == 7)
if (IISVersion.Major >= 7)
{
return new string[] { "IIS_IUSRS" };
}
@ -167,7 +167,7 @@ namespace WebsitePanel.Installer.Common
{
get
{
if (IISVersion.Major == 7)
if (IISVersion.Major >= 7)
{
return new string[] { "IIS_IUSRS" };
}