-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Full upgrade run december 2024, v1.10.40-preview #5056
Comments
This comment has been minimized.
This comment has been minimized.
Thanks, I've added a new label "Issue-Feedback" and since this will serve as a master to track other issues, I've marked it as a "Task" for the Issue Type. I'll add any existing issues to this comment and update this is the first "human" comment to help track. I'd also love some help from @Trenly and @mdanish-kh via Gitter or Teams to keep some of the discussion clutter reduced here. Existing Issues: |
The list of packages that triggered an elevation request might need updates in their manifest if they always prompt for elevation, but they may also be installed "per user" which shouldn't need elevation. @Trenly & @mdanish-kh. Those seem like a decent selection of packages to evaluate for manifest updates. Docker Desktop [Docker.DockerDesktop] |
OBS Studio is actually behaving (mostly) as expected. There are applications like Teams, Chrome, and a few others that will continue to use OBS files even if OBS is closed and the camera is not in use. Spotify is the same way, and WinGet will not close a running application to ensure user data is preserved The number of unknown packages is also a known bug; I'll have to find the issue number, but the gist of it is that the count of packages with unknown version is happening before the check to see if packages are available from a known source. Definitely agree with @denelon that the manifests for many of the packages mentioned should be checked for an elevation requirement The issue of packages listed for update but not actually being updated by the command is another known issue, but probably needs more focus (@denelon - once I find the number can you look at priority?); Effectively, when using |
|
ℹ️
As suggested in issue #1009 I've opened a new one with the latest feedback.
Pictures tell a thousand words, so let me include those where possible.
Note: My PC was already pending a reboot for Windows Updates, not sure if that has had any effect during this process.
Starting off situation:
⏳
Running command as user without elevated permissions:
winget update --all --accept-package-agreements --accept-source-agreements --silent --verbose-logs
Even though it first tells me there are 58 upgrades available, it then only processes 53:
✅
These apps prompted for elevation after winget showed
The installer will request to run as administrator, expect a prompt.
These apps did not show a prompt in Winget, but did request elevation from the installer:
❌⛔
HWiNFO installer failed, even though I never did anything to cancel the installation
WinGet-REALiX.HWiNFO.8.16-2024-12-11-08-30-28.517.log
MongoDB [MongoDB.Server] failed to install, error 1603. There is no separate log file for this installer.
Java 8 failed, did not prompt for elevation, error 1603. There is no separate log file for this installer.
Blender showed multiple command prompts flashing, too fast too see if there was any text om them or to grab a screenshot.
Then it promped for elevation.
OBS Studio did prompt for elevation but failed anyway, exit code 6. There is no separate log file for this installer.
Despite the error message, I can confirm that OBS was already closed and my webcam was not in use.
Epic Games Launcher did prompt for elevation but failed anyway, error 1603.
WinGet-EpicGames.EpicGamesLauncher.1.3.93.0-2024-12-11-12-11-18.749.log
LM Studio failed to install, 0x801900ce. There is no separate log file for this installer.
Spotify failed to install because it is running.
WinGet-Spotify.Spotify.1.2.52.442.g01893f92-2024-12-11-12-21-11.227.log
ATLauncher Setup failed to install, did not prompt for elevation.
WinGet-ATLauncher.ATLauncher.1.2.0.0-2024-12-11-12-23-09.324.log
Windows Subsystem for Linux failed to install, did not prompt for elevation.
winget update --all
, the following result is shown runningwinget update
:winget update --all
command finished, the following results were shown:375 package(s) have version numbers that cannot be determined. Use --include-unknown to see all results.
2 package(s) are pinned and need to be explicitly upgraded.
Both before and after
winget update --all
, thewinget update
command shows the following:3 package(s) have version numbers that cannot be determined. Use --include-unknown to see all results.
Somehow two different numbers are shown, despire them appearing to tell the same thing to the user.
Running
winget update --include-unknown
only shows three packages:⏳Running command as with elevated permissions:
winget update --all --accept-package-agreements --accept-source-agreements --silent --verbose-logs
HWiNFO® fails to install:
WinGet-REALiX.HWiNFO.8.16-2024-12-11-12-33-06.044.log
OBS failed to install, there is no separate log file for this installer.
Epic Games Launcher failed to install:
WinGet-EpicGames.EpicGamesLauncher.1.3.93.0-2024-12-11-12-37-45.039.log
LM Studio fails to download:
ATLauncher Setup failed to install:
WinGet-ATLauncher.ATLauncher.1.2.0.0-2024-12-11-12-40-15.458.log
ℹ️ Attached the DiagOutputDir completely as well:
WinGet_DiagOutputDir.zip
The text was updated successfully, but these errors were encountered: