Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSIS: Wait for the uninstaller to finish #2184

Merged
merged 1 commit into from Mar 6, 2021

Conversation

EchterAgo
Copy link

When there is an existing installation and the user chose to uninstall, wait for the uninstaller to finish. Normal ExecWait doesn't work because by default the uninstaller spawns a new process. This also exits the installation if the uninstall fails.

When there is an existing installation and the user chose to uninstall,
wait for the uninstaller to finish. Normal ExecWait doesn't work because
by default the uninstaller spawns a new process. This also exits the
installation if the uninstall fails.
@cculianu
Copy link
Collaborator

cculianu commented Mar 6, 2021

Thanks man you rock.

@cculianu cculianu added Windows Windows-specific issue packaging Issues related to building/packaging and not the app itself. labels Mar 6, 2021
@cculianu cculianu merged commit a74517b into Electron-Cash:master Mar 6, 2021
@EchterAgo EchterAgo deleted the nsis_wait_uninstall branch March 6, 2021 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Issues related to building/packaging and not the app itself. Windows Windows-specific issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants