-
Notifications
You must be signed in to change notification settings - Fork 1.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
Specify installer architecture #906
Comments
Maybe something easy to type like for e.g |
@KaranKad we tend to use the double hyphen with the long form, and a single hyphen with a single character. For example:
We might have something like:
|
Seconded. Just used winget to install adobe reader, but while running winget from the regular (not x86) powershell, it installed the 32-bit variant even though a 64-bit adobe reader exists. |
To add to @HStry's comment, the reverse use case is also important -- I require the 32-bit version of Python to interface with other 32-bit programs, but, currently, no option for that. Excited to fully migrate from Chocolatey once all the necessary features are in place. |
Or notepad++ is available in 32 and 64 bit versions, but some plugins are only available for 32 bit. So it makes sense to install the 32 bit edition on 64 bit OS... |
Add an argument and settings to specify installer architecture
As a user I would like to be able to specify which architecture an installer should use on my machine.
Proposed technical implementation details (optional)
This could be an argument like:
winget install foo.bar --architecture x86
There could also be settings to specify a "preferred" architecture or a "required" architecture.
Given a "required" architecture, the search results could be trimmed to include only packages with manifests supporting my "required" architecture.
The text was updated successfully, but these errors were encountered: