Bug 668574 (original patch by Javi Rueda) - Refuse to install on Windows XP SP 1 and below. r=bbondy

This commit is contained in:
Robert Strong
2012-02-02 14:12:54 -08:00
parent 17a129fe3b
commit e58a81ef10
3 changed files with 256 additions and 11 deletions

View File

@@ -43,7 +43,7 @@
!define MinSupportedVer "Microsoft Windows Vista x64"
#else
!define ARCH "x86"
!define MinSupportedVer "Microsoft Windows 2000"
!define MinSupportedVer "Microsoft Windows XP SP2"
#endif
#ifdef MOZ_MAINTENANCE_SERVICE