winget install
support specifying installer extension/type (EXE vs. MSI)
#2146
Labels
Issue-Feature
This is a feature request for the Windows Package Manager client.
Resolution-Duplicate
Issue is a duplicate
Milestone
Description of the new feature / enhancement
For new installs where several install types/ extensions are available, I'd like the ability to specify it with
winget install
.Examples packages with both EXE and MSI available:
--location
on this specific package-l,--location
option not working on all msi packages #1857.This should of course be combined with the ability to:
winget install
, which is already supported:Proposed technical implementation details
I don't know. This get's messy quick. Manifest already has
installertype
, but that hints towards installer vendor (Inno, Nullsoft etc.) rather than MSI vs. EXE.installertype
should be used to store the general installer type IMO, like:While
installervendor
could store the vendor/ creator of the installer, like:The text was updated successfully, but these errors were encountered: