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

Incorrect package name matching #3696

Open
mdanish-kh opened this issue Sep 27, 2023 · 6 comments
Open

Incorrect package name matching #3696

mdanish-kh opened this issue Sep 27, 2023 · 6 comments
Labels
Area-Matching Issue related to correlation between installed package and manifest Command-Install Issue related to WinGet Install Dependencies Related to package level dependencies

Comments

@mdanish-kh
Copy link
Contributor

mdanish-kh commented Sep 27, 2023

Brief description of your issue

While installing devhome, WinGet could not install the dependency for me as it incorrectly correlates the dependency with an installed package

 ~ winget install devhome
Found Dev Home (Preview) [Microsoft.DevHome] Version 0.503.261.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
No suitable installer found for manifest: Microsoft.WindowsAppRuntime.1.3 1.3.3Error processing package dependencies, exiting...

Logs:
WinGet-2023-09-27-22-55-38.740.log

Digging deeper, it seems to me that WinGet is incorrectly matching an installed package Windows SDK AddOn with the PackageId Microsoft.WindowsAppRuntime.1.3

 ~ winget list "windowsappsdk"
Name              Id                              Version Available Source
--------------------------------------------------------------------------
Windows SDK AddOn Microsoft.WindowsAppRuntime.1.3 < 1.3.2 1.3.3     winget

I believe this mismatch is due to the fact that 1.3.2 version of WindowsAppRuntime has PackageName Windows App SDK which is getting matched with installed package with name Windows SDK Addon. Since 1.3.3 manifest PackageName was modified to the correct Windows App Runtime, the installed package is not getting matched with the 1.3.3 version.

ARP Entry for Windows SDK AddOn
image

ARP Entry(s) for Windows App Runtime after manual installation
image

Steps to reproduce

  1. Have Windows SDK AddOn installed on your machine (no idea tho where i got that from)
  2. winget list "windowsappsdk"
  3. The installed package gets incorrectly correlated to Microsoft.WindowsAppRuntime.1.3
  4. This stops me from correctly installing devhome as it has a dependency on Windows App Runtime.

Expected behavior

(If I'm understanding this correctly) Windows SDK AddOn should not be getting matched with Windows App SDK. I would expect that the "App" in Windows App SDK would prevent it from getting matched with Windows SDK AddOn

Actual behavior

 ~ winget list "windowsappsdk"
Name              Id                              Version Available Source
--------------------------------------------------------------------------
Windows SDK AddOn Microsoft.WindowsAppRuntime.1.3 < 1.3.2 1.3.3     winget

Environment

Windows Package Manager v1.6.2631
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22621.2283
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.21.2631.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                %USERPROFILE%\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                        Enabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Sep 27, 2023
@denelon denelon added Dependencies Related to package level dependencies Command-Install Issue related to WinGet Install Area-Matching Issue related to correlation between installed package and manifest and removed Needs-Triage Issue need to be triaged labels Sep 27, 2023
@Trenly
Copy link
Contributor

Trenly commented Sep 27, 2023

I wonder if #3547 (comment) is related

@mdanish-kh
Copy link
Contributor Author

Update: Changing the PackageName from Windows App SDK to Windows App Runtime did not make a difference.

I wonder if #3547 (comment) is related

Reading this, I'm curious if it's the moniker (Moniker: windowsappsdk-1.3) that causing correlation issues and would changing that have an effect?

@Trenly
Copy link
Contributor

Trenly commented Oct 18, 2023

Update: Changing the PackageName from Windows App SDK to Windows App Runtime did not make a difference.

I wonder if #3547 (comment) is related

Reading this, I'm curious if it's the moniker (Moniker: windowsappsdk-1.3) that causing correlation issues and would changing that have an effect?

I don’t think it would, because the moniker should only be used when a user provides it as a query; I don’t think its related to correlation

@VilmaH
Copy link

VilmaH commented Jan 12, 2024

I'm having this same issue.
Windows Desktop Runtime 6.0.26 is matched to Microsoft.WindowsAppRuntime.1.4 and winget upgrade --all wants to update it.

winget list runtime
Name                                                  Id                                                            Version          Available Source
-----------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 6.0.26 (x86)      Microsoft.WindowsAppRuntime.1.4                               < 1.4.3          6.0.26    winget
Microsoft Visual C++ 2015 UWP Desktop Runtime Package Microsoft.VCLibs.Desktop.14                                   14.0.32530.0               winget
Microsoft .Net Native Runtime Package 2.2             Microsoft.NET.Native.Runtime.2.2_8wekyb3d8bbwe                2.2.28604.0
Microsoft .Net Native Runtime Package 1.4             Microsoft.NET.Native.Runtime.1.4_8wekyb3d8bbwe                1.4.24201.0
Microsoft .Net Native Runtime Package 2.1             Microsoft.NET.Native.Runtime.2.1_8wekyb3d8bbwe                2.1.26424.0
WindowsAppRuntime.1.2                                 Microsoft.WindowsAppRuntime.1.2_8wekyb3d8bbwe                 2000.802.31.0
WindowsAppRuntime.1.3                                 Microsoft.WindowsAppRuntime.1.3_8wekyb3d8bbwe                 3000.934.1904.0
Windows App Runtime DDLM 4000.1049.117.0-x6           Microsoft.WinAppRuntime.DDLM.4000.1049.117.0-x6_8wekyb3d8bbwe 4000.1049.117.0
Windows App Runtime DDLM 4000.1049.117.0-x8           Microsoft.WinAppRuntime.DDLM.4000.1049.117.0-x8_8wekyb3d8bbwe 4000.1049.117.0
WindowsAppRuntime.1.4                                 Microsoft.WindowsAppRuntime.1.4_8wekyb3d8bbwe                 4000.1082.2259.0
WinAppRuntime.Main.1.4                                MicrosoftCorporationII.WinAppRuntime.Main.1.4_8wekyb3d8bbwe   4000.1082.2259.0
WinAppRuntime.Singleton                               MicrosoftCorporationII.WinAppRuntime.Singleton_8wekyb3d8bbwe  4000.1082.2259.0
Microsoft Edge WebView2 Runtime                       Microsoft.EdgeWebView2Runtime                                 120.0.2210.121             winget
Microsoft Visual C++ 2012 UWP Desktop Runtime Package Microsoft.VCLibs.110.00.UWPDesktop_8wekyb3d8bbwe              11.0.61135.0
Microsoft Visual C++ 2013 UWP Desktop Runtime Package Microsoft.VCLibs.120.00.UWPDesktop_8wekyb3d8bbwe              12.0.40653.0
Microsoft Visual C++ 2015 UWP Runtime Package         Microsoft.VCLibs.140.00_8wekyb3d8bbwe                         14.0.32530.0
Windows Package Manager v1.6.3482
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22621.3007
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.21.3482.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                %USERPROFILE%\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

@MagicAndre1981
Copy link

I'm having this same issue. Windows Desktop Runtime 6.0.26 is matched to Microsoft.WindowsAppRuntime.1.4 and winget upgrade --all wants to update it.

winget list runtime
Name                                                  Id                                                            Version          Available Source
-----------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 6.0.26 (x86)      Microsoft.WindowsAppRuntime.1.4                               < 1.4.3          6.0.26    winget

I also have this today:

C:\Windows\System32>winget upgrade
Name                                             ID                              Version  Verfügbar Quelle
----------------------------------------------------------------------------------------------------------
Python Launcher                                  Python.Launcher                 < 3.12.0 3.12.0    winget
Microsoft Windows Desktop Runtime - 6.0.26 (x64) Microsoft.WindowsAppRuntime.1.4 < 1.4.3  6.0.26    winget


C:\Windows\System32>winget list runtime
Name                                                  ID                                                            Version          Verfügbar Quelle
-----------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 6.0.26 (x64)      Microsoft.WindowsAppRuntime.1.4                               < 1.4.3          6.0.26    winget

and no idea why I see it now.

@o-l-a-v
Copy link

o-l-a-v commented Feb 25, 2024

Same here, Microsoft Windows Desktop Runtime - 6.0.27 (x64) is paired with id Microsoft.WindowsAppRuntime.1.4 when winget upgrade and winget list Microsoft.WindowsAppRuntime.

Winget v1.6.3482.

winget upgrade

Click to see terminal output
C:\Users\olavb>winget upgrade
Name                                             Id                              Version Available Source
---------------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 6.0.27 (x64) Microsoft.WindowsAppRuntime.1.4 < 1.4.3 1.4.3     winget
2 upgrades available.

The following packages have an upgrade available, but require explicit targeting for upgrade:
Name    Id              Version  Available Source
-------------------------------------------------
Discord Discord.Discord 1.0.9017 1.0.9034  winget
1 package(s) have version numbers that cannot be determined. Use --include-unknown to see all results.
5 package(s) have pins that prevent upgrade. Use the 'winget pin' command to view and edit pins. Using the --include-pinned argument may show more results.

C:\Users\olavb>
Click to see logs
2024-02-25 11:34:16.272 [CORE] WinGet, version [1.6.3482], activity [{03A91299-4DC1-4F29-831C-95758BCB2CBE}]
2024-02-25 11:34:16.273 [CORE] OS: Windows.Desktop v10.0.22631.3155
2024-02-25 11:34:16.273 [CORE] Command line Args: winget  upgrade
2024-02-25 11:34:16.273 [CORE] Package: Microsoft.DesktopAppInstaller v1.21.3482.0
2024-02-25 11:34:16.273 [CORE] IsCOMCall:0; Caller: winget-cli
2024-02-25 11:34:16.282 [CLI ] WinGet invoked with arguments: 'upgrade'
2024-02-25 11:34:16.282 [CLI ] Found subcommand: upgrade
2024-02-25 11:34:16.282 [CLI ] Leaf command to execute: root:upgrade
2024-02-25 11:34:16.284 [CLI ] Executing command: upgrade
2024-02-25 11:34:16.294 [REPO] Default source requested, multiple sources available, adding all to source references.
2024-02-25 11:34:16.294 [REPO] Adding to source references msstore
2024-02-25 11:34:16.294 [REPO] Adding to source references winget
2024-02-25 11:34:16.302 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-25 11:34:16.302 [CORE] Found matching extension.
2024-02-25 11:34:16.306 [REPO] Source `winget` after auto update time [5 mins]; it has been at least 6 mins
2024-02-25 11:34:16.311 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-25 11:34:16.311 [CORE] Found matching extension.
2024-02-25 11:34:16.461 [REPO] Multiple sources available, creating aggregated source.
2024-02-25 11:34:16.461 [REPO] Adding to aggregated source: msstore
2024-02-25 11:34:16.461 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-02-25 11:34:16.507 [REPO] Response status: 200
2024-02-25 11:34:16.507 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-02-25 11:34:16.518 [REPO] Response status: 200
2024-02-25 11:34:16.518 [REPO] Adding to aggregated source: winget
2024-02-25 11:34:16.523 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-25 11:34:16.523 [CORE] Found matching extension.
2024-02-25 11:34:16.544 [REPO] Opening SQLite Index for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.225.1021.229_neutral__8wekyb3d8bbwe\Public\index.db'
2024-02-25 11:34:16.544 [SQL ] Opening SQLite connection #1: 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.225.1021.229_neutral__8wekyb3d8bbwe\Public\index.db' [1, 40]
2024-02-25 11:34:16.545 [REPO] Opened SQLite Index with version [1.7], last write [2024-02-25 10:21:41.000]
2024-02-25 11:34:16.664 [REPO] Creating new SQLite Index with version [Latest] at ':memory:'
2024-02-25 11:34:16.664 [SQL ] Opening SQLite connection #2: ':memory:' [6, 0]
2024-02-25 11:34:16.669 [REPO] Reading MSI UpgradeCodes
2024-02-25 11:34:16.789 [REPO] Reading MSI UpgradeCodes
2024-02-25 11:34:16.892 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(1) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.898 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(2) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.900 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(3) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.906 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(4) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.913 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(5) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.927 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(6) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.931 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(7) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.933 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(8) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.935 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(9) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.939 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(10) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.943 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(11) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.944 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(12) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.946 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(13) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.948 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(14) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.954 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(15) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.955 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(16) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.959 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(17) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:16.967 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(18) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:17.062 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(19) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:17.130 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(20) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:17.134 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(21) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:17.241 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(22) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:17.255 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFC3FF597D: (caller: 00007FFFC3FFBE09) Exception(23) tid(56d4) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:34:17.260 [SQL ] Opening SQLite connection #3: ':memory:' [6, 0]
2024-02-25 11:34:17.287 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='19453.net.rufus_y8nh7bq2a8dtt'[Exact]
2024-02-25 11:34:17.297 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db'
2024-02-25 11:34:17.298 [SQL ] Opening SQLite connection #4: 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db' [2, 0]
2024-02-25 11:34:17.299 [REPO] Opened SQLite Index with version [1.3], last write [2022-05-16 11:10:14.000]
2024-02-25 11:34:17.305 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2024-02-25 11:34:17.306 [SQL ] Opening SQLite connection #5: 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' [2, 0]
2024-02-25 11:34:17.307 [REPO] Opened SQLite Index with version [1.3], last write [2024-02-24 15:02:42.000]
2024-02-25 11:34:17.311 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='19965matthafner.wifianalyzer_gs5k5vmxr2ste'[Exact]
2024-02-25 11:34:17.314 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='25415inkscape.inkscape_9waqn51p1ttv2'[Exact]
2024-02-25 11:34:17.318 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='40459file-new-project.eartrumpet_1sdd7yawvg6ne'[Exact]
2024-02-25 11:34:17.322 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='47059jimmylin.insomnial_xyw7tsdk3xz7m'[Exact]
2024-02-25 11:34:17.325 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='50582luannguyen.nugetpackageexplorer_w6y2tyx5bpzwa'[Exact]
2024-02-25 11:34:17.328 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='52346itdevteam.uupmediacreator_feeqnmc1868va'[Exact]
2024-02-25 11:34:17.333 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='5319275a.whatsappdesktop_cv1g1gvanyjgm'[Exact]
2024-02-25 11:34:17.337 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='59750rykenapps.435307c335c44_zd92nzxdcatqw'[Exact]
2024-02-25 11:34:17.340 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='617231644ce58.showkeyplus_arc7y9yj6c41t'[Exact]
2024-02-25 11:34:17.343 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='64360velersoftware.devtoys_j80j2txgjg9dj'[Exact]
2024-02-25 11:34:17.347 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='7-zip'[Exact] Include:NormalizedNameAndPublisher='7zip'+'igorpavlov'[Exact] Include:NormalizedNameAndPublisher='7zip(x64)'+'igorpavlov'[Exact]
2024-02-25 11:34:17.363 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='7d96caee-06e6-597c-9f2f-c7bb2e0948b4'[Exact] Include:NormalizedNameAndPublisher='signal'+'signalmessenger'[Exact]
2024-02-25 11:34:17.413 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='8bitsolutionsllc.bitwardendesktop_h4e712dmw3xyy'[Exact]
2024-02-25 11:34:17.417 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='91750d7e.slack_8she8kybcnzg4'[Exact]
2024-02-25 11:34:17.420 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='9e2f88e3.twitter_wgeqdkkx372wm'[Exact]
2024-02-25 11:34:17.423 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='appup.intelgraphicsexperience_8j3eq9eme6ctt'[Exact]
2024-02-25 11:34:17.428 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='appup.inteloptanememoryandstoragemanagement_8j3eq9eme6ctt'[Exact]
2024-02-25 11:34:17.433 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='appup.thunderboltcontrolcenter_8j3eq9eme6ctt'[Exact]
2024-02-25 11:34:17.436 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='cpuid cpu-z_is1'[Exact] Include:NormalizedNameAndPublisher='cpuidcpuz'+'cpuid'[Exact]
2024-02-25 11:34:17.454 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='clipchamp.clipchamp_yxz26nhyzhsrt'[Exact]
2024-02-25 11:34:17.457 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='crystaldiskinfo_is1'[Exact] Include:NormalizedNameAndPublisher='crystaldiskinfo'+'crystaldewworld'[Exact]
2024-02-25 11:34:17.477 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='crystaldiskmark8_is1'[Exact] Include:NormalizedNameAndPublisher='crystaldiskmark'+'crystaldewworld'[Exact]
2024-02-25 11:34:17.490 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='dellinc.dellpowermanager_htrsf667h5kn2'[Exact]
2024-02-25 11:34:17.494 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='discord'[Exact] Include:NormalizedNameAndPublisher='discord'+'discord'[Exact]
2024-02-25 11:34:17.515 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='duckduckgo.desktopbrowser_ya2fgkz3nks94'[Exact]
2024-02-25 11:34:17.532 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='facebook.317180b0bb486_8xx8rvfyw5nnt'[Exact]
2024-02-25 11:34:17.536 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='facebook.instagrambeta_8xx8rvfyw5nnt'[Exact]
2024-02-25 11:34:17.540 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='fileoptimizer'[Exact] Include:NormalizedNameAndPublisher='fileoptimizer'+'javiergutiérrezchamorro'[Exact]
2024-02-25 11:34:17.549 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='gimp-2_is1'[Exact] Include:NormalizedNameAndPublisher='gimp'+'thegimpteam'[Exact]
2024-02-25 11:34:17.570 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='gpac'[Exact]
2024-02-25 11:34:17.582 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='geany'[Exact] Include:NormalizedNameAndPublisher='geany'+'thegeanydeveloperteam'[Exact]
2024-02-25 11:34:17.597 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='githubdesktop'[Exact] Include:NormalizedNameAndPublisher='githubdesktop'+'github'[Exact]
2024-02-25 11:34:17.622 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='git_is1'[Exact] Include:NormalizedNameAndPublisher='git'+'thegitdevelopmentcommunity'[Exact]
2024-02-25 11:34:17.649 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='google chrome'[Exact] Include:NormalizedNameAndPublisher='googlechrome'+'google'[Exact]
2024-02-25 11:34:17.655 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='gyan.ffmpeg_microsoft.winget.source_8wekyb3d8bbwe'[Exact] Include:NormalizedNameAndPublisher='ffmpeg'+'gyan'[Exact]
2024-02-25 11:34:17.669 [REPO] Found multiple matches for installed package [Gyan.FFmpeg_Microsoft.Winget.Source_8wekyb3d8bbwe] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='gyan.ffmpeg_microsoft.winget.source_8wekyb3d8bbwe'[Exact] Include:NormalizedNameAndPublisher='ffmpeg'+'gyan'[Exact]]
2024-02-25 11:34:17.669 [REPO]   Checking match with package id: Gyan.FFmpeg.Shared
2024-02-25 11:34:17.669 [REPO]   Checking match with package id: Gyan.FFmpeg.Essentials
2024-02-25 11:34:17.670 [REPO]   Checking match with package id: Gyan.FFmpeg
2024-02-25 11:34:17.670 [REPO]   Appropriate available package could not be determined
2024-02-25 11:34:17.670 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='hwinfo64_is1'[Exact] Include:NormalizedNameAndPublisher='hwinfo64'+'martinmalikrealix'[Exact]
2024-02-25 11:34:17.693 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='hashcheck shell extension'[Exact]
2024-02-25 11:34:17.698 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='irfanview64'[Exact] Include:NormalizedNameAndPublisher='irfanview'+'irfanskiljan'[Exact] Include:NormalizedNameAndPublisher='irfanview(x64)'+'irfanskiljan'[Exact]
2024-02-25 11:34:17.700 [REPO] Found multiple matches for installed package [IrfanView64] in tracking catalog for source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='irfanview64'[Exact] Include:NormalizedNameAndPublisher='irfanview'+'irfanskiljan'[Exact] Include:NormalizedNameAndPublisher='irfanview(x64)'+'irfanskiljan'[Exact]]
2024-02-25 11:34:17.701 [REPO]   Checking match with package id: IrfanSkiljan.IrfanView
2024-02-25 11:34:17.701 [REPO]   Checking match with package id: IrfanSkiljan.IrfanView.PlugIns
2024-02-25 11:34:17.701 [REPO]   Found multiple packages with strong match fields
2024-02-25 11:34:17.701 [REPO]   Appropriate tracking package could not be determined
2024-02-25 11:34:17.709 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='klitecodecpack_is1'[Exact] Include:NormalizedNameAndPublisher='klitecodecpackstandard'+'klcp'[Exact]
2024-02-25 11:34:17.735 [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]]
2024-02-25 11:34:17.735 [REPO]   Checking match with package id: CodecGuide.K-LiteCodecPack.Standard
2024-02-25 11:34:17.736 [REPO]   Checking match with package id: CodecGuide.K-LiteCodecPack.Mega
2024-02-25 11:34:17.736 [REPO]   Found multiple packages with strong match fields
2024-02-25 11:34:17.736 [REPO]   Appropriate available package could not be determined
2024-02-25 11:34:17.736 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='kate'[Exact] Include:NormalizedNameAndPublisher='kate'+'kde'[Exact]
2024-02-25 11:34:17.750 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='keepasspasswordsafe2_is1'[Exact] Include:NormalizedNameAndPublisher='keepasspasswordsafe'+'dominikreichl'[Exact]
2024-02-25 11:34:17.768 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='krita_x64'[Exact] Include:NormalizedNameAndPublisher='krita'+'kritafoundation'[Exact] Include:NormalizedNameAndPublisher='krita(x64)'+'kritafoundation'[Exact]
2024-02-25 11:34:17.787 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='mkvtoolnix'[Exact] Include:NormalizedNameAndPublisher='mkvtoolnix'+'moritzbunkus'[Exact] Include:NormalizedNameAndPublisher='mkvtoolnix(x64)'+'moritzbunkus'[Exact]
2024-02-25 11:34:17.812 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='makemkv'[Exact] Include:NormalizedNameAndPublisher='makemkv'+'guinpinsoft'[Exact]
2024-02-25 11:34:17.825 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='mediainfo'[Exact] Include:NormalizedNameAndPublisher='mediainfo'+'mediaareanet'[Exact]
2024-02-25 11:34:17.842 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='microsoft edge'[Exact] Include:NormalizedNameAndPublisher='microsoftedge'+'microsoft'[Exact]
2024-02-25 11:34:17.858 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='microsoft edge update'[Exact]
2024-02-25 11:34:17.861 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='microsoft edgewebview'[Exact] Include:NormalizedNameAndPublisher='microsoftedgewebview2runtime'+'microsoft'[Exact]
2024-02-25 11:34:17.866 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.549981c3f5f10_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.869 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.av1videoextension_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.872 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.d3dmappinglayers_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.875 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.desktopappinstaller_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.879 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.gamingapp_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.883 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.gethelp_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.886 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.getstarted_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.889 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.heifimageextension_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.892 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.hevcvideoextensions_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.895 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.indexerdiagnostics_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.899 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.mpeg2videoextension_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.903 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.microsoft3dviewer_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.907 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.microsoftedge.stable_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.910 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.microsoftofficehub_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.913 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.microsoftsolitairecollection_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.916 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.microsoftstickynotes_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.920 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.mixedreality.portal_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.923 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.net.native.framework.1.7_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.926 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.net.native.framework.2.1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.930 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.net.native.framework.2.2_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.933 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.net.native.runtime.1.7_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.936 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.net.native.runtime.2.1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.939 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.net.native.runtime.2.2_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.943 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.onedrivesync_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.946 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.outlookforwindows_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.949 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.paint_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.952 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.people_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.955 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.powerautomatedesktop_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.958 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.rawimageextension_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.961 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.screensketch_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.965 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.sechealthui_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.968 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.services.store.engagement_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.971 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.storepurchaseapp_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.974 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.sysinternalssuite_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.977 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.todos_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.981 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.ui.xaml.2.0_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.984 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.ui.xaml.2.1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.987 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.ui.xaml.2.3_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.990 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.ui.xaml.2.4_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.994 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.ui.xaml.2.6_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:17.997 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.ui.xaml.2.7_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.001 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.ui.xaml.2.8_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.012 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.vclibs.140.00.uwpdesktop_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.016 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.vclibs.140.00_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.020 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.vp9videoextensions_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.023 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.webmediaextensions_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.026 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.webpimageextension_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.029 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.winappruntime.ddlm.2000.609.1413.0-x6-p1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.032 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.winappruntime.ddlm.2000.609.1413.0-x8-p1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.036 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windbg_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.048 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windows.devhome_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.060 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windows.photos_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.063 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsalarms_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.066 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.2-preview1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.069 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.2_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.073 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.3_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.076 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.4_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.079 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowscalculator_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.082 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowscamera_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.085 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsfeedbackhub_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.088 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsmaps_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.092 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsnotepad_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.095 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowssoundrecorder_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.098 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsstore_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.101 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsterminal_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.115 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.winget.source_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.118 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.xbox.tcui_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.121 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.xboxapp_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.124 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.xboxgameoverlay_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.128 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.xboxgamingoverlay_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.131 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.xboxidentityprovider_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.134 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.xboxspeechtotextoverlay_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.137 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.yourphone_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.141 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.zunemusic_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.144 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.zunevideo_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.147 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoftcorporationii.quickassist_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.149 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/9P7BP5VNWKX5?Market=NO
2024-02-25 11:34:18.158 [REPO] Response status: 200
2024-02-25 11:34:18.161 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoftcorporationii.winappruntime.main.1.2-p1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.164 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoftcorporationii.winappruntime.singleton-p1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:34:18.167 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoftwindows.client.webexperience_cw5n1h2txyewy'[Exact]
2024-02-25 11:34:18.170 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='mozilla.firefox_n80bbvh6b1yt2'[Exact]
2024-02-25 11:34:18.173 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='ntlite_is1'[Exact] Include:NormalizedNameAndPublisher='ntlite'+'nlitesoft'[Exact]
2024-02-25 11:34:18.189 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='nvidiacorp.nvidiacontrolpanel_56jybvy8sckqj'[Exact]
2024-02-25 11:34:18.192 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='notepad++'[Exact] Include:NormalizedNameAndPublisher='notepad'+'notepadteam'[Exact] Include:NormalizedNameAndPublisher='notepad(x64)'+'notepadteam'[Exact]
2024-02-25 11:34:18.225 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='notepadplusplus_7njy0v32s6xk6'[Exact]
2024-02-25 11:34:18.229 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='npcapinst'[Exact] Include:NormalizedNameAndPublisher='npcap'+'nmapproject'[Exact]
2024-02-25 11:34:18.232 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='onlyoffice desktop editors_is1'[Exact] Include:NormalizedNameAndPublisher='onlyofficedesktopeditors'+'ascensiosystemsia'[Exact] Include:NormalizedNameAndPublisher='onlyofficedesktopeditors(x64)'+'ascensiosystemsia'[Exact]
2024-02-25 11:34:18.252 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='oh my posh_is1'[Exact] Include:NormalizedNameAndPublisher='ohmyposh'+'jandedobbeleer'[Exact]
2024-02-25 11:34:18.382 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='onedrivesetup.exe'[Exact] Include:NormalizedNameAndPublisher='microsoftonedrive'+'microsoft'[Exact]
2024-02-25 11:34:18.388 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='ookla.speedtestbyookla_43tkc6nmykmb6'[Exact]
2024-02-25 11:34:18.391 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='photoqt'[Exact]
2024-02-25 11:34:18.395 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='plex'[Exact] Include:NormalizedNameAndPublisher='plex'+'plex'[Exact]
2024-02-25 11:34:18.425 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='resolute.foobar2000_cg7j1awqsza28'[Exact]
2024-02-25 11:34:18.428 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='stmicroelectronicsmems.dellfreefalldataprotection_rp6h1c31mfy1y'[Exact]
2024-02-25 11:34:18.431 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='software_ifiamr_ifiamr_usbaudio_driver_setup'[Exact] Include:NormalizedNameAndPublisher='ifiusbaudiodevicedriver'+'ifi'[Exact]
2024-02-25 11:34:18.435 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='software_ifi_usb_hd_audio_driver_setup'[Exact] Include:NormalizedNameAndPublisher='usbhdaudiodriver'+'ifi'[Exact]
2024-02-25 11:34:18.439 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='spotifyab.spotifymusic_zpdnekdrzrea0'[Exact]
2024-02-25 11:34:18.442 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='steam'[Exact] Include:NormalizedNameAndPublisher='steam'+'valve'[Exact]
2024-02-25 11:34:18.447 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='telegrammessengerllp.telegramdesktop_t4vj0pshhgkwm'[Exact]
2024-02-25 11:34:18.451 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='thinkpad thunderbolt 3 dock_is1'[Exact] Include:NormalizedNameAndPublisher='thinkpadthunderbolt3dock'+'lenovogroup'[Exact]
2024-02-25 11:34:18.455 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='vid_17ef&pid_3063&mi_00'[Exact] Include:NormalizedNameAndPublisher='lenovousbaudio'+'synaptics'[Exact]
2024-02-25 11:34:18.459 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='vlc media player'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer'+'videolan'[Exact]
2024-02-25 11:34:18.475 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='wavesaudio.maxxaudioprofordell2019_fh4rh281wavaa'[Exact]
2024-02-25 11:34:18.478 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='winmerge_83g614hpn1ttr'[Exact]
2024-02-25 11:34:18.482 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='winmerge_is1'[Exact] Include:NormalizedNameAndPublisher='winmerge'+'thingamahoochiesoftware'[Exact] Include:NormalizedNameAndPublisher='winmerge(x64)'+'thingamahoochiesoftware'[Exact]
2024-02-25 11:34:18.505 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='wireshark'[Exact] Include:NormalizedNameAndPublisher='wireshark'+'thewiresharkdevelopercommunitywwwwiresharkorg'[Exact] Include:NormalizedNameAndPublisher='wireshark(x64)'+'thewiresharkdevelopercommunitywwwwiresharkorg'[Exact]
2024-02-25 11:34:18.532 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='xnconvert_is1'[Exact] Include:NormalizedNameAndPublisher='xnconvert'+'gougeletpierree'[Exact]
2024-02-25 11:34:18.546 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='xnview mp (x64)_is1'[Exact] Include:NormalizedNameAndPublisher='xnviewmp'+'pierreegougelet'[Exact] Include:NormalizedNameAndPublisher='xnviewmp(x64)'+'pierreegougelet'[Exact]
2024-02-25 11:34:18.561 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='xnview shell extension_is1'[Exact] Include:NormalizedNameAndPublisher='xnviewshellextension'+'gougeletpierree'[Exact] Include:NormalizedNameAndPublisher='xnviewshellextension(x64)'+'gougeletpierree'[Exact]
2024-02-25 11:34:18.569 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='authy'[Exact] Include:NormalizedNameAndPublisher='authydesktop'+'twilio'[Exact]
2024-02-25 11:34:18.584 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='darktable'[Exact] Include:NormalizedNameAndPublisher='darktable'+'thedarktableproject'[Exact]
2024-02-25 11:34:18.604 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='dotpdnllc.paint.net_h55e3w7q8jbva'[Exact]
2024-02-25 11:34:18.607 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='draw.io.draw.iodiagrams_1zh33159kp73c'[Exact]
2024-02-25 11:34:18.610 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='dupeguru'[Exact] Include:NormalizedNameAndPublisher='dupeguru'+'hardcodedsoftware'[Exact]
2024-02-25 11:34:18.624 [REPO] Finding available package from installed package using system reference search: Query:
2024-02-25 11:34:18.626 [REPO]   Found multiple packages with strong match fields
2024-02-25 11:34:18.626 [REPO]   Appropriate tracking package could not be determined
2024-02-25 11:34:18.637 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='twitter.com-ef1e79a9_9wdrbcd1pw7ja'[Exact]
2024-02-25 11:34:18.640 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='www.instagram.com-353f720c_ysfa6mcnwr1rw'[Exact]
2024-02-25 11:34:18.643 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='yubikey-manager'[Exact] Include:NormalizedNameAndPublisher='yubikeymanager'+'yubico'[Exact]
2024-02-25 11:34:18.650 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{00000010-0230-1044-84c8-b8d95fa3c8c3}'[Exact] Include:UpgradeCode='{7f919294-3eff-4138-baef-945f9f3ce0d8}'[Exact] Include:NormalizedNameAndPublisher='intelwirelessbluetooth'+'intel'[Exact]
2024-02-25 11:34:18.654 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{04201224-2b34-4ee7-862b-b7bbf89db3ab}'[Exact] Include:NormalizedNameAndPublisher='realtekusbethernetcontrollerallinonewindowsdriver'+'realtek'[Exact]
2024-02-25 11:34:18.658 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{042d26ef-3dbe-4c25-95d3-4c1b11b235a7}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2013redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2013redistributable(x64)'+'microsoft'[Exact]
2024-02-25 11:34:18.674 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{0a46a65d-89ac-464c-8026-3cd44960bd04}'[Exact] Include:NormalizedNameAndPublisher='realtekusbaudio'+'realteksemiconductor'[Exact]
2024-02-25 11:34:18.678 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{0c1d4cf2-5575-4786-834c-b0fc977e9714}}_is1'[Exact] Include:NormalizedNameAndPublisher='freedownloadmanager'+'softdeluxe'[Exact]
2024-02-25 11:34:18.692 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{0d8810a6-1d38-4885-9690-948cd0b7ca6f}'[Exact] Include:UpgradeCode='{d618940f-3ebe-49e4-8289-d99a326d82aa}'[Exact] Include:NormalizedNameAndPublisher='intelcomputingimprovementprogram'+'intel'[Exact]
2024-02-25 11:34:18.697 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{1ceac85d-2590-4760-800f-8de5e91f3700}'[Exact] Include:NormalizedNameAndPublisher='intelmanagementenginecomponents'+'intel'[Exact]
2024-02-25 11:34:18.701 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{1d8e6291-b0d5-35ec-8441-6616f567a0f7}'[Exact] Include:UpgradeCode='{5b75f761-bac8-33bc-a381-464dddd813a3}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2010redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2010redistributable(x64)'+'microsoft'[Exact]
2024-02-25 11:34:18.708 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{1f26d431-8bb5-41e9-897f-1d6ffcd085cd}'[Exact] Include:UpgradeCode='{0b0c1830-aedb-481e-a54a-e473de7dd2a3}'[Exact] Include:NormalizedNameAndPublisher='delltrusteddeviceagent'+'delltechnologies'[Exact]
2024-02-25 11:34:18.712 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{2229436b-e304-42ae-befd-275c080f99dd}'[Exact] Include:NormalizedNameAndPublisher='powertoys'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='powertoys(x64)'+'microsoft'[Exact]
2024-02-25 11:34:18.747 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{2600102a-dac2-4b2a-8257-df60c573fc29}'[Exact] Include:NormalizedNameAndPublisher='dellsupportassistosrecoverypluginfordellupdate'+'dell'[Exact]
2024-02-25 11:34:18.751 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{2fdb79ce-5193-4a39-82bb-e00158cc1533}'[Exact] Include:UpgradeCode='{5e5a1da5-ba36-404d-92ec-41050d1c799c}'[Exact] Include:NormalizedNameAndPublisher='wireguard'+'wireguard'[Exact]
2024-02-25 11:34:18.761 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{2cfeba4a-21f8-4ea7-9927-c5a5c6f13cc9}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable(x86)'+'microsoft'[Exact]
2024-02-25 11:34:18.783 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{2d52d5a3-6f31-4835-8329-5e62a9c7ea28}'[Exact] Include:NormalizedNameAndPublisher='logitune'+'logitech'[Exact]
2024-02-25 11:34:18.796 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{35d2e54d-f51d-4bce-b499-67eb30062c5c}'[Exact] Include:UpgradeCode='{877db994-ab03-4025-b99d-41ce565e810b}'[Exact] Include:NormalizedNameAndPublisher='imageglass'+'duongdieuphap'[Exact]
2024-02-25 11:34:18.814 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{4ca20d9a-98ac-4dd6-9c16-7449f29ac08a}_is1'[Exact] Include:NormalizedNameAndPublisher='svgsee'+'tiboldkandrai'[Exact]
2024-02-25 11:34:18.819 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{4e070b04-afbe-482f-a08f-5596f83423ce}'[Exact] Include:NormalizedNameAndPublisher='microsoftnetsdk'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftnetsdk(x64)'+'microsoft'[Exact]
2024-02-25 11:34:18.833 [REPO] Found multiple matches for installed package [{4e070b04-afbe-482f-a08f-5596f83423ce}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{4e070b04-afbe-482f-a08f-5596f83423ce}'[Exact] Include:NormalizedNameAndPublisher='microsoftnetsdk'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftnetsdk(x64)'+'microsoft'[Exact]]
2024-02-25 11:34:18.834 [REPO]   Checking match with package id: Microsoft.DotNet.SDK.8
2024-02-25 11:34:18.834 [REPO]   Checking match with package id: Microsoft.DotNet.SDK.Preview
2024-02-25 11:34:18.835 [REPO]   Checking match with package id: Microsoft.DotNet.SDK.7
2024-02-25 11:34:18.835 [REPO]   Checking match with package id: Microsoft.DotNet.SDK.6
2024-02-25 11:34:18.836 [REPO]   Checking match with package id: Microsoft.DotNet.SDK.5
2024-02-25 11:34:18.836 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{538e472a-1f1f-492e-ad93-70e5343bea43}'[Exact] Include:UpgradeCode='{e9d40ad1-4e1d-46f2-b44a-f7e98338fcc7}'[Exact] Include:NormalizedNameAndPublisher='dellcommandupdate'+'dell'[Exact]
2024-02-25 11:34:18.845 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{5fce6d76-f5dc-37ab-b2b8-22ab8cedb1d4}'[Exact] Include:UpgradeCode='{fda45ddf-8e17-336f-a3ed-356b7b7c688a}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2008redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2008redistributable(x64)'+'microsoft'[Exact]
2024-02-25 11:34:18.853 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{60fab781-18f2-4d2b-a8e7-b3aadd327955}_is1'[Exact] Include:NormalizedNameAndPublisher='goodixfingerprintdriver'+'goodix'[Exact]
2024-02-25 11:34:18.857 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{6351cdac-7961-44a5-8c07-b4f25220ee14}_is1'[Exact] Include:NormalizedNameAndPublisher='polarflowsyncversjon'+'polarelectro'[Exact]
2024-02-25 11:34:18.860 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{6b1557fc-a4b6-41cd-bbff-19ed26108f78}'[Exact] Include:NormalizedNameAndPublisher='avidemuxvc'+'mean'[Exact] Include:NormalizedNameAndPublisher='avidemuxvc(x64)'+'mean'[Exact]
2024-02-25 11:34:18.868 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{70de02e8-fbdd-4892-9b21-117dca1dd553}_is1'[Exact] Include:NormalizedNameAndPublisher='corsairssdtoolbox'+'corsair'[Exact]
2024-02-25 11:34:18.872 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{75ff833d-c7ea-449a-80c9-cc8799274a16}'[Exact] Include:NormalizedNameAndPublisher='thunderbolttmsoftware'+'intel'[Exact]
2024-02-25 11:34:18.876 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{7ef9de63-59b1-4325-955a-937f3e0a4ea8}_is1'[Exact] Include:NormalizedNameAndPublisher='bicepcli'+'microsoft'[Exact]
2024-02-25 11:34:18.898 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{8220eefe-38cd-377e-8595-13398d740ace}'[Exact] Include:UpgradeCode='{aa783a14-a7a3-3d33-95f0-9a351d530011}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2008redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2008redistributable(x64)'+'microsoft'[Exact]
2024-02-25 11:34:18.904 [REPO] Found multiple matches for installed package [{8220EEFE-38CD-377E-8595-13398D740ACE}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{8220eefe-38cd-377e-8595-13398d740ace}'[Exact] Include:UpgradeCode='{aa783a14-a7a3-3d33-95f0-9a351d530011}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2008redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2008redistributable(x64)'+'microsoft'[Exact]]
2024-02-25 11:34:18.904 [REPO]   Checking match with package id: Microsoft.VCRedist.2008.x86
2024-02-25 11:34:18.905 [REPO]   Checking match with package id: Microsoft.VCRedist.2008.x64
2024-02-25 11:34:18.905 [REPO]   Found multiple packages with strong match fields
2024-02-25 11:34:18.905 [REPO]   Appropriate available package could not be determined
2024-02-25 11:34:18.905 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{850cdc16-85df-4052-b06e-4e3e9e83c5c6}'[Exact] Include:NormalizedNameAndPublisher='logioptions'+'logitech'[Exact]
2024-02-25 11:34:18.919 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{88da3577-054f-4ca1-8122-7d820494cffb}_is1'[Exact] Include:NormalizedNameAndPublisher='vscodium'+'vscodium'[Exact]
2024-02-25 11:34:18.959 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{8ea79dbf-d637-448a-89d6-410a087a4493}'[Exact] Include:NormalizedNameAndPublisher='samsungmonsetup'+'samsung'[Exact]
2024-02-25 11:34:18.963 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{9b512822-e3b5-4d72-8ce2-61544d75463c}'[Exact] Include:UpgradeCode='{cc010056-8703-4ec9-a56e-7cb52641d6f4}'[Exact] Include:NormalizedNameAndPublisher='jpegview'+'kevinm'[Exact]
2024-02-25 11:34:18.978 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{9fd91c5c-44ae-4d9d-85be-ae52816b0294}'[Exact] Include:NormalizedNameAndPublisher='intelserialio'+'intel'[Exact]
2024-02-25 11:34:18.982 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{a8dfe386-5055-48f6-95c9-8df312812625}'[Exact] Include:UpgradeCode='{99e3774c-4cd9-46d4-86db-4f82f3867bfd}'[Exact] Include:NormalizedNameAndPublisher='dellpowermanagerservice'+'dell'[Exact]
2024-02-25 11:34:18.989 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{aa38d42b-cde7-4437-b254-54172b53938f}'[Exact] Include:UpgradeCode='{90762fec-9554-4729-a107-c6a8ea316698}'[Exact] Include:NormalizedNameAndPublisher='microsoftazurecli'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftazurecli(x64)'+'microsoft'[Exact]
2024-02-25 11:34:19.031 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{b06d1894-3827-4e0c-a092-7dc50be8b210}'[Exact] Include:UpgradeCode='{31ab5147-9a97-4452-8443-d9709f0516e1}'[Exact] Include:NormalizedNameAndPublisher='powershell7'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='powershell7(x64)'+'microsoft'[Exact]
2024-02-25 11:34:19.061 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{b2fe1952-0186-46c3-baec-a80aa35ac5b8}_display.driver'[Exact] Include:NormalizedNameAndPublisher='nvidiagraphicsdriver'+'nvidia'[Exact]
2024-02-25 11:34:19.065 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{b2fe1952-0186-46c3-baec-a80aa35ac5b8}_display.physx'[Exact] Include:NormalizedNameAndPublisher='nvidiaphysxsystemsoftware'+'nvidia'[Exact]
2024-02-25 11:34:19.071 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{c207ad7b-ae16-4a26-b31c-f79880f30a22}}_is1'[Exact] Include:NormalizedNameAndPublisher='pinga'+'cédriclouvrier'[Exact]
2024-02-25 11:34:19.075 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{c6f34ae0-0576-11d4-82fe-4491fcc00000}'[Exact] Include:NormalizedNameAndPublisher='iconviewer'+'botproductions'[Exact]
2024-02-25 11:34:19.080 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{c6fd611e-7efe-488c-a0e0-974c09ef6473}'[Exact] Include:UpgradeCode='{2e5106fd-42a1-4bbe-9c29-7e1d34cb79a1}'[Exact] Include:NormalizedNameAndPublisher='microsoftupdatehealthtools'+'microsoft'[Exact]
2024-02-25 11:34:19.084 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{ca4c561e-828c-11ee-ace6-54bf64a63c26}'[Exact] Include:UpgradeCode='{9d148992-facf-4107-84a3-c48f19cf0b57}'[Exact] Include:NormalizedNameAndPublisher='foxitpdfreader'+'foxitsoftware'[Exact]
2024-02-25 11:34:19.102 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{d31e6e69-4c6a-42cc-926f-cc7b186864eb}_is1'[Exact] Include:NormalizedNameAndPublisher='xmediarecode'+'xmediarecode64bit'[Exact] Include:NormalizedNameAndPublisher='xmediarecode(x64)'+'xmediarecode64bit'[Exact]
2024-02-25 11:34:19.118 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{dadc7ab0-e554-4705-9f6a-83ea82ed708e}'[Exact] Include:NormalizedNameAndPublisher='realtekethernetdiagnosticutility'+'realtek'[Exact]
2024-02-25 11:34:19.123 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{ea457b21-f73e-494c-acab-524fde069978}_is1'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualstudiocode'+'microsoft'[Exact]
2024-02-25 11:34:19.164 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{f132af7f-7bca-4ede-8a7c-958108fe7dbc}'[Exact] Include:NormalizedNameAndPublisher='realtekaudiodriver'+'realteksemiconductor'[Exact]
2024-02-25 11:34:19.168 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{f5d09fd5-272a-40e9-8aca-10c0dd1154a4}'[Exact] Include:UpgradeCode='{217329da-42fa-11e2-b26f-faf46088709b}'[Exact] Include:NormalizedNameAndPublisher='vmwareplayer'+'vmware'[Exact]
2024-02-25 11:34:19.173 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{a86c9307-e48f-455d-825e-d54904f57ecb}'[Exact] Include:NormalizedNameAndPublisher='jabradirect'+'gnaudio'[Exact]
2024-02-25 11:34:19.187 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{c649ede4-f16a-4486-a117-dcc2f2a35165}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable(x64)'+'microsoft'[Exact]
2024-02-25 11:34:19.211 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{d87ae0f4-64a6-4b94-859a-530b9c313c27}'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime(x64)'+'microsoft'[Exact]
2024-02-25 11:34:19.214 [REPO] Found multiple matches for installed package [{d87ae0f4-64a6-4b94-859a-530b9c313c27}] in tracking catalog for source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{d87ae0f4-64a6-4b94-859a-530b9c313c27}'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime(x64)'+'microsoft'[Exact]]
2024-02-25 11:34:19.214 [REPO]   Checking match with package id: Microsoft.WindowsAppRuntime.1.4
2024-02-25 11:34:19.214 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.6
2024-02-25 11:34:19.215 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.8
2024-02-25 11:34:19.227 [REPO] Found multiple matches for installed package [{d87ae0f4-64a6-4b94-859a-530b9c313c27}] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{d87ae0f4-64a6-4b94-859a-530b9c313c27}'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime(x64)'+'microsoft'[Exact]]
2024-02-25 11:34:19.227 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.6
2024-02-25 11:34:19.228 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.Preview
2024-02-25 11:34:19.228 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.8
2024-02-25 11:34:19.229 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.7
2024-02-25 11:34:19.229 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.5
2024-02-25 11:34:19.229 [REPO]   Checking match with package id: Microsoft.DotNet.DesktopRuntime.3_1
2024-02-25 11:34:19.230 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{ecbee3cf-26b3-4f27-854c-e2e16b3f7fa9}'[Exact] Include:NormalizedNameAndPublisher='inteldriversupportassistant'+'intel'[Exact]
2024-02-25 11:34:19.235 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:ProductCode='{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1'[Exact] Include:NormalizedNameAndPublisher='bcuninstaller'+'marcinszeniak'[Exact]
2024-02-25 11:34:19.256 [REPO] Opening pinning index
2024-02-25 11:34:19.256 [REPO] Opening existing pinning index
2024-02-25 11:34:19.256 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db'
2024-02-25 11:34:19.256 [SQL ] Opening SQLite connection #6: 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db' [2, 0]
2024-02-25 11:34:19.257 [REPO] Opened Pinning Index with version [1.0], last write [2024-01-17 08:33:15.000]
2024-02-25 11:34:19.585 [CLI ] 1 package(s) skipped due to unknown installed version
2024-02-25 11:34:19.586 [CLI ] 5 package(s) skipped due to user pins
2024-02-25 11:34:19.586 [CLI ] Leaf command succeeded: root:upgrade

winget list Microsoft.WindowsAppRuntime

Click to see terminal output
C:\Users\olavb>winget list Microsoft.WindowsAppRuntime
Name                                             Id                                                     Version          Available Source
-----------------------------------------------------------------------------------------------------------------------------------------
WindowsAppRuntime.1.2                            Microsoft.WindowsAppRuntime.1.2_8wekyb3d8bbwe          2000.802.31.0
WindowsAppRuntime.1.3                            Microsoft.WindowsAppRuntime.1.3_8wekyb3d8bbwe          3000.934.1904.0
WindowsAppRuntime.1.4                            Microsoft.WindowsAppRuntime.1.4_8wekyb3d8bbwe          4000.1136.2333.0
WindowsAppRuntime.1.2-preview1                   Microsoft.WindowsAppRuntime.1.2-preview1_8wekyb3d8bbwe 2000.609.1413.0
Microsoft Windows Desktop Runtime - 6.0.27 (x64) Microsoft.WindowsAppRuntime.1.4                        < 1.4.3          1.4.3     winget

C:\Users\olavb>
Click to see logs
2024-02-25 11:42:03.065 [CORE] WinGet, version [1.6.3482], activity [{A9C9DC37-B79F-40B6-84F5-7A781588CC07}]
2024-02-25 11:42:03.066 [CORE] OS: Windows.Desktop v10.0.22631.3155
2024-02-25 11:42:03.066 [CORE] Command line Args: winget  list Microsoft.WindowsAppRuntime
2024-02-25 11:42:03.066 [CORE] Package: Microsoft.DesktopAppInstaller v1.21.3482.0
2024-02-25 11:42:03.066 [CORE] IsCOMCall:0; Caller: winget-cli
2024-02-25 11:42:03.076 [CLI ] WinGet invoked with arguments: 'list' 'Microsoft.WindowsAppRuntime'
2024-02-25 11:42:03.076 [CLI ] Found subcommand: list
2024-02-25 11:42:03.076 [CLI ] Leaf command to execute: root:list
2024-02-25 11:42:03.076 [CLI ] Executing command: list
2024-02-25 11:42:03.089 [REPO] Default source requested, multiple sources available, adding all to source references.
2024-02-25 11:42:03.089 [REPO] Adding to source references msstore
2024-02-25 11:42:03.089 [REPO] Adding to source references winget
2024-02-25 11:42:03.099 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-25 11:42:03.099 [CORE] Found matching extension.
2024-02-25 11:42:03.103 [REPO] Source `winget` after auto update time [5 mins]; it has been at least 7 mins
2024-02-25 11:42:03.109 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-25 11:42:03.109 [CORE] Found matching extension.
2024-02-25 11:42:03.225 [REPO] Multiple sources available, creating aggregated source.
2024-02-25 11:42:03.225 [REPO] Adding to aggregated source: msstore
2024-02-25 11:42:03.225 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-02-25 11:42:03.313 [REPO] Response status: 200
2024-02-25 11:42:03.313 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-02-25 11:42:03.322 [REPO] Response status: 200
2024-02-25 11:42:03.322 [REPO] Adding to aggregated source: winget
2024-02-25 11:42:03.327 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-25 11:42:03.327 [CORE] Found matching extension.
2024-02-25 11:42:03.354 [REPO] Opening SQLite Index for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.225.1021.229_neutral__8wekyb3d8bbwe\Public\index.db'
2024-02-25 11:42:03.354 [SQL ] Opening SQLite connection #1: 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.225.1021.229_neutral__8wekyb3d8bbwe\Public\index.db' [1, 40]
2024-02-25 11:42:03.355 [REPO] Opened SQLite Index with version [1.7], last write [2024-02-25 10:21:41.000]
2024-02-25 11:42:03.468 [REPO] Creating new SQLite Index with version [Latest] at ':memory:'
2024-02-25 11:42:03.468 [SQL ] Opening SQLite connection #2: ':memory:' [6, 0]
2024-02-25 11:42:03.473 [REPO] Reading MSI UpgradeCodes
2024-02-25 11:42:03.580 [REPO] Reading MSI UpgradeCodes
2024-02-25 11:42:03.679 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(1) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.685 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(2) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.687 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(3) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.693 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(4) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.699 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(5) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.715 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(6) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.719 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(7) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.721 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(8) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.723 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(9) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.726 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(10) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.731 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(11) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.732 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(12) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.734 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(13) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.736 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(14) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.742 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(15) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.744 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(16) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.748 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(17) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.756 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(18) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.849 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(19) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.905 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(20) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:03.909 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(21) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:04.010 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(22) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:04.023 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FF83394597D: (caller: 00007FF83394BE09) Exception(23) tid(5998) 800700B7 Cannot create a file when that file already exists.


2024-02-25 11:42:04.028 [SQL ] Opening SQLite connection #3: ':memory:' [6, 0]
2024-02-25 11:42:04.107 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.2_8wekyb3d8bbwe'[Exact]
2024-02-25 11:42:04.116 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db'
2024-02-25 11:42:04.116 [SQL ] Opening SQLite connection #4: 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db' [2, 0]
2024-02-25 11:42:04.117 [REPO] Opened SQLite Index with version [1.3], last write [2022-05-16 11:10:14.000]
2024-02-25 11:42:04.122 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2024-02-25 11:42:04.122 [SQL ] Opening SQLite connection #5: 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' [2, 0]
2024-02-25 11:42:04.123 [REPO] Opened SQLite Index with version [1.3], last write [2024-02-24 15:02:42.000]
2024-02-25 11:42:04.127 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.3_8wekyb3d8bbwe'[Exact]
2024-02-25 11:42:04.131 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.4_8wekyb3d8bbwe'[Exact]
2024-02-25 11:42:04.134 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.2-preview1_8wekyb3d8bbwe'[Exact]
2024-02-25 11:42:04.139 [REPO] Sending http POST request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/manifestSearch
2024-02-25 11:42:04.493 [REPO] Response status: 200
2024-02-25 11:42:04.507 [REPO] Finding installed package from tracking package using system reference search: Query:[none] Include:ProductCode='{d87ae0f4-64a6-4b94-859a-530b9c313c27}'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime(x64)'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='windowsappruntime'+'microsoft'[Exact]
2024-02-25 11:42:04.575 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:NormalizedNameAndPublisher='windowsappruntime'+'microsoft'[Exact]
2024-02-25 11:42:04.576 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:NormalizedNameAndPublisher='windowsappsdk'+'microsoft'[Exact]
2024-02-25 11:42:04.578 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:NormalizedNameAndPublisher='windowsappsdk'+'microsoft'[Exact]
2024-02-25 11:42:04.579 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:NormalizedNameAndPublisher='windowsappsdk'+'microsoft'[Exact]
2024-02-25 11:42:04.583 [REPO] Opening pinning index
2024-02-25 11:42:04.584 [REPO] Opening existing pinning index
2024-02-25 11:42:04.584 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db'
2024-02-25 11:42:04.584 [SQL ] Opening SQLite connection #6: 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db' [2, 0]
2024-02-25 11:42:04.584 [REPO] Opened Pinning Index with version [1.0], last write [2024-01-17 08:33:15.000]
2024-02-25 11:42:04.601 [CLI ] Leaf command succeeded: root:list


Tried with v1.7.10514, it does not show the same problem.

Terminal output:

C:\Users\olavb\Desktop\1.7>winget list Microsoft.WindowsAppRuntime
Name                           Id                                                     Version
------------------------------------------------------------------------------------------------------
WindowsAppRuntime.1.2          Microsoft.WindowsAppRuntime.1.2_8wekyb3d8bbwe          2000.802.31.0
WindowsAppRuntime.1.3          Microsoft.WindowsAppRuntime.1.3_8wekyb3d8bbwe          3000.934.1904.0
WindowsAppRuntime.1.4          Microsoft.WindowsAppRuntime.1.4_8wekyb3d8bbwe          4000.1136.2333.0
WindowsAppRuntime.1.2-preview1 Microsoft.WindowsAppRuntime.1.2-preview1_8wekyb3d8bbwe 2000.609.1413.0

C:\Users\olavb\Desktop\1.7>

Edit: v1.7.10582 also has a problem with wrong package name.

C:\Users\olavb>winget --version
v1.7.10582

C:\Users\olavb>winget list --id Microsoft.WindowsAppRuntime.1.4
Name                                             Id                                            Version          Available Source
--------------------------------------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 6.0.27 (x64) Microsoft.WindowsAppRuntime.1.4               < 1.4.3          1.4.3     winget
WindowsAppRuntime.1.4                            Microsoft.WindowsAppRuntime.1.4_8wekyb3d8bbwe 4000.1136.2333.0

C:\Users\olavb>
Logs for `winget list --id Microsoft.WindowsAppRuntime.1.4`
2024-02-28 20:26:17.835 [CORE] WinGet, version [1.7.10582], activity [{99750F90-DDF5-4386-8DEB-72CEBE5CCE34}]
2024-02-28 20:26:17.835 [CORE] OS: Windows.Desktop v10.0.22631.3155
2024-02-28 20:26:17.835 [CORE] Command line Args: winget  list --id Microsoft.WindowsAppRuntime.1.4
2024-02-28 20:26:17.835 [CORE] Package: Microsoft.DesktopAppInstaller v1.22.10582.0
2024-02-28 20:26:17.835 [CORE] IsCOMCall:0; Caller: winget-cli
2024-02-28 20:26:17.845 [CLI ] WinGet invoked with arguments: 'list' '--id' 'Microsoft.WindowsAppRuntime.1.4'
2024-02-28 20:26:17.845 [CLI ] Found subcommand: list
2024-02-28 20:26:17.845 [CLI ] Leaf command to execute: root:list
2024-02-28 20:26:17.845 [CLI ] Executing command: list
2024-02-28 20:26:17.857 [REPO] Default source requested, multiple sources available, adding all to source references.
2024-02-28 20:26:17.857 [REPO] Adding to source references msstore
2024-02-28 20:26:17.857 [REPO] Adding to source references winget
2024-02-28 20:26:17.857 [CLI ] Created authentication arguments. Mode: silentPreferred, Account: 
2024-02-28 20:26:17.867 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-28 20:26:17.867 [CORE] Found matching extension.
2024-02-28 20:26:17.871 [REPO] Source `winget` after auto update time [5 mins]; it has been at least 5 mins
2024-02-28 20:26:17.876 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-28 20:26:17.876 [CORE] Found matching extension.
2024-02-28 20:26:18.014 [REPO] Multiple sources available, creating aggregated source.
2024-02-28 20:26:18.014 [REPO] Adding to aggregated source: msstore
2024-02-28 20:26:18.014 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-02-28 20:26:18.057 [REPO] Response status: 200
2024-02-28 20:26:18.057 [REPO] Authentication node not found. Assuming authentication type none.
2024-02-28 20:26:18.057 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-02-28 20:26:18.073 [REPO] Response status: 200
2024-02-28 20:26:18.073 [REPO] Authentication node not found. Assuming authentication type none.
2024-02-28 20:26:18.073 [REPO] Adding to aggregated source: winget
2024-02-28 20:26:18.078 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2024-02-28 20:26:18.078 [CORE] Found matching extension.
2024-02-28 20:26:18.127 [REPO] Opening database for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.228.2004.131_neutral__8wekyb3d8bbwe\Public\index.db'
2024-02-28 20:26:18.128 [REPO] Opened SQLite Index with version [1.7], last write [2024-02-28 20:03:46.000]
2024-02-28 20:26:18.240 [REPO] Creating new SQLite Index with version [Latest] at ':memory:'
2024-02-28 20:26:18.246 [REPO] Reading MSI UpgradeCodes
2024-02-28 20:26:18.395 [REPO] Reading MSI UpgradeCodes
2024-02-28 20:26:18.504 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(1) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.511 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(2) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.512 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(3) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.519 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(4) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.525 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(5) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.542 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(6) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.546 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(7) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.548 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(8) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.550 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(9) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.556 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(10) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.560 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(11) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.561 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(12) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.563 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(13) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.565 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(14) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.572 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(15) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.574 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(16) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.578 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(17) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.588 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(18) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.678 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(19) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.727 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(20) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.731 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(21) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.797 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(22) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:18.811 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerRepositoryCore\Microsoft\Schema\1_0\Interface_1_0.cpp(197)\WindowsPackageManager.dll!00007FFFDCD4051C: (caller: 00007FFFDCD47229) Exception(23) tid(2b10) 800700B7 Cannot create a file when that file already exists.


2024-02-28 20:26:19.144 [REPO] Finding available package from installed package using system reference search: Query:[none] Include:PackageFamilyName='microsoft.windowsappruntime.1.4_8wekyb3d8bbwe'[Exact]
2024-02-28 20:26:19.153 [REPO] Opening database for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db'
2024-02-28 20:26:19.154 [REPO] Opened SQLite Index with version [1.3], last write [2022-05-16 11:10:14.000]
2024-02-28 20:26:19.160 [REPO] Opening database for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2024-02-28 20:26:19.160 [REPO] Opened SQLite Index with version [1.3], last write [2024-02-27 18:31:30.000]
2024-02-28 20:26:19.166 [REPO] Sending http POST request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/manifestSearch
2024-02-28 20:26:19.188 [REPO] Response status: 200
2024-02-28 20:26:19.190 [REPO] Finding installed package from tracking package using system reference search: Query:[none] Include:ProductCode='{d87ae0f4-64a6-4b94-859a-530b9c313c27}'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime(x64)'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='windowsappruntime'+'microsoft'[Exact]
2024-02-28 20:26:19.191 [REPO] Found multiple matches for tracking package [Microsoft.WindowsAppRuntime.1.4] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{d87ae0f4-64a6-4b94-859a-530b9c313c27}'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftwindowsdesktopruntime(x64)'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='windowsappruntime'+'microsoft'[Exact]]
2024-02-28 20:26:19.191 [REPO]   Checking match with package id: {d87ae0f4-64a6-4b94-859a-530b9c313c27}
2024-02-28 20:26:19.192 [REPO]   Checking match with package id: {63880b41-04fc-4f9b-92c4-4455c255eb8c}
2024-02-28 20:26:19.192 [REPO]   Checking match with package id: {ef5af41f-d68c-48f7-bfb0-5055718601fc}
2024-02-28 20:26:19.229 [REPO] Attempting to open pinning database: C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db
2024-02-28 20:26:19.229 [REPO] ... opening existing pinning database
2024-02-28 20:26:19.229 [REPO] Opening database for Read at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db'
2024-02-28 20:26:19.230 [REPO] Opened Pinning Index with version [1.0], last write [2024-02-28 20:22:12.000]
2024-02-28 20:26:19.243 [CLI ] Leaf command succeeded: root:list

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 Command-Install Issue related to WinGet Install Dependencies Related to package level dependencies
Projects
None yet
Development

No branches or pull requests

6 participants