-
-
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
Cannot use autoupdater without administrator privileges #1129
Comments
Hmm... Why Windows doesn't show UAC windows? To investigate. Installer can automatically request UAC. |
Forgot to put the relevant part of the stack trace
From other issues in the repo I saw that it seems to be a UAC permission error. |
Confirmed when starting the application with Administrator privileges it was able to auto update properly. |
Working on fix. |
Fixed in |
Using the auto updater in our build. It is failing to install after calling
autoUpdater.quitAndInstall();
though because the application is installed via"perMachine": true
and as a result needs administrator privileges to update.Is there just some way to make it so every single time the application is run it automatically starts off with UAC already? This would be the easiest thing for me to fix the problem as I will need UAC also for other things.
The text was updated successfully, but these errors were encountered: