changeset 5422:100b42124b66

* tools/makeinst-script.in.h: Revert part of 020bb2fcd3e2 (bug #58320). Change description (short title appearing e.g. in task manager).
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 22 May 2020 14:01:16 +0200
parents 020bb2fcd3e2
children c752f70af1b6
files tools/makeinst-script.sh.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makeinst-script.sh.in	Fri May 22 12:12:46 2020 +0200
+++ b/tools/makeinst-script.sh.in	Fri May 22 14:01:16 2020 +0200
@@ -70,7 +70,7 @@
 !define VERSION "$INSTALLER_VERSION"
 !define OCTAVE_VERSION "$OCTAVE_VERSION"
 !define COPYRIGHT "Copyright © 2013-2020 John W. Eaton and others."
-!define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations."
+!define DESCRIPTION "GNU Octave Installer"
 !define INSTALLER_FILES "$TOPDIR/installer-files"
 !define INSTALLER_NAME "$INSTALLER_NAME"
 !define MAIN_APP_EXE "octave-firsttime.vbs"
@@ -309,7 +309,7 @@
   # if admin, maybe was forced to admin from Add Remove Apps
   MessageBox MB_ICONEXCLAMATION|MB_OK "Could not find uninstallation information in registry.\$\nTry running the uninstaller from the start menu or from the installation folder \$\"\$INSTDIR\$\"." /SD IDOK
 \${Else}
-  MessageBox MB_ICONEXCLAMATION|MB_OK "Could not find uninstallation information in registry for the program installed in \$\"\$INSTDIR\$\" for user \$\"\$(^Name)\$\".\$\nCan not uninstall!" /SD IDOK
+  MessageBox MB_ICONEXCLAMATION|MB_OK "Could not find uninstallation information in registry for \$(^Name) installed in \$\"\$INSTDIR\$\".\$\nCan not uninstall!" /SD IDOK
 \${EndIf}
   Abort