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

Close and restart application during uninstall/reinstall does not work #185

Open
ndench opened this issue Jul 3, 2024 · 0 comments
Open

Comments

@ndench
Copy link

ndench commented Jul 3, 2024

Thanks for this great package, it does exactly what I need!

I'm struggling to make uninstall or reinstall work correctly when the application is still running.
The installer correctly identifies that the application is still running, and offers to "Automatically close and attempt to restart" the application. However this does not appear to actually do anything. My application continues to run and I need to manually exit it.

image

I'm not sure what this option actually does. Does it fire some event or signal that I need to subscribe to in order to handle?
I've tried subscribing to every node event with process.on() as well as every electron event with app.on() but none of these appear to fire.

What do I need to do in order to successfully close the application when the installer/uninstaller is run?

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

No branches or pull requests

1 participant