-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Feature Request: non-uac per-user installer for winget #271
Comments
Do you have an app as an example that has that behaviour? |
No, UAC is needed only for privileged actions like writing to some parts of registry or program files, software is slowly switching to per-user installer when it's possible.
Here is my list of per-user software: |
If it were done, the following scenarios would need to be tested
Modifying the installer is a lot of work... Every user has a different setup and each change tends to trigger unintended consequences and requires additional support. I currently don't have spare time, and this feature already exists, if you use If anyone is interested in contributing with a pull request, I would be really grateful. But the correct changes may need to be applied to the current installer in order to not break the existing flows. |
You can do separate per-user/global installers.
Understandable, that's what i've done for now. |
😢 So much trouble! If this can be done without turning 3 installers (x64,x86,arm64) into 6 (x64-per-user, x64-global,...), I would consider a PR! New users arriving here: If you want to install gsudo per-user, without uac, use ... or upvote the first comment (here)! |
@gerardog I'll describe my automation case using gsudo and my thoughts.
I would appreciate this simplification. Without it, I am forced to store, distribute along with the automation scripts, and update manually, a portable gsudo installation, and avoid the installation. |
I'll try to do this as winget now supports portable programs. |
This change broke the winget release step, and now new versions are not being published to Winget. Logs |
Description
It would be nice if there is installer that don't require UAC so i can install gsudo from winget without UAC like in scoop package.
Proposed technical details
The text was updated successfully, but these errors were encountered: