Mercurial > hg > mxe-octave-anirudha
changeset 3192:8c5f17c2bd88
makeinst-script.sh: Remove Windows 2000 as supported Windows version
author | Anirudha Bose <ani07nov@gmail.com> |
---|---|
date | Sun, 28 Jul 2013 18:15:09 +0530 |
parents | 61a7f9cf1ddb |
children | f13064b3aca0 |
files | makeinst-script.sh |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/makeinst-script.sh +++ b/makeinst-script.sh @@ -172,7 +172,7 @@ is_winnt: StrCpy \$1 \$0 1 StrCmp \$1 4 is_error ; Aborting installation for Windows versions older than Windows 2000 - StrCmp \$0 "5.0" is_winnt_2000 + StrCmp \$0 "5.0" is_error ; Removing Windows 2000 as supported Windows version StrCmp \$0 "5.1" is_winnt_XP StrCmp \$0 "5.2" is_winnt_2003 StrCmp \$0 "6.0" is_winnt_vista @@ -184,7 +184,6 @@ is_winnt_8: MessageBox MB_YESNO|MB_ICONEXCLAMATION "Setup has detected Windows 8 installed on your system. Octave is currently not fully supported on Windows 8. If you choose to continue with the installation, you might not be able to access Octave GUI. Do you want to proceed with the installation anyway?" IDYES done IDNO 0 Abort -is_winnt_2000: is_winnt_XP: is_winnt_2003: is_winnt_vista: