Skip to content
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

[New Bug/Feature]: Package Dependency Scope/Arch Mismatch #3838

Open
stephengillie opened this issue Oct 4, 2023 · 1 comment
Open

[New Bug/Feature]: Package Dependency Scope/Arch Mismatch #3838

stephengillie opened this issue Oct 4, 2023 · 1 comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Issue-Feature This is a feature request for the Windows Package Manager client.

Comments

@stephengillie
Copy link

Description of the new feature/enhancement

Install is blocked by a dependency not having the same scope or architecture as requested by the main installer.

This can be seen in:

Unsure what the intended behavior here is, so unsure if feature or bug.

Proposed technical implementation details (optional)

There are many ways this could be resolved, and others might be better.

  • Possibly allow machine scope dependencies on user scope installs?

    • Maybe with the same "expect a prompt" warning as elevationRequired packages have?
  • Could also use a switch in WinGet to enable or disable this behavior on a per-install basis.

  • Failing could already be the best option, but there should be better communication about why.

@stephengillie stephengillie added the Issue-Feature This is a feature request for the Windows Package Manager client. label Oct 4, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Oct 4, 2023
@stephengillie stephengillie added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels Oct 4, 2023
@aaronliu0130
Copy link

Also, I'm pretty sure every Mozilla-based offline installer does the "machine if elevated, user otherwise" thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

No branches or pull requests

2 participants