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:
Rachel Powers 2023-06-01 12:40:08 -07:00
parent 4593538fc8
commit 6a4fb6a271

View File

@ -327,7 +327,6 @@ Section "" UninstallPrevious
${EndIf}
${If} $0 != ""
${AndIf} ${Cmd} `MessageBox MB_YESNO|MB_ICONQUESTION "Uninstall previous version?" /SD IDYES IDYES`
!insertmacro RunUninstall $0 $0
${If} $0 <> 0
MessageBox MB_YESNO|MB_ICONSTOP "Failed to uninstall, continue anyway?" /SD IDYES IDYES +2