comparison tools/makeinst-script.sh.in @ 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
comparison
equal deleted inserted replaced
5420:ec1f5c04ca0b 5421:020bb2fcd3e2
305 # if 0 it couldnt find us 305 # if 0 it couldnt find us
306 StrCmp \$R0 0 0 uninst_check_local 306 StrCmp \$R0 0 0 uninst_check_local
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 unistaller 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 \$(^Name) installed in \$\"\$INSTDIR\$\".\$\nCan not uninstall!" /SD IDOK 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
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