# HG changeset patch # User Markus Mützel # Date 1590148876 -7200 # Node ID 100b42124b6616d24942580fce67c59d233da0d7 # Parent 020bb2fcd3e2444dadd05d6ed03d4d95dfa7e337 * tools/makeinst-script.in.h: Revert part of 020bb2fcd3e2 (bug #58320). Change description (short title appearing e.g. in task manager). diff -r 020bb2fcd3e2 -r 100b42124b66 tools/makeinst-script.sh.in --- 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