Unverified Commit 3ccee69c authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8463 from DonLakeFlyer/WindowsUninstall

Windows uninstall race condition
parents 4cbe2689 08300ab3
......@@ -71,8 +71,7 @@ check64BitUninstall:
StrCmp $R0 "" doInstall
doUninstall:
DetailPrint "Uninstalling previous version..."
ExecWait "$R0 /S -LEAVE_DATA=1"
DetailPrint "Uninstalling previous version..." ExecWait "$R0 /S -LEAVE_DATA=1 _?=$INSTDIR"
IntCmp $0 0 doInstall
MessageBox MB_OK|MB_ICONEXCLAMATION \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment