Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge showing as Teams #3761

Closed
moshem1234 opened this issue Oct 12, 2023 · 2 comments
Closed

Edge showing as Teams #3761

moshem1234 opened this issue Oct 12, 2023 · 2 comments
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.
Milestone

Comments

@moshem1234
Copy link

Brief description of your issue

In the commands winget upgrade and winget list, Microsoft Edge is being shown as having an ID of Microsoft.Teams and is therefore displaying inaccurate update information.

Steps to reproduce

I'm unsure if this is a universal issue or just me, but I produce this issue by typing winget list edge.

Alternatively, if there is a teams update pending, winget upgrade can be used as well.

Expected behavior

When the commands winget upgrade or winget list are used, the Microsoft Edge program will show as having an ID of Microsoft.Edge

Actual behavior

image

As can be seen in the image above, Microsoft Edge is being shown as having an ID of Microsoft.Teams and is therefore displaying inaccurate update information.

Environment

Windows Package Manager v1.6.2771
Windows: Windows.Desktop v10.0.19045.3570
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.21.2771.0
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Oct 12, 2023
@stephengillie stephengillie added Issue-Bug It either shouldn't be doing this or needs an investigation. Area-Manifest This may require a change to the manifest and removed Needs-Triage Issue need to be triaged labels Oct 12, 2023
@denelon denelon added Area-Matching Issue related to correlation between installed package and manifest and removed Area-Manifest This may require a change to the manifest labels Oct 12, 2023
@EweSparky
Copy link

I have the same problem. If I try winget remove --id Microsoft.Teams, winget attempts (and obviously fails) to remove Edge.

@lbonvarl
Copy link

lbonvarl commented Mar 6, 2024

Same issue:

PS C:\> winget upgrade --all
No installed package found matching input criteria.

The following packages have an upgrade available, but require explicit targeting for upgrade:
Name           Id              Version       Available            Source
------------------------------------------------------------------------
Microsoft Edge Microsoft.Teams 122.0.2365.66 23320.3027.2591.1505 winget
1 package(s) have version numbers that cannot be determined. Use --include-unknown to see all results.
11 package(s) have version numbers that cannot be determined. Use --include-unknown to see all results.
PS C:\> winget uninstall --id "Microsoft.Teams"
Found Microsoft Teams [Microsoft.Teams]
Starting package uninstall...
Uninstall failed with exit code: 93
PS C:\>
PS C:\> winget -v --info
Windows Package Manager v1.7.10582
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22631.3235
System Architecture: Arm64
Package: Microsoft.DesktopAppInstaller v1.22.10582.0

Winget Directories
-------------------------------------------------------------------------------------------------------------------------------
Logs                               %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
User Settings                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Portable Links Directory (User)    %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User)       %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root              C:\Program Files\WinGet\Packages
Portable Package Root (x86)        C:\Program Files (x86)\WinGet\Packages
Installer Downloads                \\Mac\Home\Downloads

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled
PS C:\>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

5 participants