From 77493022951f8460014849218f07e1e6bf10c5ad Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Thu, 19 Sep 2024 13:27:05 +0200 Subject: [PATCH] Revert "Tweak the uninstaller message (#4626)" (#4697) This reverts commit c900eb7951009687fe239a113d2413af74814af1. --- app/win/installer/customLocale.nsh | Bin 10004 -> 9666 bytes app/win/installer/uninstaller.nsi | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/win/installer/customLocale.nsh b/app/win/installer/customLocale.nsh index 8a20578ada151450b376d05c9948cbc61c116970..b1db96d3b7c4a1e33662810b8715a0aca92c9f40 100644 GIT binary patch delta 12 TcmbQ@cgTB#o8;yhQZ+mPBfbRe delta 50 zcmX@)J;iT>o8)8xKCa1k#0&)E89W$V8GIN5fMgJZ0)xS1LGjYbETR>YgP5c?yGhpY F003az4Bh|$ diff --git a/app/win/installer/uninstaller.nsi b/app/win/installer/uninstaller.nsi index efb398c8a1..a6f7161b02 100755 --- a/app/win/installer/uninstaller.nsi +++ b/app/win/installer/uninstaller.nsi @@ -564,7 +564,7 @@ Function .onInit ; Prevent launching the application when a reboot is required and this ; executable is the main application executable IfFileExists "$EXEDIR\${FileMainEXE}.moz-upgrade" +1 +4 - MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(WARN_RESTART_REQUIRED_UPGRADE_HELPER)" IDNO +2 + MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(WARN_RESTART_REQUIRED_UPGRADE)" IDNO +2 Reboot Quit ; Nothing initialized so no need to call OnEndCommon @@ -590,7 +590,7 @@ Function .onInit ; Prevent all operations (e.g. set as default, postupdate, etc.) when a ; reboot is required and the executable launched is helper.exe IfFileExists "$INSTDIR\${FileMainEXE}.moz-upgrade" +1 +4 - MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(WARN_RESTART_REQUIRED_UPGRADE_HELPER)" IDNO +2 + MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(WARN_RESTART_REQUIRED_UPGRADE)" IDNO +2 Reboot Quit ; Nothing initialized so no need to call OnEndCommon