changeset 4787:68deb4d4d928

nsis-installer: eliminate windows 10 warning
author John W. Eaton <jwe@octave.org>
date Thu, 09 Aug 2018 10:03:16 -0400
parents 0c6d7d14a615
children 65dfbc5a5dbc
files tools/makeinst-script.sh.in
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makeinst-script.sh.in	Wed Aug 08 13:57:32 2018 -0400
+++ b/tools/makeinst-script.sh.in	Thu Aug 09 10:03:16 2018 -0400
@@ -578,15 +578,12 @@
   StrCmp \$1 1 is_winnt_10 ; Checking for future versions of Windows 10+
   Goto is_error
 
-is_winnt_10:
-
-  MessageBox MB_YESNO|MB_ICONEXCLAMATION "Setup has detected Windows 10 installed on your system. Octave is currently not fully tested on Windows 10. Testers are welcome to provide feedback. Do you want to proceed with the installation anyway?" /SD IDYES IDYES done IDNO 0
-  Abort
 is_winnt_XP:
 is_winnt_2003:
 is_winnt_vista:
 is_winnt_7:
 is_winnt_8:
+is_winnt_10:
   Goto done
 is_error:
   StrCpy \$1 \$0