Skip to content

Change "wix" into an alias for "msi". #6457

Description

Relevant area(s)

WinGet CLI

Description of the new feature / enhancement

Due to various legacy oddities, especially in Microsoft.Wingetcreate, the vast majority of .msi InstallerUrl-s in Winget-pkgs have the wix InstallerType when they should probably instead have the msi InstallerType.

"Wix" is also not a particularly widely known term among commoners, whereas MSI is somewhat widely known; which will likely cause some minor issues if they ran winget (install|show) (...) --installer-type msi and have it show 0 results.

Image

Proposed technical implementation details

Change wix from being its own InstallerType, to having it be an alias of msi.

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions