-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Win64 system wide checkForUpdatesAndNotify() uninstalls but doesn't install #5468
Comments
I unfortunately don't have any interesting logs for this behaviour, the app simply logs that it has found an update and is going to execute it. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still relevant. I've donated to the project to see if this can get priority. |
I'm also having this same issue. It seems there is an issue with silent update and machine wide installation. Another thread about it here: #4474 There is a solution in that thread that checks the registry and sets isSilent to false if the app is installed for all users. I'm not sure how to set isSilent when using checkForUpdatesAndNotify() though since it doesn't look like it accepts any arguments. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@Yorannn can you link to the workaround that ended up working for us? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
…electron-userland#5468) Without elevation, app is uninstalled, but new files can't be extracted and no error message is displayed.
…nstall/updates (#6450) * fix(nsis): fix per-machine installs Add @krisdages changes from PR #6438 to elevate silent per-machine installs. Remove PR #6073 that incorrectly elevates all per-machine installs, breaking interactive per-machine installs. Closes #6425, #5468 Co-authored-by: Robert Patrick Co-authored-by: Kris Dages
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Should be fixed by #6450 |
I'm running a generic server auto-update on Windows using NSIS.
Auto update works correctly if the application is installed per-user, but when the application is installed system wide:
old-uninstaller.exe
(from a temporary folder)Expected behaviour
The new version of the application is installed
The text was updated successfully, but these errors were encountered: