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

winget recommends spurious onenote update #4443

Open
fehrin1 opened this issue May 3, 2024 · 7 comments
Open

winget recommends spurious onenote update #4443

fehrin1 opened this issue May 3, 2024 · 7 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.

Comments

@fehrin1
Copy link

fehrin1 commented May 3, 2024

Brief description of your issue

With winget update (upgrade) i get the following upgrade recommendation:
Microsoft OneNote - de-de XPFFZHVGQWWLHB 16.0.16731.20636 16.0.17231.20236 msstore
Looking at
https://learn.microsoft.com/en-us/officeupdates/update-history-microsoft365-apps-by-date
this is not a sensible suggestion:

  • 16731.20636 is the latest update from the half year enterprise channel, so there is nothing to update here.
  • 16.0.17231.20236 is not the latest update from the monthly enterprise channel, why is it that exactly this version is recommended?

Steps to reproduce

winget update
or
winget upgrade

Expected behavior

No onenote upgrade should be suggested.

Actual behavior

A spurious upgrade is suggested.

Environment

C:\Users\FEH01589>winget --info
Windows-Paket-Manager v1.7.11132
Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.

Windows: Windows.Desktop v10.0.19045.4355
Systemarchitektur: X64
Paket: Microsoft.DesktopAppInstaller v1.22.11132.0

WinGet-Verzeichnisse
-----------------------------------------------------------------------------------------------------------------------------------------
Protokolle                                   %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
Benutzereinstellungen                        %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Verzeichnis für portierbare Links (Benutzer) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portables Linkverzeichnis (Computer)         C:\Program Files\WinGet\Links
Portierbarer Paketstamm (Benutzer)           %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portierbarer Paketstamm                      C:\Program Files\WinGet\Packages
Portierbares Paketstamm (x86)                C:\Program Files (x86)\WinGet\Packages
Installationsprogrammdownloads               %USERPROFILE%\Downloads

Links
-----------------------------------------------------------------------------------------
Datenschutzerklärung              https://aka.ms/winget-privacy
Lizenzvereinbarung                https://aka.ms/winget-license
Hinweise von Drittanbietern       https://aka.ms/winget-3rdPartyNotice
Startseite                        https://aka.ms/winget
Windows Store-Nutzungsbedingungen https://www.microsoft.com/en-us/storedocs/terms-of-sale

Administratoreinstellung                  Status
-----------------------------------------------------
LocalManifestFiles                        Deaktiviert
BypassCertificatePinningForMicrosoftStore Deaktiviert
InstallerHashOverride                     Deaktiviert
LocalArchiveMalwareScanOverride           Deaktiviert
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label May 3, 2024
@stephengillie
Copy link

I couldn't find identical output (no version, and no "Microsoft"), but it does appear that the MSStore has a package named OneNote:

PS C:\ManVal> find-WinGetPackage OneNote

Name                              Id                         Version          Source
----                              --                         -------          ------
OneNote                           XPFFZHVGQWWLHB             Unknown          msstore
OneNote Tagging Kit               wethat.onenotetaggingkit   5.1.8514         winget
OneMoreAddIn                      stevencohn.OneMore         5.9.0            winget
OneMark                           Neux.OneMark               1.0.2            winget
Microsoft 365 Apps for enterprise Microsoft.Office           16.0.17425.20176 winget
NoteHighlight2016                 elvirbrk.notehighlight2016 3.7              winget

Installing into a VM, it appears to download and install Office 365:

image

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage Issue need to be triaged label May 3, 2024
@denelon
Copy link
Contributor

denelon commented May 4, 2024

Can you share logs for this incident?

If it's reproduceable you can append "--verbose-logs --logs" to get verbose logs and open the directory containing the files. I would just need the latest one with the error.

@denelon denelon added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Author-Feedback Issue needs attention from issue or PR author labels May 4, 2024
@fehrin1
Copy link
Author

fehrin1 commented May 4, 2024

I couldn't find identical output (no version, and no "Microsoft"), but it does appear that the MSStore has a package named OneNote:

PS C:\ManVal> find-WinGetPackage OneNote

Name                              Id                         Version          Source
----                              --                         -------          ------
OneNote                           XPFFZHVGQWWLHB             Unknown          msstore
OneNote Tagging Kit               wethat.onenotetaggingkit   5.1.8514         winget
OneMoreAddIn                      stevencohn.OneMore         5.9.0            winget
OneMark                           Neux.OneMark               1.0.2            winget
Microsoft 365 Apps for enterprise Microsoft.Office           16.0.17425.20176 winget
NoteHighlight2016                 elvirbrk.notehighlight2016 3.7              winget

Installing into a VM, it appears to download and install Office 365:

image

@stephengillie There is a onenote installed via Office 365 Enterprise. The update suggested by winget on top of this installation is spurious.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention Issue needs attention from Microsoft and removed Needs-Author-Feedback Issue needs attention from issue or PR author labels May 4, 2024
@fehrin1
Copy link
Author

fehrin1 commented May 4, 2024

Can you share logs for this incident?

If it's reproduceable you can append "--verbose-logs --logs" to get verbose logs and open the directory containing the files. I would just need the latest one with the error.

winget update --verbose-logs --logs
WinGet-2024-05-04-11-33-01.458.log
WinGet-2024-05-04-11-32-51.462.log
WinGet-2024-05-04-11-33-36.222.log

@fehrin1
Copy link
Author

fehrin1 commented May 4, 2024

@denelon I added the log file(s) requested.

@denelon denelon removed the Needs-Attention Issue needs attention from Microsoft label May 6, 2024
@fehrin1
Copy link
Author

fehrin1 commented May 19, 2024

Hi @denelon any idea on this, it is for me the last remaining problem, apart from this, winget is "clean" for me?

@fehrin1
Copy link
Author

fehrin1 commented May 19, 2024

I have 16731.20674 in the meantime and still 16.0.17231.20236 is suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Projects
None yet
Development

No branches or pull requests

3 participants