Skip to content

winget install support specifying installer extension/type (EXE vs. MSI) #2146

@o-l-a-v

Description

@o-l-a-v

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:

This should of course be combined with the ability to:

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:

  • EXE
  • MSI
  • MSIX
  • ZIP\EXE
  • ZIP\MSI
  • ZIP\MSIX

While installervendor could store the vendor/ creator of the installer, like:

  • Inno
  • Microsoft (MSI, MSIX)
  • Nullsoft

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-FeatureThis is a feature request for the Windows Package Manager client.Resolution-DuplicateIssue is a duplicate

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions