changeset 4158:35c9886e1f60

nsis installer: update text for notification if no java found (Bug #48187) * tools/makeinst-script.sh.in: update messagebox text displayed when no java detected.
author John D
date Fri, 17 Jun 2016 22:14:13 -0400
parents fcf0410f7055
children c190f2cae988
files tools/makeinst-script.sh.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makeinst-script.sh.in	Wed Jun 08 13:00:11 2016 -0400
+++ b/tools/makeinst-script.sh.in	Fri Jun 17 22:14:13 2016 -0400
@@ -524,7 +524,7 @@
   IfErrors JRE_Error
 
  JRE_Error:
-  MessageBox MB_ICONEXCLAMATION|MB_YESNO "Octave includes a Java integration component, but it seems Java is not available on this system. This component requires the Java Runtime Environment from Oracle (http://www.java.com) installed on your system. Octave can work without Java available, but the Java integration component will not be functional. Installing those components without Java available might prevent Octave from working correctly. Proceed with installation anyway?" IDYES continue
+  MessageBox MB_ICONEXCLAMATION|MB_YESNO "Octave has the capability to call Java libraries, but the installer was unable to find a Java Runtime Environment (JRE) on this system.  Octave will still function without a JRE, only certain specific functions will be disabled.  If a JRE is installed later, Octave should be able to detect and use it automatically.  Continue with installation?" IDYES continue
   Abort
  continue:
   Pop \$R1