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

Feature/do not ignore uninstall errors #3782

Conversation

julianhille
Copy link
Contributor

  • Uninstaller should be copied and not moved:

The installer should not be moved outside of the directory as this
kills consistency and makes clean up way harder if something with the uninstaller fails.

  • Uninstaller return code should not be ignored

The current installer does completely ignore if uninstalling failed this mostly will end up in installing fail.
Checking if an uninstaller is present, its there on update, and expecting a return code of 0
would be sufficient.

Julian Hille added 2 commits March 26, 2019 10:28
The current installer does completely ignore if uninstalling failed this mostly will end up in installing fail.
Checking if an uninstaller is present, its there on update, and expecting a return code of 0
would be sufficient.
The installer should not be moved outside of the directory as this
kills consistency and makes clean up way harder if something with the uninstaller fails.
@develar develar merged commit c84ecff into electron-userland:master Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants