packaging: remove redundant "do you want to uninstall previous version"
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
4593538fc8
commit
6a4fb6a271
@ -327,7 +327,6 @@ Section "" UninstallPrevious
|
|||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${If} $0 != ""
|
${If} $0 != ""
|
||||||
${AndIf} ${Cmd} `MessageBox MB_YESNO|MB_ICONQUESTION "Uninstall previous version?" /SD IDYES IDYES`
|
|
||||||
!insertmacro RunUninstall $0 $0
|
!insertmacro RunUninstall $0 $0
|
||||||
${If} $0 <> 0
|
${If} $0 <> 0
|
||||||
MessageBox MB_YESNO|MB_ICONSTOP "Failed to uninstall, continue anyway?" /SD IDYES IDYES +2
|
MessageBox MB_YESNO|MB_ICONSTOP "Failed to uninstall, continue anyway?" /SD IDYES IDYES +2
|
||||||
|
Loading…
Reference in New Issue
Block a user