-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[Setup] Do not require UAC prompt #15517
Comments
Possible workaround: Compile self contained binaries, like Paint.NET does.
Or fail installing in user context if not running as admin and .NET desktop runtime isn't installed? But make everything else installable in user context. |
Yes, that could be an option, though since we ship many binaries, it could bloat the installation size to be N times bigger. Another concern would be receiving security fixes. |
Is this still an issue with the latest version? /needinfo |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 5 days. It will be closed if no further activity occurs within 5 days of this comment. |
Should this still be open? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 5 days. It will be closed if no further activity occurs within 5 days of this comment. |
Fixed in 0.69 which was released in the start of April 2023. |
Description of the new feature / enhancement
This depends on 2 things:
Scenario when this would be used?
That happens during installation/upgrade.
Supporting information
No response
The text was updated successfully, but these errors were encountered: