diff --git a/app/win/installer/customLocale.nsh b/app/win/installer/customLocale.nsh index b1db96d3b7..8a20578ada 100644 Binary files a/app/win/installer/customLocale.nsh and b/app/win/installer/customLocale.nsh differ diff --git a/app/win/installer/uninstaller.nsi b/app/win/installer/uninstaller.nsi index a6f7161b02..efb398c8a1 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)" IDNO +2 + MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(WARN_RESTART_REQUIRED_UPGRADE_HELPER)" 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)" IDNO +2 + MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(WARN_RESTART_REQUIRED_UPGRADE_HELPER)" IDNO +2 Reboot Quit ; Nothing initialized so no need to call OnEndCommon