changeset 3364:4812bade5c85

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 b89f15801606
children a88bbf197ddf
files makeinst-script.sh
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makeinst-script.sh	Sat Jul 27 21:34:11 2013 +0530
+++ b/makeinst-script.sh	Sun Jul 28 18:15:09 2013 +0530
@@ -174,7 +174,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
@@ -186,7 +186,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: