From bf4f05d37484c16efee7de5c09cbf7ddd92fa2e7 Mon Sep 17 00:00:00 2001 From: Tank_Master Date: Mon, 31 Mar 2014 14:32:56 -0700 Subject: [PATCH] Update Windows x64 installer -Blocked install up to Windows Vista SP1 (was up to XP SP1, but we don't support XP) -Changed wording on 32bit OS install -Uped estimated requiered disk space to 250MB (was 200MB) -Further increased install performance by skiping some checks and reducing update frequency. --- indra/newview/installers/windows_x64/firestorm.wxs | 12 ++++++------ indra/newview/installers/windows_x64/installer.wxs | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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" >