diff --git a/indra/newview/installers/windows_x64/firestorm.wxs b/indra/newview/installers/windows_x64/firestorm.wxs index fc630ad731..1220463c0c 100644 --- a/indra/newview/installers/windows_x64/firestorm.wxs +++ b/indra/newview/installers/windows_x64/firestorm.wxs @@ -8,8 +8,8 @@ - - + + @@ -17,13 +17,13 @@ - + - - - 502) OR (VersionNT64 = 502 AND ServicePackLevel >= 2)]]> + + + = 601) OR (VersionNT64 = 600 AND ServicePackLevel = 2)]]> diff --git a/indra/newview/installers/windows_x64/installer.wxs b/indra/newview/installers/windows_x64/installer.wxs index dc8893b9f8..930b0e3eac 100644 --- a/indra/newview/installers/windows_x64/installer.wxs +++ b/indra/newview/installers/windows_x64/installer.wxs @@ -8,7 +8,7 @@ HelpUrl="http://www.firestormviewer.org" AboutUrl="http://www.firestormviewer.org" Copyright="Copyright© 2014, Phoenix Firestorm Project Inc" - Condition="VersionNT >= v6.0" + Condition="(VersionNT = v6.0 AND ServicePackLevel = 2) OR (VersionNT >= v6.1)" IconSourceFile="$(var.WIX_SOURCEDIR)\..\windows\firestorm_icon.ico" >