Tweak the uninstaller message (#4626)
This commit is contained in:
parent
10d27b8f68
commit
c900eb7951
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -564,7 +564,7 @@ Function .onInit
|
||||||
; Prevent launching the application when a reboot is required and this
|
; Prevent launching the application when a reboot is required and this
|
||||||
; executable is the main application executable
|
; executable is the main application executable
|
||||||
IfFileExists "$EXEDIR\${FileMainEXE}.moz-upgrade" +1 +4
|
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
|
Reboot
|
||||||
Quit ; Nothing initialized so no need to call OnEndCommon
|
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
|
; Prevent all operations (e.g. set as default, postupdate, etc.) when a
|
||||||
; reboot is required and the executable launched is helper.exe
|
; reboot is required and the executable launched is helper.exe
|
||||||
IfFileExists "$INSTDIR\${FileMainEXE}.moz-upgrade" +1 +4
|
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
|
Reboot
|
||||||
Quit ; Nothing initialized so no need to call OnEndCommon
|
Quit ; Nothing initialized so no need to call OnEndCommon
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue