winget (v1.2) upgrade --all --silent only installs the first package silently
Brief description of your issue
winget upgrade --all --silent only installs the first package silently. The rest shows progress.
I had following upgrades available when running winget upgrade.
Name Id Version Available Source
-----------------------------------------------------------------------------------------------------------------------
Microsoft Teams Microsoft.Teams 1.5.00.2164 1.5.00.4689 winget
Microsoft Visual C++ 2015-2022 Redistributable (x… Microsoft.VC++2015-2022Redist-x86 14.31.30919.0 14.31.31103.0 winget
Microsoft Teams Microsoft.Teams 1.4.0.19572 1.5.00.4689 winget
Microsoft Visual C++ 2015-2022 Redistributable (x… Microsoft.VC++2015-2022Redist-x64 14.31.30919.0 14.31.31103.0 winget
Eclipse Temurin JDK with Hotspot 11 EclipseAdoptium.Temurin.11 11.0.12.7 11.0.14.101 winget
5 upgrades available.
First Teams installed silently, but neither of the VCRedist or JDK did.
Steps to reproduce
Have more than one package to upgrade, then:
winget upgrade --all --silent
Expected behavior
All packages should install silently.
Actual behavior
Only the first package installs silently.
Environment
Windows Package Manager v1.2.10271
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19044.1586
Package: Microsoft.DesktopAppInstaller v1.17.10271.0
In this example, "MKVToolnix" updated silently, but "Oh My Posh" didn't.

+1 on this, I'm using winget v1.2.10941 and same thing happens.
--silent doesn't properly work for me sometimes (it shows a pop-up briefly). I don't think there's any pattern tho. Some packages are silent and other aren't
Same behavior here when doing winget upgrade --all --silent with things like VSCode for example.
Same thing here. The first one—GitHub Desktop—upgraded silently fine, but the rest of the queue (M365 apps, Git, Visual Studio libraries, etc.) popped up GUIs.
I have experienced the same problem with a variety of applications as well.
Tried v1.4.3531 now, it shows a different behavior: First package was not installed silently, but the second one was.
This was using CMD without admin permissions, and the MSIX package extracted to a folder on my desktop, as I did not want to override current installed Winget version.
Output from CMD
C:\Users\olavb\Desktop\Winget>winget.exe --version
v1.4.0
C:\Users\olavb\Desktop\Winget>winget.exe upgrade
The `msstore` source requires that you view the following agreements before using.
Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
The source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US").
Do you agree to all the source agreements terms?
[Y] Yes [N] No: y
Name Id Version Available Source
---------------------------------------------------------------------------
Oh My Posh version 12.28.1 JanDeDobbeleer.OhMyPosh 12.28.1 12.28.2 winget
Obsidian Obsidian.Obsidian 1.0.3 1.1.8 winget
2 upgrades available.
C:\Users\olavb\Desktop\Winget>winget upgrade --all --silent
Name Id Version Available Source
---------------------------------------------------------------------------
Oh My Posh version 12.28.1 JanDeDobbeleer.OhMyPosh 12.28.1 12.28.2 winget
Obsidian Obsidian.Obsidian 1.0.3 1.1.8 winget
2 upgrades available.
(1/2) Found Oh My Posh [JanDeDobbeleer.OhMyPosh] Version 12.28.2
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.28.2/install-amd64.exe
██████████████████████████████ 6.77 MB / 6.77 MB
Successfully verified installer hash
Starting package install...
Successfully installed
(2/2) Found Obsidian [Obsidian.Obsidian] Version 1.1.8
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/obsidianmd/obsidian-releases/releases/download/v1.1.8/Obsidian.1.1.8.exe
██████████████████████████████ 64.6 MB / 64.6 MB
Successfully verified installer hash
Starting package install...
Successfully installed
C:\Users\olavb\Desktop\Winget>
Edit: Strange. Log output found in %LOCALAPPDATA%\Temp\WinGet\defaultState for upgrade --all --silent seems to prove that the correct arguments was passed to the first installer?
Log file
2022-12-21 21:46:08.437 [CORE] WinGet, version [1.4.0], activity [{0D76B754-C8E5-4873-BE12-0D1B151B3282}]
2022-12-21 21:46:08.439 [CORE] OS: Windows.Desktop v10.0.19045.2364
2022-12-21 21:46:08.439 [CORE] Command line Args: winget upgrade --all --silent
2022-12-21 21:46:08.439 [CORE] IsCOMCall:0; Caller: winget-cli
2022-12-21 21:46:08.440 [CLI ] WinGet invoked with arguments: 'upgrade' '--all' '--silent'
2022-12-21 21:46:08.440 [CLI ] Found subcommand: upgrade
2022-12-21 21:46:08.440 [CLI ] Leaf command to execute: root:upgrade
2022-12-21 21:46:08.443 [CLI ] Executing command: upgrade
2022-12-21 21:46:08.446 [REPO] GetCurrentSourceRefs: Source named 'microsoft.builtin.desktop.frameworks' from origin Default is hidden and is dropped.
2022-12-21 21:46:08.446 [REPO] Default source requested, multiple sources available, adding all to source references.
2022-12-21 21:46:08.446 [REPO] Adding to source references msstore
2022-12-21 21:46:08.446 [REPO] Adding to source references winget
2022-12-21 21:46:08.446 [REPO] Multiple sources available, creating aggregated source.
2022-12-21 21:46:08.446 [REPO] Adding to aggregated source: msstore
2022-12-21 21:46:08.446 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2022-12-21 21:46:08.869 [REPO] Response status: 200
2022-12-21 21:46:08.869 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2022-12-21 21:46:08.916 [REPO] Response status: 200
2022-12-21 21:46:08.916 [REPO] Adding to aggregated source: winget
2022-12-21 21:46:08.918 [CORE] Started trust validation of msix at: C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.PreIndexed.Package\Microsoft.Winget.Source_8wekyb3d8bbwe\source.msix
2022-12-21 21:46:08.972 [CORE] Result for certificate chain validation of Microsoft origin: 0
2022-12-21 21:46:09.031 [CORE] Result for trust info validation of the msix: 0
2022-12-21 21:46:09.489 [REPO] Opening SQLite Index for ImmutableRead at 'C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\{71B2ADB0-A7B8-4A19-8397-16585E92470F}'
2022-12-21 21:46:09.489 [SQL ] Opening SQLite connection #1: 'C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\{71B2ADB0-A7B8-4A19-8397-16585E92470F}' [1, 40]
2022-12-21 21:46:09.493 [REPO] Opened SQLite Index with version [1.6], last write [2022-12-21 21:18:57.000]
2022-12-21 21:46:09.540 [REPO] Creating PredefinedInstalledSource with filter [None]
2022-12-21 21:46:09.540 [REPO] Creating new SQLite Index [4294967295.4294967295] at ':memory:'
2022-12-21 21:46:09.540 [SQL ] Opening SQLite connection #2: ':memory:' [6, 0]
2022-12-21 21:46:09.580 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:09.582 [REPO] Examining ARP entries for Machine | X64
2022-12-21 21:46:09.613 [REPO] Examining ARP entries for Machine | X86
2022-12-21 21:46:09.640 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:09.642 [REPO] Examining ARP entries for User | X64
2022-12-21 21:46:09.909 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\StoreEdgeFD\installed.db'
2022-12-21 21:46:09.909 [SQL ] Opening SQLite connection #3: 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\StoreEdgeFD\installed.db' [2, 0]
2022-12-21 21:46:09.910 [REPO] Opened SQLite Index with version [1.6], last write [2022-12-21 21:44:18.000]
2022-12-21 21:46:09.948 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2022-12-21 21:46:09.948 [SQL ] Opening SQLite connection #4: 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' [2, 0]
2022-12-21 21:46:09.949 [REPO] Opened SQLite Index with version [1.6], last write [2022-12-21 21:44:18.000]
2022-12-21 21:46:10.248 [REPO] Found multiple matches for installed package [KLiteCodecPack_is1] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='klitecodecpack_is1'[Exact] Include:NormalizedNameAndPublisher='klitecodecpackstandard'+'klcp'[Exact]]
2022-12-21 21:46:10.249 [REPO] Checking match with package id: CodecGuide.K-LiteCodecPack.Standard
2022-12-21 21:46:10.249 [REPO] Checking match with package id: CodecGuide.K-LiteCodecPack.Mega
2022-12-21 21:46:10.249 [REPO] Found multiple packages with strong match fields
2022-12-21 21:46:10.249 [REPO] Appropriate available package could not be determined
2022-12-21 21:46:10.828 [REPO] Found multiple matches for installed package [TradingView.Desktop_n534cwy3pjxzj] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:PackageFamilyName='tradingview.desktop_n534cwy3pjxzj'[Exact]]
2022-12-21 21:46:10.829 [REPO] Checking match with package id: TradingView.TradingViewDesktop.Beta
2022-12-21 21:46:10.829 [REPO] Checking match with package id: TradingView.TradingViewDesktop
2022-12-21 21:46:10.829 [REPO] Found multiple packages with strong match fields
2022-12-21 21:46:10.829 [REPO] Appropriate available package could not be determined
2022-12-21 21:46:10.966 [REPO] Found multiple matches for installed package [{1D8E6291-B0D5-35EC-8441-6616F567A0F7}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{1d8e6291-b0d5-35ec-8441-6616f567a0f7}'[Exact] Include:UpgradeCode='{5b75f761-bac8-33bc-a381-464dddd813a3}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2010redistributable'+'microsoft'[Exact]]
2022-12-21 21:46:10.967 [REPO] Checking match with package id: Microsoft.VCRedist.2010.x64
2022-12-21 21:46:10.968 [REPO] Checking match with package id: Microsoft.VCRedist.2010.x86
2022-12-21 21:46:10.973 [REPO] Found multiple matches for installed package [{24b99d74-a81e-4765-aefe-be853ac47482}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{24b99d74-a81e-4765-aefe-be853ac47482}'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime'+'microsoft'[Exact]]
2022-12-21 21:46:10.974 [REPO] Checking match with package id: Microsoft.DotNet.DesktopRuntime.6
2022-12-21 21:46:10.974 [REPO] Checking match with package id: Microsoft.DotNet.DesktopRuntime.Preview
2022-12-21 21:46:10.975 [REPO] Checking match with package id: Microsoft.DotNet.DesktopRuntime.7
2022-12-21 21:46:10.976 [REPO] Checking match with package id: Microsoft.DotNet.DesktopRuntime.5
2022-12-21 21:46:10.977 [REPO] Checking match with package id: Microsoft.DotNet.DesktopRuntime.3_1
2022-12-21 21:46:11.003 [REPO] Found multiple matches for installed package [{35588924-6b2a-48cd-a3ee-b9118cad2d01}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{35588924-6b2a-48cd-a3ee-b9118cad2d01}'[Exact] Include:NormalizedNameAndPublisher='microsoftnetruntime'+'microsoft'[Exact]]
2022-12-21 21:46:11.004 [REPO] Checking match with package id: Microsoft.DotNet.Runtime.6
2022-12-21 21:46:11.005 [REPO] Checking match with package id: Microsoft.DotNet.Runtime.Preview
2022-12-21 21:46:11.006 [REPO] Checking match with package id: Microsoft.DotNet.Runtime.7
2022-12-21 21:46:11.006 [REPO] Checking match with package id: Microsoft.DotNet.Runtime.5
2022-12-21 21:46:11.007 [REPO] Checking match with package id: Microsoft.DotNet.Runtime.3_1
2022-12-21 21:46:11.037 [REPO] Found multiple matches for installed package [{6ba9fb5e-8366-4cc4-bf65-25fe9819b2fc}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{6ba9fb5e-8366-4cc4-bf65-25fe9819b2fc}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable'+'microsoft'[Exact]]
2022-12-21 21:46:11.038 [REPO] Checking match with package id: Microsoft.VCRedist.2015+.x86
2022-12-21 21:46:11.039 [REPO] Checking match with package id: Microsoft.VCRedist.2015+.x64
2022-12-21 21:46:11.149 [REPO] Found multiple matches for installed package [{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2013redistributable'+'microsoft'[Exact]]
2022-12-21 21:46:11.150 [REPO] Checking match with package id: Microsoft.VCRedist.2013.x86
2022-12-21 21:46:11.151 [REPO] Checking match with package id: Microsoft.VCRedist.2013.x64
2022-12-21 21:46:11.236 [REPO] Found multiple matches for installed package [{d4cecf3b-b68f-4995-8840-52ea0fab646e}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{d4cecf3b-b68f-4995-8840-52ea0fab646e}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable'+'microsoft'[Exact]]
2022-12-21 21:46:11.237 [REPO] Checking match with package id: Microsoft.VCRedist.2015+.x64
2022-12-21 21:46:11.237 [REPO] Checking match with package id: Microsoft.VCRedist.2015+.x86
2022-12-21 21:46:11.393 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.393 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.393 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.394 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.394 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.394 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.395 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.395 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.395 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.395 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.396 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.396 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.397 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.397 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.397 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.398 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.398 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.399 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.399 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.399 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.400 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.400 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.401 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.401 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.401 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.402 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.402 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.403 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.403 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.404 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.404 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.405 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.405 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.406 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.406 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.407 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.407 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.408 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.408 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.408 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.409 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.409 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.410 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.410 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.411 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.411 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.412 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.412 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.412 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.413 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.413 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.413 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.414 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.414 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.415 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.415 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.415 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.416 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.416 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.416 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.417 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.417 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.418 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.418 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.419 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.419 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.419 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.420 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.420 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.420 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.421 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.421 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.422 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.422 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.422 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.423 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.423 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.423 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.424 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.424 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.425 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.425 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.426 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.426 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.426 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.427 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.427 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.427 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.428 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.428 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.428 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.429 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.429 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.430 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.430 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.431 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.431 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.431 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:11.434 [REPO] Downloading manifest
2022-12-21 21:46:11.434 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/j/JanDeDobbeleer/OhMyPosh/12.28.2/897f-JanDeDobbeleer.OhMyPosh.yaml
2022-12-21 21:46:12.016 [CORE] Download hash: 9bac118426b06259dbb537ddaf10735c92234292e2ccabbcff849762378362a6
2022-12-21 21:46:12.016 [CORE] Download completed.
2022-12-21 21:46:12.017 [CLI ] Starting installer selection.
2022-12-21 21:46:12.017 [CLI ] Installer [X64,inno,Machine,] not applicable: Installer scope does not match currently installed scope: Machine != User
2022-12-21 21:46:12.017 [CLI ] Installer [X86,inno,Machine,] not applicable: Installer scope does not match currently installed scope: Machine != User
2022-12-21 21:46:12.017 [CLI ] Installer [Arm64,inno,Machine,] not applicable: Installer scope does not match currently installed scope: Machine != User
2022-12-21 21:46:12.017 [CLI ] Installer [Arm64,inno,Machine,] not applicable: Machine is not compatible with Arm64
2022-12-21 21:46:12.017 [CLI ] Installer [Arm64,inno,User,] not applicable: Machine is not compatible with Arm64
2022-12-21 21:46:12.017 [CLI ] Completed installer selection.
2022-12-21 21:46:12.017 [CLI ] Manifest fields: Name [Oh My Posh], Version [12.28.2]
2022-12-21 21:46:12.017 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.018 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.018 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.019 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.019 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.020 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.020 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.020 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.021 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.022 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.022 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.022 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.023 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.023 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.024 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.024 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.025 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.025 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.025 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.026 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.026 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.027 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.028 [REPO] Downloading manifest
2022-12-21 21:46:12.028 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/o/Obsidian/Obsidian/1.1.8/e11f-Obsidian.Obsidian.yaml
2022-12-21 21:46:12.049 [CORE] Download hash: a692a1391c8fd974ca38d5283622f940961315da36492340e4160865b23589ef
2022-12-21 21:46:12.049 [CORE] Download completed.
2022-12-21 21:46:12.050 [CLI ] Starting installer selection.
2022-12-21 21:46:12.050 [CLI ] Installer [Arm64,nullsoft,User,en-US] not applicable: Machine is not compatible with Arm64
2022-12-21 21:46:12.050 [CLI ] Completed installer selection.
2022-12-21 21:46:12.050 [CLI ] Manifest fields: Name [Obsidian], Version [1.1.8]
2022-12-21 21:46:12.050 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.051 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.051 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.052 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.052 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.053 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.053 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.053 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.054 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.054 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.055 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.055 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.056 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.056 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.056 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.057 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.057 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.058 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.058 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.059 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.059 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.059 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.060 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.060 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.061 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.061 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.061 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.062 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.062 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.062 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.063 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.063 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.064 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.064 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.065 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.065 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.065 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.066 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.066 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.067 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.067 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.068 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.068 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.068 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.069 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:87
2022-12-21 21:46:12.074 [CLI ] Generated temp download path: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\JanDeDobbeleer.OhMyPosh.12.28.2\c7213e5a62fbe0e1775d1657be30d0e965ad34e848bca475397c8f65d4586c6d
2022-12-21 21:46:12.074 [CORE] Downloading to path: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\JanDeDobbeleer.OhMyPosh.12.28.2\c7213e5a62fbe0e1775d1657be30d0e965ad34e848bca475397c8f65d4586c6d
2022-12-21 21:46:12.074 [CORE] DeliveryOptimization downloading from url: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.28.2/install-amd64.exe
2022-12-21 21:46:14.784 [CORE] Download completed.
2022-12-21 21:46:16.571 [CORE] Started applying motw to C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\JanDeDobbeleer.OhMyPosh.12.28.2\c7213e5a62fbe0e1775d1657be30d0e965ad34e848bca475397c8f65d4586c6d with zone: 3
2022-12-21 21:46:16.573 [CORE] Finished applying motw
2022-12-21 21:46:16.575 [CLI ] Installer hash verified
2022-12-21 21:46:16.575 [CORE] Started applying motw to C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\JanDeDobbeleer.OhMyPosh.12.28.2\c7213e5a62fbe0e1775d1657be30d0e965ad34e848bca475397c8f65d4586c6d with zone: 2
2022-12-21 21:46:16.579 [CORE] Finished applying motw
2022-12-21 21:46:16.579 [CLI ] Successfully renamed downloaded installer. Path: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\JanDeDobbeleer.OhMyPosh.12.28.2\install-amd64.exe
2022-12-21 21:46:16.579 [REPO] Creating PredefinedInstalledSource with filter [ARP]
2022-12-21 21:46:16.579 [REPO] Creating new SQLite Index [4294967295.4294967295] at ':memory:'
2022-12-21 21:46:16.579 [SQL ] Opening SQLite connection #5: ':memory:' [6, 0]
2022-12-21 21:46:16.620 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:16.622 [REPO] Examining ARP entries for Machine | X64
2022-12-21 21:46:16.651 [REPO] Examining ARP entries for Machine | X86
2022-12-21 21:46:16.678 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:16.679 [REPO] Examining ARP entries for User | X64
2022-12-21 21:46:16.698 [CLI ] Installer args: /SILENT /NORESTART /LOG="C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\WinGet-JanDeDobbeleer.OhMyPosh.12.28.2-2022-12-21-21-46-16.698.log" /CURRENTUSER
2022-12-21 21:46:16.699 [CLI ] Starting: 'C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\JanDeDobbeleer.OhMyPosh.12.28.2\install-amd64.exe' with arguments '/SILENT /NORESTART /LOG="C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\WinGet-JanDeDobbeleer.OhMyPosh.12.28.2-2022-12-21-21-46-16.698.log" /CURRENTUSER'
2022-12-21 21:46:19.428 [REPO] Creating PredefinedInstalledSource with filter [ARP]
2022-12-21 21:46:19.428 [REPO] Creating new SQLite Index [4294967295.4294967295] at ':memory:'
2022-12-21 21:46:19.428 [SQL ] Opening SQLite connection #6: ':memory:' [6, 0]
2022-12-21 21:46:19.468 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:19.470 [REPO] Examining ARP entries for Machine | X64
2022-12-21 21:46:19.498 [REPO] Examining ARP entries for Machine | X86
2022-12-21 21:46:19.525 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:19.526 [REPO] Examining ARP entries for User | X64
2022-12-21 21:46:19.545 [CLI ] During package install, 1 changes to ARP were observed, 1 matches were found for the package, and 1 packages were in both
2022-12-21 21:46:19.545 [CLI ] The entry determined to be associated with the package is 'Oh My Posh version 12.28.2', with publisher 'Jan De Dobbeleer'
2022-12-21 21:46:19.546 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2022-12-21 21:46:19.546 [SQL ] Opening SQLite connection #7: 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' [2, 0]
2022-12-21 21:46:19.547 [REPO] Opened SQLite Index with version [1.6], last write [2022-12-21 21:44:18.000]
2022-12-21 21:46:19.598 [CLI ] Removing installer: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\JanDeDobbeleer.OhMyPosh.12.28.2\install-amd64.exe
2022-12-21 21:46:19.606 [CLI ] Generated temp download path: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\Obsidian.Obsidian.1.1.8\e926acf88f6552cc096868cd1806202a873d8603e3400aa4d78035adc0375def
2022-12-21 21:46:19.607 [CORE] Downloading to path: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\Obsidian.Obsidian.1.1.8\e926acf88f6552cc096868cd1806202a873d8603e3400aa4d78035adc0375def
2022-12-21 21:46:19.607 [CORE] DeliveryOptimization downloading from url: https://github.com/obsidianmd/obsidian-releases/releases/download/v1.1.8/Obsidian.1.1.8.exe
2022-12-21 21:46:24.629 [CORE] Download completed.
2022-12-21 21:46:25.729 [CORE] Started applying motw to C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\Obsidian.Obsidian.1.1.8\e926acf88f6552cc096868cd1806202a873d8603e3400aa4d78035adc0375def with zone: 3
2022-12-21 21:46:25.731 [CORE] Finished applying motw
2022-12-21 21:46:25.732 [CLI ] Installer hash verified
2022-12-21 21:46:25.732 [CORE] Started applying motw to C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\Obsidian.Obsidian.1.1.8\e926acf88f6552cc096868cd1806202a873d8603e3400aa4d78035adc0375def with zone: 2
2022-12-21 21:46:25.733 [CORE] Finished applying motw
2022-12-21 21:46:25.733 [CLI ] Successfully renamed downloaded installer. Path: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\Obsidian.Obsidian.1.1.8\Obsidian.1.1.8.exe
2022-12-21 21:46:25.733 [REPO] Creating PredefinedInstalledSource with filter [ARP]
2022-12-21 21:46:25.733 [REPO] Creating new SQLite Index [4294967295.4294967295] at ':memory:'
2022-12-21 21:46:25.733 [SQL ] Opening SQLite connection #8: ':memory:' [6, 0]
2022-12-21 21:46:25.781 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:25.782 [REPO] Examining ARP entries for Machine | X64
2022-12-21 21:46:25.813 [REPO] Examining ARP entries for Machine | X86
2022-12-21 21:46:25.840 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:25.841 [REPO] Examining ARP entries for User | X64
2022-12-21 21:46:25.861 [CLI ] Installer args: /S
2022-12-21 21:46:25.862 [CLI ] Starting: 'C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\Obsidian.Obsidian.1.1.8\Obsidian.1.1.8.exe' with arguments '/S'
2022-12-21 21:46:30.952 [REPO] Creating PredefinedInstalledSource with filter [ARP]
2022-12-21 21:46:30.952 [REPO] Creating new SQLite Index [4294967295.4294967295] at ':memory:'
2022-12-21 21:46:30.952 [SQL ] Opening SQLite connection #9: ':memory:' [6, 0]
2022-12-21 21:46:30.992 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:30.994 [REPO] Examining ARP entries for Machine | X64
2022-12-21 21:46:31.022 [REPO] Examining ARP entries for Machine | X86
2022-12-21 21:46:31.048 [REPO] Reading MSI UpgradeCodes
2022-12-21 21:46:31.049 [REPO] Examining ARP entries for User | X64
2022-12-21 21:46:31.068 [CLI ] During package install, 1 changes to ARP were observed, 1 matches were found for the package, and 1 packages were in both
2022-12-21 21:46:31.068 [CLI ] The entry determined to be associated with the package is 'Obsidian', with publisher 'Obsidian'
2022-12-21 21:46:31.070 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2022-12-21 21:46:31.070 [SQL ] Opening SQLite connection #10: 'C:\Users\olavb\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' [2, 0]
2022-12-21 21:46:31.070 [REPO] Opened SQLite Index with version [1.6], last write [2022-12-21 21:46:19.000]
2022-12-21 21:46:31.124 [CLI ] Removing installer: C:\Users\olavb\AppData\Local\Temp\WinGet\defaultState\Obsidian.Obsidian.1.1.8\Obsidian.1.1.8.exe
2022-12-21 21:46:31.129 [CLI ] Leaf command succeeded: root:upgrade
Edit 2: Think it's a problem with oh-my-posh, opened an issue in its' repo.
Edit 3: A bug with winget, according to oh-my-posh author. The install parameter should be /VERYSILENT.
I seem to still have this issue with v1.5.441-preview. I use this hacky one-liner as a workaround: $output = winget upgrade; $colNum = ($output | Select-Object -Skip 2 -First 1 | Select-String -Pattern 'Id').Matches.Index; ($output | Select-Object -Skip 4 | Where-Object { $_ -ne '' } | ForEach-Object { Write-Output "ColNum: $colNum, Line: $_"; $_.Substring($colNum).Split(' ')[0]; winget upgrade --id $_.Substring($colNum).Split(' ')[0] --silent })
@jonasjancarik which package isn't installing/upgrading silently?
I'm curious if it's the update mechanism in the package as opposed to WinGet failing to honor the switch.
Good question, I will try to figure out. It's true the original issue was that any package that was not the first one on the list wouldn't be installed silently, now it seems like it's only happening with specific packages. I'll report back.
I think you're right. It seems to have been an issue with PostgreSQL.PostgreSQL which was displaying an unzipping dialog for some reason.
While upgrading the following list of packages I had a couple of popups
| Name | Id | Version | Available | Source |
|---|---|---|---|---|
| Visual Studio Enterpr… | Microsoft.VisualStudio… | 17.5.0 | 17.5.2 | winget |
| Docker Desktop | Docker.DockerDesktop | 4.16.3 | 4.17.0 | winget |
| Hashicorp Terraform | Hashicorp.Terraform | 1.3.9 | 1.4.1 | winget |
| Microsoft Edge | Microsoft.Edge | 111.0.1661.41 | 111.0.1661.43 | winget |
| Mozilla Firefox (x64 … | Mozilla.Firefox | 110.0.1 | 111.0 | winget |
| Microsoft SQL Server … | Microsoft.SQLServerMan… | 18.12.1 | 19.0.2 | winget |
| Microsoft .NET SDK 7.… | Microsoft.DotNet.SDK.7 | 7.0.103 | 7.0.202 | winget |
| GitHub CLI | GitHub.cli | 2.23.0 | 2.24.3 | winget |
| AWS Command Line Inte… | Amazon.AWSCLI | 2.11.0.0 | 2.11.3 | winget |
| Microsoft Visual Stud… | Microsoft.VisualStudio… | 1.76.1 | 1.76.2 | winget |
| Node.js | OpenJS.NodeJS | 19.7.0 | 19.8.1 | winget |
| Microsoft SQL Server … | Microsoft.SQLServerMan… | 19.0.1 | 19.0.2 | winget |
| Microsoft .NET SDK 7.… | Microsoft.DotNet.SDK.7 | 7.0.201 | 7.0.202 | winget |
| Microsoft .NET SDK 8.… | Microsoft.DotNet.SDK.P… | 8.0.100-preview.1.2311… | 8.0.100-preview.2.2315… | winget |
Visual Studio BuildTools 2022 [Microsoft.VisualStudio.2022.BuildTools] Version 17.5.2 Had a full upgrade progress window.
For the following packages I had installer progressbar window:
- Microsoft SQL Server Management Studio [Microsoft.SQLServerManagementStudio] Version 19.0.2
- Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Version 1.76.2
- Microsoft .NET SDK 8.0 Preview [Microsoft.DotNet.SDK.Preview] Version 8.0.100-preview.2.23157.25
For the following packages I had an unzipping popup:
- GitHub CLI
- AWS Command Line Interface [Amazon.AWSCLI] Version 2.11.3
- Node.js [OpenJS.NodeJS] Version 19.8.1
This issue is not fixed @florelis, @denelon.
I tried --all --silent today in CMD first running as user for 2 of 5 programs, all showed progress. Cancelled with CTRL+C. Then tried in CMD running as admin for the three remaining programs, all showed progress. I know these installers doesn't show progress when --upgrade --silent --id <id>.
Logs however says that silent switch is specified. But I'm lead to believe that logs does not show what is actually sent to the installer.
Windows 10 22H2 19045.2846. Winget 1.4.10173 from App Installer 1.19.10173.0 from Microsoft Store.
Programs upgraded, which all install silently with no progress if --upgrade --silent --id <id>:
Foxit.FoxitReaderGit.GitJanDeDobbeleer.OhMyPoshNlitesoft.NTLiteWinMerge.WinMerge(also prompted to restartexplorer.exeafter upgrade completed)
Logs: DiagOutputDir.zip
@o-l-a-v The fix is not on v1.4. You'd have to be on v1.5 preview. On the releases page you can see which changes are on each release. The fix for this was #2794 which only got picked up starting on v1.5.101-preview
The installer logs show that the /SILENT flag was passed, so we can be sure winget sent the args. But I think the combination of flags in this case actually amount to "silent with progress" instead of "silent".
@floris
Ah, right. Sorry I brought it up again. Don't know if I forgot or never caught that.
(The amount of time between stable releases is too damn high. ^^)
@seidorveritas
Not for me. If you don't provide logs and the list of packages you tried to upgrade this is impossible to troubleshoot.
@o-l-a-v
Commented with wrong accout, here is the log:
WinGet-2024-03-01-10-41-07.760.log
If you need any other files, just let me know.
@rafaelsnv
I'm not a maintainer in this project, just a user that faced the same problem with an earlier version of Winget. :)
Just thought that saying "it doesn't work" with no logs, terminal output etc. isn't very helpful.
Would be helpful to know what package showed progress / GUI. Was it all but the very first package?
From the logs it seems that all packages got a silent/quiet parameter passed to it.
It has happened that some packages (outside the control of Winget) show progress / GUI even if silent/quiet is passed correctly. So which package showed progress / GUI?
| Name | Winget ID | Silent argument passed according to logs |
|---|---|---|
| Visual Studio Code | Microsoft.VisualStudioCode |
Yes |
| SQL Server Management Studio | Microsoft.SQLServerManagementStudio |
Yes |
| VLC | VideoLAN.VLC |
Yes |
| WinRAR | RARLab.WinRAR |
Yes |
| GitKraken | Axosoft.GitKraken |
Yes |
| VCREdist 2015+ x64 | Microsoft.VCRedist.2015+.x64 |
Yes |
| Dotnet Desktop Runtime 6 | Microsoft.DotNet.DesktopRuntime.6 |
Yes |
| VCRedist 2013 x86 | Microsoft.VCRedist.2013.x86 |
Yes |
| Oracle VirtualBox | Oracle.VirtualBox |
Yes |
| VCRedist 2015+ x86 | Microsoft.VCRedist.2015+.x86 |
Yes |
Hello again,
Here is an output from my last winget update --all --silent :
Windows PowerShell
Copyright (C) Microsoft Corporation. Todos os direitos reservados.
Experimente a nova plataforma cruzada PowerShell https://aka.ms/pscore6
PS C:\Users\Rafael Vieira> winget update
Nome ID Versão Disponível Origem
-----------------------------------------------------------------------------------------------------------------------
Foxit PDF Reader Foxit.FoxitReader 2023.3.0.23028 2024.1.0.23997 winget
Microsoft Edge Microsoft.Edge 122.0.2365.66 122.0.2365.80 winget
GitKraken Axosoft.GitKraken 9.11.0 9.13.0 winget
Microsoft Windows Desktop Runtime - 6.0.21 (x86) Microsoft.DotNet.DesktopRuntime.6 6.0.21 6.0.27 winget
Microsoft Visual Studio Code (User) Microsoft.VisualStudioCode 1.87.0 1.87.1 winget
6 atualizações disponíveis.
Os pacotes a seguir têm uma atualização disponível, mas exigem uma segmentação explícita para atualização:
Nome ID Versão Disponível Origem
--------------------------------------------------
Discord Discord.Discord 1.0.9034 1.0.9035 winget
PS C:\Users\Rafael Vieira> winget update --all --silent
Nome ID Versão Disponível Origem
-----------------------------------------------------------------------------------------------------------------------
Foxit PDF Reader Foxit.FoxitReader 2023.3.0.23028 2024.1.0.23997 winget
Microsoft Edge Microsoft.Edge 122.0.2365.66 122.0.2365.80 winget
GitKraken Axosoft.GitKraken 9.11.0 9.13.0 winget
Microsoft Windows Desktop Runtime - 6.0.21 (x86) Microsoft.DotNet.DesktopRuntime.6 6.0.21 6.0.27 winget
Microsoft Visual Studio Code (User) Microsoft.VisualStudioCode 1.87.0 1.87.1 winget
6 atualizações disponíveis.
Os pacotes a seguir têm uma atualização disponível, mas exigem uma segmentação explícita para atualização:
Nome ID Versão Disponível Origem
--------------------------------------------------
Discord Discord.Discord 1.0.9034 1.0.9035 winget
(1/4) Encontrado Foxit PDF Reader [Foxit.FoxitReader] Versão 2024.1.0.23997
Este aplicativo é licenciado para você pelo proprietário.
A Microsoft não é responsável por, nem concede licenças a pacotes de terceiros.
Baixando https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.1.0/FoxitPDFReader20241_L10N_Setup.exe
██████████████████████████████ 267 MB / 267 MB
Hash do instalador verificado com êxito
Iniciando a instalação do pacote...
/
Now installing, please wait...
|
Setup failed.
O instalador falhou com o código de saída: 1603
O registro do instalador está disponível em: C:\Users\Rafael Vieira\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir\WinGet-Foxit.FoxitReader.2024.1.0.23997-2024-03-08-15-04-17.747.log
(2/4) Encontrado GitKraken [Axosoft.GitKraken] Versão 9.13.0
Este aplicativo é licenciado para você pelo proprietário.
A Microsoft não é responsável por, nem concede licenças a pacotes de terceiros.
Baixando https://release.axocdn.com/windows/GitKrakenSetup.exe
██████████████████████████████ 231 MB / 231 MB
Hash do instalador verificado com êxito
Iniciando a instalação do pacote...
Instalado com êxito
(3/4) Encontrado Microsoft .NET Windows Desktop Runtime 6.0 [Microsoft.DotNet.DesktopRuntime.6] Versão 6.0.27
Este aplicativo é licenciado para você pelo proprietário.
A Microsoft não é responsável por, nem concede licenças a pacotes de terceiros.
Baixando https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/6.0.27/windowsdesktop-runtime-6.0.27-win-x64.exe
██████████████████████████████ 54.6 MB / 54.6 MB
Hash do instalador verificado com êxito
Iniciando a instalação do pacote...
Instalado com êxito
(4/4) Encontrado Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Versão 1.87.1
Este aplicativo é licenciado para você pelo proprietário.
A Microsoft não é responsável por, nem concede licenças a pacotes de terceiros.
Baixando https://vscode.download.prss.microsoft.com/dbazure/download/stable/1e790d77f81672c49be070e04474901747115651/VSCodeUserSetup-x64-1.87.1.exe
██████████████████████████████ 93.5 MB / 93.5 MB
Hash do instalador verificado com êxito
Iniciando a instalação do pacote...
Instalado com êxito
3 pacotes têm números de versão que não podem ser determinados. Use --include-unknown para ver todos os resultados.
1 os pacotes estão fixados e precisam ser atualizados explicitamente.
PS C:\Users\Rafael Vieira>
All packages have displayed the confirmation popup.
Regards
@rafaelsnv
Confirmation as in admin ellevation / consent? 🤔
@o-l-a-v
Yes it is.
Actually after your question, I noticed that the error might be related to the Windows Terminal app (from MS Store). I ran the command directly from CMD (as administrator) and the popups did not appear.
Maybe this is a new issue? 😅
@rafaelsnv
Yes. If you install apps that requires admin permission, either run CMD / PowerShell / Terminal as admin and don't get prompted with UAC for each app, or don't and get prompted with UAC for each app. This is expected behavior. 🙂