changeset 5421:020bb2fcd3e2

tools/makeinst-script.in.h: Change message on uninstallation error (bug #58320). * tools/makeinst-script.in.h (un.onInit): Fix typo in message box. Slightly reword message in message box.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 22 May 2020 12:12:46 +0200
parents ec1f5c04ca0b
children 100b42124b66
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	Thu May 21 18:46:07 2020 -0400
+++ b/tools/makeinst-script.sh.in	Fri May 22 12:12:46 2020 +0200
@@ -307,9 +307,9 @@
 
 \${if} \$MultiUser.Privileges == "Admin"
   # 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 unistaller from the start menu or from the installation folder \$\"\$INSTDIR\$\"." /SD IDOK
+  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 \$(^Name) installed in \$\"\$INSTDIR\$\".\$\nCan not uninstall!" /SD IDOK
+  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
 \${EndIf}
   Abort