You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest (next) version of electron-builder to do the test.
I'm using allusers mode to do the installation, when the app is not installed, then the installer runs perfectly without any problem. But when I test the overwrite installation (for the purpose of upgrading my app), it throw the Error XXX Application cannot be closed. Please close it manually and click Retry to continue. I don't think this error message is accurate, because I have not started my app even once. And of course the Retry button cannot solve the problem.
But when I delete the whole %ProgramFiles%\MyApp folder, then the overwrite re-installation can go smoothly. After deeper dig, I found that removing only the Uninstall MyApp.exe can also do the job.
So I wonder what does the installer check before installation, why the presence of the uninstaller.exe prevents the installer do its job. This is not the behavior I expect.
The text was updated successfully, but these errors were encountered:
I'm using the latest (next) version of electron-builder to do the test.
I'm using allusers mode to do the installation, when the app is not installed, then the installer runs perfectly without any problem. But when I test the overwrite installation (for the purpose of upgrading my app), it throw the Error
XXX Application cannot be closed. Please close it manually and click Retry to continue
. I don't think this error message is accurate, because I have not started my app even once. And of course theRetry
button cannot solve the problem.But when I delete the whole
%ProgramFiles%\MyApp
folder, then the overwrite re-installation can go smoothly. After deeper dig, I found that removing only theUninstall MyApp.exe
can also do the job.So I wonder what does the installer check before installation, why the presence of the uninstaller.exe prevents the installer do its job. This is not the behavior I expect.
The text was updated successfully, but these errors were encountered: