Package ID Microsoft.Teams refers to two different packages including Microsoft Edge #4312
Labels
Area-Matching
Issue related to correlation between installed package and manifest
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Brief description of your issue
Package ID
Microsoft.Teams
refers to package namesMicrosoft Teams (work or school)
andMicrosoft Edge
.Steps to reproduce
winget list --id Teams
returns:winget list --id Microsoft.Teams
returns:It is not possible to return
Microsoft Teams (work or school)
using IDMicrosoft.Teams
, even though they appear identical in the first command above.Click
Start > All Apps > Microsoft Edge
to open, then clickOverflow ... Menu > Help and Feedback > About Microsoft Edge
and confirm the version isVersion 122.0.2365.92 (Official build) (64-bit)
(same as package nameMicrosoft Edge
above).Click
Start > All Apps > Microsoft Teams (work or school)
to open, then clickOverflow ... Menu > Settings > About Teams
and confirm the version is24060.2610.2771.7995(preview)
(same as package nameMicrosoft Teams (work or school)
above.Expected behavior
Each package ID should be unique.
winget list --id Teams
andwinget list --id Microsoft.Teams
should only return package nameMicrosoft Teams (work or school)
. Conversely,winget list --id Microsoft.Edge
(or similar) should return package nameMicrosoft Edge
.Actual behavior
Microsoft Edge uses the wrong package ID, making it difficult to manage Microsoft Teams using winget. Package ID
Microsoft.Teams
is not unique when it should be.Environment
The text was updated successfully, but these errors were encountered: