comparison tools/makeinst-script.sh.in @ 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 c561daaad6eb
comparison
equal deleted inserted replaced
5421:020bb2fcd3e2 5422:100b42124b66
68 !define COMP_NAME "GNU Project" 68 !define COMP_NAME "GNU Project"
69 !define WEB_SITE "https://www.octave.org" 69 !define WEB_SITE "https://www.octave.org"
70 !define VERSION "$INSTALLER_VERSION" 70 !define VERSION "$INSTALLER_VERSION"
71 !define OCTAVE_VERSION "$OCTAVE_VERSION" 71 !define OCTAVE_VERSION "$OCTAVE_VERSION"
72 !define COPYRIGHT "Copyright © 2013-2020 John W. Eaton and others." 72 !define COPYRIGHT "Copyright © 2013-2020 John W. Eaton and others."
73 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations." 73 !define DESCRIPTION "GNU Octave Installer"
74 !define INSTALLER_FILES "$TOPDIR/installer-files" 74 !define INSTALLER_FILES "$TOPDIR/installer-files"
75 !define INSTALLER_NAME "$INSTALLER_NAME" 75 !define INSTALLER_NAME "$INSTALLER_NAME"
76 !define MAIN_APP_EXE "octave-firsttime.vbs" 76 !define MAIN_APP_EXE "octave-firsttime.vbs"
77 !define PRODUCT_ROOT_KEY "SHCTX" 77 !define PRODUCT_ROOT_KEY "SHCTX"
78 !define PRODUCT_KEY "Software\\Octave-$VERSION" 78 !define PRODUCT_KEY "Software\\Octave-$VERSION"
307 307
308 \${if} \$MultiUser.Privileges == "Admin" 308 \${if} \$MultiUser.Privileges == "Admin"
309 # if admin, maybe was forced to admin from Add Remove Apps 309 # if admin, maybe was forced to admin from Add Remove Apps
310 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 310 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
311 \${Else} 311 \${Else}
312 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 312 MessageBox MB_ICONEXCLAMATION|MB_OK "Could not find uninstallation information in registry for \$(^Name) installed in \$\"\$INSTDIR\$\".\$\nCan not uninstall!" /SD IDOK
313 \${EndIf} 313 \${EndIf}
314 Abort 314 Abort
315 315
316 uninst_check_local: 316 uninst_check_local:
317 # if 1 was local only 317 # if 1 was local only