microsoft / microsoft/winget-cli

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

Open
#6,457 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Feature
Dominant language
C++
Stars
26.4k
Forks
1.8k
Avg merge
1d 11h
Merged PRs (30d)
15

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the WinGet CLI area and trace the InstallerType handling used by winget install and winget show, focusing on --installer-type. Done means wix is accepted as an alias for msi, and filtering with --installer-type msi returns relevant Wix installers.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.