microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.95k stars 1.43k forks source link

"No installed package found matching input criteria." when attempting to update #2686

Open tranquilcarbon opened 1 year ago

tranquilcarbon commented 1 year ago

Brief description of your issue

when i run winget upgrade, several programs have updates. for some, such as mozilla thunderbird, attempting to run the update causes a "No installed package found matching input criteria." error.

if i uninstall the program and reinstall using winget, it works find however.

example command: winget upgrade Mozilla.Thunderbird

Steps to reproduce

use command winget upgrade Mozilla.Thunderbird on version 102.4.1. it might appear.

Expected behavior

winget begins to upgrade the application

Actual behavior

winget throws a error "No installed package found matching input criteria."

Environment

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

Windows: Windows.Desktop v10.0.19045.2251
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.18.2691.0

Logs: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir

current affected programs:

Mozilla Thunderbird
(Mozilla.Thunderbird)
TheITCloudGuy commented 1 year ago

Same issue here.

Location: UK image

tranquilcarbon commented 1 year ago

Same issue here.

Location: UK image

perhaps this is a issue with something in the UK, does winget use region specific servers or something like that?

additionally, i have attached a screenshot, in case this helps. image

LukasDotEU commented 1 year ago

Same issue here in Germany since more than a week i think. Screenshot 2022-11-19 134100 (basically the same just with German language)

since i am in Germany it is probably not an issue regarding something in the UK

szlevi commented 1 year ago

Yeah, I don't think it is country-specific - I'm in NYC and it's completely broken here too:

image

Not only that, but it also mis-detects the version to be 7.2.5.0 when I actually have 7.3.0 installed for some time now...

irzyxel commented 1 year ago

having that problem for a long time. winget upgrade lists a package. but then it doesnt upgarde, neiter by using --all nor by using any variant of its name. after a couple of days it usually works.

PS C:\Users\Michael> winget upgrade
Name                ID                                Version Verfügbar Quelle
------------------------------------------------------------------------------
LibreOffice 7.4.2.1 TheDocumentFoundation.LibreOffice 7.4.2.1 7.4.2.3   winget
1 Aktualisierungen verfügbar.
1 Paket hat eine Versionsnummer, die nicht bestimmt werden kann. Wenn Sie „--include-unknown“ verwenden, werden möglicherweise weitere Ergebnisse angezeigt.
PS C:\Users\Michael> winget upgrade Libreoffice
Es wurden keine anwendbaren Aktualisierungen gefunden.
PS C:\Users\Michael> winget upgrade TheDocumentFoundation.LibreOffice
Es wurden keine anwendbaren Aktualisierungen gefunden.
PS C:\Users\Michael> winget upgrade --all
Name                ID                                Version Verfügbar Quelle
------------------------------------------------------------------------------
LibreOffice 7.4.2.1 TheDocumentFoundation.LibreOffice 7.4.2.1 7.4.2.3   winget
1 Aktualisierungen verfügbar.
1 Paket hat eine Versionsnummer, die nicht bestimmt werden kann. Wenn Sie „--include-unknown“ verwenden, werden möglicherweise weitere Ergebnisse angezeigt.
PS C:\Users\Michael>
SamaelAmbrona commented 1 year ago

I have same issue with a couple of packages. In the beginning I was able to solve the issue by uninstalling the package and install it again with Winget but after a couple of updates it fails again

szlevi commented 1 year ago

In addition, I just discovered my PuTTY was removed - is it possible that, while failing to install the new one, winget first did successfully remove my existing version? If so, that's very much not cool...

mdanish-kh commented 1 year ago

In addition, I just discovered my PuTTY was removed - is it possible that, while failing to install the new one, winget first did successfully remove my existing version? If so, that's very much not cool...

@szlevi Please note that this was done intentionally to align with the publisher's changelog:

Note: installing the 0.78 or later Windows installer will not automatically uninstall 0.77 or earlier, due to a change we've made to work around a bug. We recommend uninstalling the old version first, if possible. If both end up installed, uninstalling both and then re-installing the new version will fix things up.

Please see https://github.com/microsoft/winget-pkgs/pull/87021

szlevi commented 1 year ago

In addition, I just discovered my PuTTY was removed - is it possible that, while failing to install the new one, winget first did successfully remove my existing version? If so, that's very much not cool...

@szlevi Please note that this was done intentionally to align with the publisher's changelog:

Note: installing the 0.78 or later Windows installer will not automatically uninstall 0.77 or earlier, due to a change we've made to work around a bug. We recommend uninstalling the old version first, if possible. If both end up installed, uninstalling both and then re-installing the new version will fix things up.

Please see microsoft/winget-pkgs#87021

Ah, I see, thanks. So it's just a temp issue, right?

mdanish-kh commented 1 year ago

Ah, I see, thanks. So it's just a temp issue, right?

That depends on the publisher. If future installers perform "in-place" upgrade instead of requiring the version to be manually uninstalled first, the behavior will be duly updated in the winget's manifest.

tranquilcarbon commented 1 year ago

i've found another package that has the same issue, the microsoft visual C++ redistributable 2013, specifically the x64 version has the issue, not the x86 version which updated fine. can we have a developer explain why this issue is appearing? WindowsTerminal_CnyqQ1UGZm

denelon commented 1 year ago

The matching logic is based on comparing what values are written to the registry (it's the same thing that powers what you see in Windows Apps & Features), and what metadata is listed in manifests in all configured sources. Sometimes the installer isn't reporting things consistently to the registry and in other cases, the manifest doesn't have all the variations of what is reported.

WinGet looks at package family name, product code, upgrade code, display name, and display version. Depending on what is available, heuristics are used to determine the "best match" when there isn't an exact match.

As the Visual C++ Redistributable packages can be installed side-by-side for different versions and different architectures, it's been more challenging to capture all the correct metadata for all the variations. We are incrementally making improvements with both the manifests and the client (matching logic and upgrade/install logic), but clearly there is still more work to be done.

irzyxel commented 1 year ago

without any known changes, libreoffice today suddenly updated just fine. 7.4.2.1 -> 7.4.2.3

xd003 commented 1 year ago

Facing this very same issue while upgrading Powershell, i don't know yet if this happens only with certain packages

denelon commented 1 year ago

There are a couple of classes of issues. One is when the installer type has changed. For the most part, I think we've isolated that path and resolved it.

Another is when it's an MSI based installer and we aren't getting a good match for the "Product Code" or "Upgrade Code".

Another is when the package is installed in either "user" or "machine" scope and the upgrade is defaulting to the opposite scope, or the user has a requirement in their settings which doesn't match the installed scope or the default scope specified in the manifest.

Trenly commented 1 year ago

[Policy] Command-Upgrade

erickvelasco11 commented 1 year ago

Hi everyone, I'm from Colombia and I'm getting the same issue.

I have solved it adding flag --include-unknown

As my understanding, when the winget command try to get the apps to update, there are some packages with a "Broken" version in the repository. I don't understand the consecuences of upgrade with --include-unknown flag, but it works for me.

winget upgrade --all --include-unknown

pplmx commented 1 year ago

Encounter the same issue: image

xd003 commented 1 year ago

Still facing this issue even now :/

lreynolds1989 commented 1 year ago

I'm getting the same issue after successfully upgrading about 4-5 apps, then none would upgrade after that and I was met with the "no installed package found matching input criteria." message when trying to upgrade any of the 7 that remained.

I done some googling (as you do) and tried with a slightly different command syntax, instead of specifying the ID I just specified the name of the application.

So instead of winget upgrade --id VideoLAN.VLC I tried winget upgrade "VLC Media Player"

This appeared to work, at least for VLC Media Player.

I'm really not sure of the implications of doing it this way, I'm not sure if my Winget just had a temporary issue and it would have worked using the original commands eventually (as others have mentioned on google)

lreynolds1989 commented 1 year ago

Exactly same behaviour for Git, specifying it by ID did not work, specifying it by the Name did work. Very odd!

BartJolling commented 1 year ago

I got the same issue running the winget upgrade -all command from an elevated PowerShell. But it worked when I ran it in a non-elevated cmd.exe. Real PITA having to type my admin user and password for every single update

jonkeren commented 12 months ago

FYI, upgrade worked here for Microsoft .NET SDK 7.0.203 (x64) (to version 7.0.401) -- by not using the app Id (in this case Microsoft.DotNet.SDK.7), but by entering the complete name between quotes. Like so winget upgrade "Microsoft .NET SDK 7.0.203 (x64)". You may even have to do a --force. image JJ

huskylogic commented 11 months ago

I know it's an old thread, but I was having this issue as well. I solved it by running these two commands.

winget uninstall Microsoft.Winget.Source_8wekyb3d8bbwe winget source reset --force

sh0ou commented 10 months ago

I have same issue for VLC Media Player (VideoLAN.VLC) .

ELFswe commented 10 months ago

I have same issue for VLC Media Player (VideoLAN.VLC) .

Same here. I got it working by doing what @jonkeren wrote in his post (https://github.com/microsoft/winget-cli/issues/2686#issuecomment-1721441017)

Use the name instead of the id.

GingerGraham commented 10 months ago

Just to note I'm seeing the same behaviour with winget install on a clean Windows 11 (reset) build. I've got a script with a number of packages to install based on the ID and it just loops this error for all of them

toarujs commented 8 months ago

this error also occurs when updating .net and anaconda

ztrhgf commented 8 months ago

Any update on this issue? Same for SSMS. And using a name instead of ID is nice as a workaround, but not as a fix :(

JoydeepMallick commented 7 months ago

I know it's an old thread, but I was having this issue as well. I solved it by running these two commands.

winget uninstall Microsoft.Winget.Source_8wekyb3d8bbwe winget source reset --force

Thanks, it worked finally😱

This thing had been bugging me since 2021 with similar issues for it being present but no progress. ✔

One thing is that the winget source reset --force needs to run in elevated prompt meaning cmd/powershell with administrative privileges that it👍🏼

Final command to run in cmd or powershell with admin rights :-

winget uninstall Microsoft.Winget.Source_8wekyb3d8bbwe 
winget source reset --force

On reset windows ask to accept the agreement that it will detect location, accept it and that is it.

Is there any plan to revive appget?

yg-i commented 4 months ago

I find that I only run into this problem when upgrading the runtimes of programming languages, e.g. Julia and Racket. The reason appears to be that when winget upgrades those packages, winget (or rather, the installers for those runtimes) by default installs the new version side by side with the old version (see screenshot below), in a different folder. Which of course make sense for runtimes (it's not uncommon to run into, say, python scripts that will run on 3.11 but not 3.10). But this also means that, even after a successful upgrade, the old version of the runtime continues to exist and so will continue to show up in the output of winget list --upgrade-available! This also explains why winget upgrade {app id} causes no installed package found ...: you already have the latest version of {app id} installed.

The solution is to use --uninstall-previous when doing winget upgrade for this kind of package if you want the new version to replace the old version.

image

shablin commented 4 months ago

getting the same one when I try to remove WSL distro изображение

jazzydog commented 3 months ago

In my case, it's was net problem.

FaserF commented 3 months ago

Same issue here:

08:07:03 - Updating Remote Desktop from 1.2.5326.0 to 1.2.5405.0... 08:07:03 - ########## WINGET UPGRADE PROCESS STARTS FOR APPLICATION ID 'Microsoft.RemoteDesktopClient' ########## 08:07:03 - -> Running: Winget upgrade --id Microsoft.RemoteDesktopClient -e --accept-package-agreements --accept-source-agreements -s winget -h

██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 1024 KB / 10.8 MB █████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 2.00 MB / 10.8 MB ████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 3.00 MB / 10.8 MB ███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 4.00 MB / 10.8 MB █████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 5.00 MB / 10.8 MB ████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 6.00 MB / 10.8 MB ███████████████████▒▒▒▒▒▒▒▒▒▒▒ 7.00 MB / 10.8 MB ██████████████████████▒▒▒▒▒▒▒▒ 8.00 MB / 10.8 MB ████████████████████████▒▒▒▒▒▒ 9.00 MB / 10.8 MB ███████████████████████████▒▒▒ 10.0 MB / 10.8 MB ██████████████████████████████ 10.8 MB / 10.8 MB No installed package found matching input criteria.

Dayflare commented 2 months ago

i have the same issue with the package Lenovo.DockManager

Log:

Executing C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.24.1763.0_x64__8wekyb3d8bbwe\winget.exe install --id Lenovo.DockManager --custom '/noicons /noui' --silent --accept-package-agreements --accept-source-agreements --scope machine

Handles  NPM(K)    PM(K)      WS(K)     CPU(s)     Id  SI ProcessName
-------  ------    -----      -----     ------     --  -- -----------
     31      10      440       2516       0,05   5012   0 winget

   -
   \

  ████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  1024 KB / 2.39 MB
  █████████████████████████▒▒▒▒▒  2.00 MB / 2.39 MB
  ██████████████████████████████  2.39 MB / 2.39 MB

   -

No package found matching input criteria.
Script Finished

winget source reset doesn't help. When i search the name instead of the id it works. This should be fixed.

JoydeepMallick commented 2 months ago

winget source reset doesn't help. When i search the name instead of the id it works. This should be fixed.

Did you apply the --force flag, my issue was related to updates and packages and on adding force flag it did work as I said here https://github.com/microsoft/winget-cli/issues/2686#issuecomment-1933740296

Dayflare commented 2 months ago

winget source reset doesn't help. When i search the name instead of the id it works. This should be fixed.

Did you apply the --force flag, my issue was related to updates and packages and on adding force flag it did work as I said here #2686 (comment)

yea, i tried it exactly like this:

winget uninstall Microsoft.Winget.Source_8wekyb3d8bbwe 
winget source reset --force

I tried the package with --force too, but didn't worked. Tried it with --moniker lenovo-dock-manager, didn't work. It only works by Name "Lenovo Dock Manager". Why have an unique ID when i can't query it?

edit: when installing the package by Name "Lenovo Dock Manager" i can't use the --custom parameter so this is not a workaround for me

JoydeepMallick commented 2 months ago

Why have an unique ID when i can't query it?

Strange enough😐.

o-l-a-v commented 3 weeks ago

Just faced this now with VideoLAN.VLC.

PS > winget upgrade

Name             Id           Version Available Source
------------------------------------------------------
VLC media player VideoLAN.VLC 3.0.20  3.0.21    winget
1 upgrades available.
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.

PS > winget upgrade --silent --id VideoLAN.VLC
No installed package found matching input criteria.

PS > winget --version

v1.8.1911

PS >

Verbose logs:

Click to view ```log 2024-08-15 16:58:29.619 [CORE] WinGet, version [1.8.1911], activity [{1B0EE808-92E7-413A-AB1F-DF8688F080FA}] 2024-08-15 16:58:29.619 [CORE] OS: Windows.Desktop v10.0.22631.4037 2024-08-15 16:58:29.619 [CORE] Command line Args: "C:\Users\olavb\AppData\Local\Microsoft\WindowsApps\winget.exe" upgrade --silent --id VideoLAN.VLC --verbose 2024-08-15 16:58:29.619 [CORE] Package: Microsoft.DesktopAppInstaller v1.23.1911.0 2024-08-15 16:58:29.619 [CORE] IsCOMCall:0; Caller: winget-cli 2024-08-15 16:58:29.630 [CLI ] WinGet invoked with arguments: 'upgrade' '--silent' '--id' 'VideoLAN.VLC' '--verbose' 2024-08-15 16:58:29.630 [CLI ] Found subcommand: upgrade 2024-08-15 16:58:29.630 [CLI ] Leaf command to execute: root:upgrade 2024-08-15 16:58:29.631 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:29.631 [YAML] Detected UTF-8 2024-08-15 16:58:29.631 [YAML] Detected UTF-8 2024-08-15 16:58:29.631 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:29.631 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:29.632 [YAML] Detected UTF-8 2024-08-15 16:58:29.632 [YAML] Detected UTF-8 2024-08-15 16:58:29.632 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:29.632 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:29.632 [YAML] Detected UTF-8 2024-08-15 16:58:29.632 [YAML] Detected UTF-8 2024-08-15 16:58:29.632 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:29.632 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:29.632 [YAML] Detected UTF-8 2024-08-15 16:58:29.632 [YAML] Detected UTF-8 2024-08-15 16:58:29.632 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:29.632 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:29.633 [YAML] Detected UTF-8 2024-08-15 16:58:29.633 [YAML] Detected UTF-8 2024-08-15 16:58:29.633 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:29.633 [CLI ] Executing command: upgrade 2024-08-15 16:58:29.633 [REPO] Additional sources GP is not enabled. 2024-08-15 16:58:29.633 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-15 16:58:29.633 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:29.633 [YAML] Detected UTF-8 2024-08-15 16:58:29.633 [YAML] Detected UTF-8 2024-08-15 16:58:29.633 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:29.634 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 16:58:29.634 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 16:58:29.642 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-15 16:58:29.643 [YAML] Detected UTF-8 2024-08-15 16:58:29.643 [REPO] GetCurrentSourceRefs: Source named 'microsoft.builtin.desktop.frameworks' from origin Default is hidden and is dropped. 2024-08-15 16:58:29.643 [REPO] Default source requested, multiple sources available, adding all to source references. 2024-08-15 16:58:29.643 [REPO] Adding to source references msstore 2024-08-15 16:58:29.643 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:29.643 [YAML] Detected UTF-8 2024-08-15 16:58:29.643 [YAML] Detected UTF-8 2024-08-15 16:58:29.643 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:29.643 [CORE] Default proxy is not set 2024-08-15 16:58:29.643 [REPO] REST HTTP Client helper does not use proxy 2024-08-15 16:58:29.643 [REPO] Adding to source references winget 2024-08-15 16:58:29.643 [CLI ] Created authentication arguments. Mode: silentPreferred, Account: 2024-08-15 16:58:29.652 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB 2024-08-15 16:58:29.652 [CORE] Found matching extension. 2024-08-15 16:58:29.656 [REPO] Multiple sources available, creating aggregated source. 2024-08-15 16:58:29.656 [REPO] Adding to aggregated source: msstore 2024-08-15 16:58:29.656 [REPO] User agent caller found: winget-cli 2024-08-15 16:58:29.656 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information 2024-08-15 16:58:29.656 [REPO] Http GET request details: GET / HTTP/1.1 Content-Type: application/json User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/Microsoft.DesktopAppInstaller v1.23.1911.0 2024-08-15 16:58:29.764 [REPO] Response status: 200 2024-08-15 16:58:29.764 [REPO] Response details: HTTP/1.1 200 OK Cache-Control: max-age=0, no-cache, no-store Connection: keep-alive Content-Length: 861 Content-Type: application/json; charset=utf-8 Date: Thu, 15 Aug 2024 14:58:27 GMT Expires: Thu, 15 Aug 2024 14:58:27 GMT MS-CV: CUgAjsCUfkaBqMwY.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_Legacy000L4U_1.0.0.0 X-Segment-On: true {"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataResponse, StoreEdgeFD","Data":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataData, StoreEdgeFD","SourceIdentifier":"StoreEdgeFD","SourceAgreements":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.SourceAgreements, StoreEdgeFD","AgreementsIdentifier":"StoreEdgeFD","Agreements":[{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageManifest.AgreementDetail, StoreEdgeFD","AgreementLabel":"Terms of Transaction","AgreementUrl":"https://aka.ms/microsoft-store-terms-of-transaction"}]},"ServerSupportedVersions":["1.0.0","1.1.0","1.6.0"],"RequiredQueryParameters":["market"],"RequiredPackageMatchFields":["market"]}} 2024-08-15 16:58:29.765 [REPO] Authentication node not found. Assuming authentication type none. 2024-08-15 16:58:29.765 [REPO] User agent caller found: winget-cli 2024-08-15 16:58:29.765 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information 2024-08-15 16:58:29.765 [REPO] Http GET request details: GET / HTTP/1.1 Content-Type: application/json User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/Microsoft.DesktopAppInstaller v1.23.1911.0 2024-08-15 16:58:29.788 [REPO] Response status: 200 2024-08-15 16:58:29.788 [REPO] Response details: HTTP/1.1 200 OK Cache-Control: max-age=0, no-cache, no-store Connection: keep-alive Content-Length: 861 Content-Type: application/json; charset=utf-8 Date: Thu, 15 Aug 2024 14:58:27 GMT Expires: Thu, 15 Aug 2024 14:58:27 GMT MS-CV: CUgAjsCUfkaBqMwY.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_Legacy000L4U_1.0.0.0 X-Segment-On: true {"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataResponse, StoreEdgeFD","Data":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataData, StoreEdgeFD","SourceIdentifier":"StoreEdgeFD","SourceAgreements":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.SourceAgreements, StoreEdgeFD","AgreementsIdentifier":"StoreEdgeFD","Agreements":[{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageManifest.AgreementDetail, StoreEdgeFD","AgreementLabel":"Terms of Transaction","AgreementUrl":"https://aka.ms/microsoft-store-terms-of-transaction"}]},"ServerSupportedVersions":["1.0.0","1.1.0","1.6.0"],"RequiredQueryParameters":["market"],"RequiredPackageMatchFields":["market"]}} 2024-08-15 16:58:29.788 [REPO] Authentication node not found. Assuming authentication type none. 2024-08-15 16:58:29.788 [REPO] Adding to aggregated source: winget 2024-08-15 16:58:29.794 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB 2024-08-15 16:58:29.794 [CORE] Found matching extension. 2024-08-15 16:58:29.816 [REPO] Opening database for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.814.2321.46_neutral__8wekyb3d8bbwe\Public\index.db' 2024-08-15 16:58:29.817 [REPO] Opened SQLite Index with version [2.0], last write [2024-08-15 00:19:36.000] 2024-08-15 16:58:30.262 [CLI ] Checking Source agreements for source: msstore 2024-08-15 16:58:30.263 [REPO] Additional sources GP is not enabled. 2024-08-15 16:58:30.263 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-15 16:58:30.263 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:30.263 [YAML] Detected UTF-8 2024-08-15 16:58:30.264 [YAML] Detected UTF-8 2024-08-15 16:58:30.264 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:30.264 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 16:58:30.264 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 16:58:30.264 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-15 16:58:30.264 [YAML] Detected UTF-8 2024-08-15 16:58:30.264 [CLI ] Source agreements satisfied. Source: msstore 2024-08-15 16:58:30.264 [CLI ] Checking Source agreements for source: winget 2024-08-15 16:58:30.264 [REPO] Additional sources GP is not enabled. 2024-08-15 16:58:30.264 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-15 16:58:30.264 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 16:58:30.265 [YAML] Detected UTF-8 2024-08-15 16:58:30.265 [YAML] Detected UTF-8 2024-08-15 16:58:30.265 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 16:58:30.265 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 16:58:30.265 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 16:58:30.265 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-15 16:58:30.265 [YAML] Detected UTF-8 2024-08-15 16:58:30.265 [CLI ] Source agreements satisfied. Source: winget 2024-08-15 16:58:30.267 [REPO] Creating PredefinedInstalledSource with filter [ARP] 2024-08-15 16:58:30.267 [REPO] Creating new SQLite Index with version [Latest] at ':memory:' 2024-08-15 16:58:30.273 [REPO] Reading MSI UpgradeCodes 2024-08-15 16:58:30.279 [REPO] Examining ARP entries for Machine | X64 2024-08-15 16:58:30.280 [REPO] Adding manifest for [ARP\Machine\X64\7-Zip, 24.08] at relative path [] 2024-08-15 16:58:30.280 [REPO] Did not find an Id { ARP\Machine\X64\7-Zip } 2024-08-15 16:58:30.281 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.281 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-15 16:58:30.281 [REPO] Adding manifest for [ARP\Machine\X64\CPUID CPU-Z_is1, 2.10] at relative path [] 2024-08-15 16:58:30.281 [REPO] Did not find an Id { ARP\Machine\X64\CPUID CPU-Z_is1 } 2024-08-15 16:58:30.283 [REPO] Adding manifest for [ARP\Machine\X64\CrystalDiskInfo_is1, 9.3.2] at relative path [] 2024-08-15 16:58:30.283 [REPO] Did not find an Id { ARP\Machine\X64\CrystalDiskInfo_is1 } 2024-08-15 16:58:30.284 [REPO] Adding manifest for [ARP\Machine\X64\CrystalDiskMark8_is1, 8.0.5] at relative path [] 2024-08-15 16:58:30.284 [REPO] Did not find an Id { ARP\Machine\X64\CrystalDiskMark8_is1 } 2024-08-15 16:58:30.285 [REPO] Adding manifest for [ARP\Machine\X64\darktable, 4.8.1] at relative path [] 2024-08-15 16:58:30.285 [REPO] Did not find an Id { ARP\Machine\X64\darktable } 2024-08-15 16:58:30.286 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.286 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.286 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.286 [REPO] Adding manifest for [ARP\Machine\X64\Geany, 2.0] at relative path [] 2024-08-15 16:58:30.286 [REPO] Did not find an Id { ARP\Machine\X64\Geany } 2024-08-15 16:58:30.287 [REPO] Adding manifest for [ARP\Machine\X64\Git_is1, 2.46.0] at relative path [] 2024-08-15 16:58:30.287 [REPO] Did not find an Id { ARP\Machine\X64\Git_is1 } 2024-08-15 16:58:30.288 [REPO] Adding manifest for [ARP\Machine\X64\HashCheck Shell Extension, 2.5.0.1] at relative path [] 2024-08-15 16:58:30.288 [REPO] Did not find an Id { ARP\Machine\X64\HashCheck Shell Extension } 2024-08-15 16:58:30.289 [REPO] Adding manifest for [ARP\Machine\X64\HWiNFO64_is1, 8.06] at relative path [] 2024-08-15 16:58:30.289 [REPO] Did not find an Id { ARP\Machine\X64\HWiNFO64_is1 } 2024-08-15 16:58:30.290 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.290 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.290 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.290 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.290 [REPO] Adding manifest for [ARP\Machine\X64\IrfanView64, 4.67] at relative path [] 2024-08-15 16:58:30.290 [REPO] Did not find an Id { ARP\Machine\X64\IrfanView64 } 2024-08-15 16:58:30.291 [REPO] Adding manifest for [ARP\Machine\X64\Krita_x64, 5.2.3.100] at relative path [] 2024-08-15 16:58:30.291 [REPO] Did not find an Id { ARP\Machine\X64\Krita_x64 } 2024-08-15 16:58:30.292 [REPO] Adding manifest for [ARP\Machine\X64\LockHunter_is1, 3.4.3.146] at relative path [] 2024-08-15 16:58:30.292 [REPO] Did not find an Id { ARP\Machine\X64\LockHunter_is1 } 2024-08-15 16:58:30.293 [REPO] Adding manifest for [ARP\Machine\X64\MediaInfo, 24.06] at relative path [] 2024-08-15 16:58:30.294 [REPO] Did not find an Id { ARP\Machine\X64\MediaInfo } 2024-08-15 16:58:30.295 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.295 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.295 [REPO] Skipping mstsc-4b0a31aa-df6a-4307-9b47-d5cc50009643 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.295 [REPO] Adding manifest for [ARP\Machine\X64\Notepad++, 8.6.9] at relative path [] 2024-08-15 16:58:30.295 [REPO] Did not find an Id { ARP\Machine\X64\Notepad++ } 2024-08-15 16:58:30.296 [REPO] Adding manifest for [ARP\Machine\X64\NTLite_is1, 2024.3.9819.0] at relative path [] 2024-08-15 16:58:30.296 [REPO] Did not find an Id { ARP\Machine\X64\NTLite_is1 } 2024-08-15 16:58:30.297 [REPO] Adding manifest for [ARP\Machine\X64\OneDriveSetup.exe, 24.146.0721.0003] at relative path [] 2024-08-15 16:58:30.297 [REPO] Did not find an Id { ARP\Machine\X64\OneDriveSetup.exe } 2024-08-15 16:58:30.298 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.298 [REPO] Adding manifest for [ARP\Machine\X64\TreeSize Free_is1, 4.7.3] at relative path [] 2024-08-15 16:58:30.298 [REPO] Did not find an Id { ARP\Machine\X64\TreeSize Free_is1 } 2024-08-15 16:58:30.299 [REPO] Adding manifest for [ARP\Machine\X64\VID_17EF&PID_3063&MI_00, 1.31.38.54] at relative path [] 2024-08-15 16:58:30.299 [REPO] Did not find an Id { ARP\Machine\X64\VID_17EF&PID_3063&MI_00 } 2024-08-15 16:58:30.300 [REPO] Adding manifest for [ARP\Machine\X64\VLC media player, 3.0.20] at relative path [] 2024-08-15 16:58:30.300 [REPO] Did not find an Id { ARP\Machine\X64\VLC media player } 2024-08-15 16:58:30.301 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.301 [REPO] Adding manifest for [ARP\Machine\X64\XnConvert (x64)_is1, 1.100.1.0] at relative path [] 2024-08-15 16:58:30.301 [REPO] Did not find an Id { ARP\Machine\X64\XnConvert (x64)_is1 } 2024-08-15 16:58:30.302 [REPO] Adding manifest for [ARP\Machine\X64\XnView MP (x64)_is1, 1.7.2.0] at relative path [] 2024-08-15 16:58:30.302 [REPO] Did not find an Id { ARP\Machine\X64\XnView MP (x64)_is1 } 2024-08-15 16:58:30.303 [REPO] Adding manifest for [ARP\Machine\X64\XnView Shell Extension_is1, 4.1.10] at relative path [] 2024-08-15 16:58:30.303 [REPO] Did not find an Id { ARP\Machine\X64\XnView Shell Extension_is1 } 2024-08-15 16:58:30.305 [REPO] Skipping {010792BA-551A-3AC0-A7EF-0FAB4156C382} because it is a SystemComponent 2024-08-15 16:58:30.305 [REPO] Skipping {01081DE2-00A3-48A9-8958-CDC543D8EF42} because it is a SystemComponent 2024-08-15 16:58:30.305 [REPO] Skipping {03171181-C838-4C5C-8615-BFAFAC6E19B0} because it is a SystemComponent 2024-08-15 16:58:30.305 [REPO] Adding manifest for [ARP\Machine\X64\{05CEE47E-921D-D694-3320-593EF2AEF22F}, 10.1.22621.755] at relative path [] 2024-08-15 16:58:30.305 [REPO] Did not find an Id { ARP\Machine\X64\{05CEE47E-921D-D694-3320-593EF2AEF22F} } 2024-08-15 16:58:30.306 [REPO] Skipping {06534C2E-CDD8-440B-A370-13E2E1C45FDC} because it is a SystemComponent 2024-08-15 16:58:30.306 [REPO] Skipping {07BE9B02-0247-471C-B06F-A3B1A8FA9216} because it is a SystemComponent 2024-08-15 16:58:30.306 [REPO] Skipping {0B884FA0-BBEE-4573-B696-426AA39ED913} because it is a SystemComponent 2024-08-15 16:58:30.306 [REPO] Adding manifest for [ARP\Machine\X64\{0C1D4CF2-5575-4786-834C-B0FC977E9714}}_is1, 6.24.0.5818] at relative path [] 2024-08-15 16:58:30.306 [REPO] Did not find an Id { ARP\Machine\X64\{0C1D4CF2-5575-4786-834C-B0FC977E9714}}_is1 } 2024-08-15 16:58:30.307 [REPO] Adding manifest for [ARP\Machine\X64\{0D8810A6-1D38-4885-9690-948CD0B7CA6F}, 2.4.10577] at relative path [] 2024-08-15 16:58:30.307 [REPO] Did not find an Id { ARP\Machine\X64\{0D8810A6-1D38-4885-9690-948CD0B7CA6F} } 2024-08-15 16:58:30.308 [REPO] Skipping {0EF5DD4D-EC49-4AE7-8C9A-F64FF8B3EA58} because it is a SystemComponent 2024-08-15 16:58:30.308 [REPO] Adding manifest for [ARP\Machine\X64\{1079CC62-177D-3C2B-A4BB-469930364B4C}, 9.0.30729.7523] at relative path [] 2024-08-15 16:58:30.308 [REPO] Did not find an Id { ARP\Machine\X64\{1079CC62-177D-3C2B-A4BB-469930364B4C} } 2024-08-15 16:58:30.310 [REPO] Skipping {116EF6D0-AE8E-4E6D-B0D8-EFF145CD45DA} because it is a SystemComponent 2024-08-15 16:58:30.310 [REPO] Skipping {13C2A26E-7AD4-4D82-BB4F-DEA6E871B958} because it is a SystemComponent 2024-08-15 16:58:30.310 [REPO] Skipping {1A631874-52CA-3CD6-84C2-0465F1280EDA} because it is a SystemComponent 2024-08-15 16:58:30.310 [REPO] Adding manifest for [ARP\Machine\X64\{1CEAC85D-2590-4760-800F-8DE5E91F3700}, 2345.5.42.0] at relative path [] 2024-08-15 16:58:30.310 [REPO] Did not find an Id { ARP\Machine\X64\{1CEAC85D-2590-4760-800F-8DE5E91F3700} } 2024-08-15 16:58:30.311 [REPO] Skipping {1D322079-F409-3868-944E-AD06A17806A1} because it is a SystemComponent 2024-08-15 16:58:30.311 [REPO] Adding manifest for [ARP\Machine\X64\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}, 10.0.40219] at relative path [] 2024-08-15 16:58:30.311 [REPO] Did not find an Id { ARP\Machine\X64\{1D8E6291-B0D5-35EC-8441-6616F567A0F7} } 2024-08-15 16:58:30.313 [REPO] Skipping {221BB52A-B763-4C9D-AA62-4B0B6C9AAD62} because it is a SystemComponent 2024-08-15 16:58:30.313 [REPO] Skipping {26BECEBB-31DE-4854-B019-9BB8EBFBBDF1} because it is a SystemComponent 2024-08-15 16:58:30.313 [REPO] Skipping {2AFD77B1-2D50-3C97-9355-1A6DFE55A31A} because it is a SystemComponent 2024-08-15 16:58:30.313 [REPO] Skipping {2DF0E6F6-1C0E-4AF3-BD8C-2DBD0A8A770F} because it is a SystemComponent 2024-08-15 16:58:30.313 [REPO] Adding manifest for [ARP\Machine\X64\{2FDB79CE-5193-4A39-82BB-E00158CC1533}, 0.5.3] at relative path [] 2024-08-15 16:58:30.313 [REPO] Did not find an Id { ARP\Machine\X64\{2FDB79CE-5193-4A39-82BB-E00158CC1533} } 2024-08-15 16:58:30.314 [REPO] Skipping {36505731-00CF-4BDE-8A6A-6D8BD2264C7A} because it is a SystemComponent 2024-08-15 16:58:30.314 [REPO] Skipping {36CB0F53-A98E-36D1-B1D8-3C1625F579EF} because it is a SystemComponent 2024-08-15 16:58:30.314 [REPO] Skipping {3BA242F8-BDB5-4096-9FBC-333CD663BBAD} because it is a SystemComponent 2024-08-15 16:58:30.314 [REPO] Skipping {3E3E3302-0CAD-4D0D-B6C0-206B30773468} because it is a SystemComponent 2024-08-15 16:58:30.314 [REPO] Skipping {41D9E0F7-EF1C-4C46-806C-360D9E36F4C2} because it is a SystemComponent 2024-08-15 16:58:30.314 [REPO] Skipping {42EC60F8-0BB6-4F58-8D0E-370CAB21A961} because it is a SystemComponent 2024-08-15 16:58:30.314 [REPO] Skipping {433283AA-1F1F-493A-836F-EDE6388F718A} because it is a SystemComponent 2024-08-15 16:58:30.314 [REPO] Adding manifest for [ARP\Machine\X64\{486B3B93-540D-44A6-A673-D2297355D563}, 7.0.0] at relative path [] 2024-08-15 16:58:30.314 [REPO] Did not find an Id { ARP\Machine\X64\{486B3B93-540D-44A6-A673-D2297355D563} } 2024-08-15 16:58:30.315 [REPO] Skipping {4AB1C7BA-2E13-35DB-8D68-F39A670A5F75} because it is a SystemComponent 2024-08-15 16:58:30.315 [REPO] Adding manifest for [ARP\Machine\X64\{4CA20D9A-98AC-4DD6-9C16-7449F29AC08A}_is1, 1.0.0] at relative path [] 2024-08-15 16:58:30.315 [REPO] Did not find an Id { ARP\Machine\X64\{4CA20D9A-98AC-4DD6-9C16-7449F29AC08A}_is1 } 2024-08-15 16:58:30.316 [REPO] Skipping {4F92028E-C960-4E70-B04F-EA2B3E137951} because it is a SystemComponent 2024-08-15 16:58:30.316 [REPO] Skipping {516DE5E2-17F6-4C39-97DD-14436DF8E25F} because it is a SystemComponent 2024-08-15 16:58:30.316 [REPO] Skipping {518CABDD-A838-4C9D-873E-5B3390DCE8AA} because it is a SystemComponent 2024-08-15 16:58:30.316 [REPO] Skipping {53CF6934-A98D-3D84-9146-FC4EDF3D5641} because it is a SystemComponent 2024-08-15 16:58:30.316 [REPO] Skipping {568F99E8-9F2D-48D7-A05D-D64C512B3AFD} because it is a SystemComponent 2024-08-15 16:58:30.316 [REPO] Skipping {57F33504-26E0-400A-88BF-08DE38F23925} because it is a SystemComponent 2024-08-15 16:58:30.317 [REPO] Skipping {59C4A6C5-E254-4819-B254-0B4FF17747EB} because it is a SystemComponent 2024-08-15 16:58:30.317 [REPO] Skipping {59CED48F-EBFE-480C-8A38-FC079C2BEC0F} because it is a SystemComponent 2024-08-15 16:58:30.317 [REPO] Skipping {5C67AF85-8F17-49C9-854F-8E40208ECFBE} because it is a SystemComponent 2024-08-15 16:58:30.317 [REPO] Skipping {5CA9E191-37EF-4DC4-BA01-87E0E73B035B} because it is a SystemComponent 2024-08-15 16:58:30.317 [REPO] Skipping {5CF4E75C-03D0-445A-8ADD-6EB0FE4B4648} because it is a SystemComponent 2024-08-15 16:58:30.317 [REPO] Adding manifest for [ARP\Machine\X64\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}, 9.0.30729.6161] at relative path [] 2024-08-15 16:58:30.317 [REPO] Did not find an Id { ARP\Machine\X64\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4} } 2024-08-15 16:58:30.318 [REPO] Adding manifest for [ARP\Machine\X64\{60FAB781-18F2-4D2B-A8E7-B3AADD327955}_is1, 2.1.32.800] at relative path [] 2024-08-15 16:58:30.318 [REPO] Did not find an Id { ARP\Machine\X64\{60FAB781-18F2-4D2B-A8E7-B3AADD327955}_is1 } 2024-08-15 16:58:30.319 [REPO] Skipping {6204E232-6522-4B6E-B22C-4F0DF7CCA27C} because it is a SystemComponent 2024-08-15 16:58:30.319 [REPO] Skipping {62A8E894-9FD1-45A0-A4D0-BD9FA854818D} because it is a SystemComponent 2024-08-15 16:58:30.319 [REPO] Adding manifest for [ARP\Machine\X64\{6351CDAC-7961-44A5-8C07-B4F25220EE14}_is1, 4.0.11] at relative path [] 2024-08-15 16:58:30.319 [REPO] Did not find an Id { ARP\Machine\X64\{6351CDAC-7961-44A5-8C07-B4F25220EE14}_is1 } 2024-08-15 16:58:30.321 [REPO] Skipping {64E54487-0E1A-4534-87C1-37239AEEB2BE} because it is a SystemComponent 2024-08-15 16:58:30.321 [REPO] Skipping {663E7053-3B36-4AE5-8223-234867FAEAE6} because it is a SystemComponent 2024-08-15 16:58:30.321 [REPO] Skipping {6894E409-CB60-4A57-A8DA-01E53F497994} because it is a SystemComponent 2024-08-15 16:58:30.321 [REPO] Skipping {69B1631F-5F98-4C6C-B757-46B0ECC8EDBB} because it is a SystemComponent 2024-08-15 16:58:30.321 [REPO] Skipping {6B7E3789-27EB-42C2-8954-20D0FCF9BAD9} because it is a SystemComponent 2024-08-15 16:58:30.321 [REPO] Skipping {6BF59E75-BE05-4C69-9C48-3532B6DE0EC5} because it is a SystemComponent 2024-08-15 16:58:30.321 [REPO] Adding manifest for [ARP\Machine\X64\{6F320B93-EE3C-4826-85E0-ADF79F8D4C61}, 3.11.2177.7163] at relative path [] 2024-08-15 16:58:30.321 [REPO] Did not find an Id { ARP\Machine\X64\{6F320B93-EE3C-4826-85E0-ADF79F8D4C61} } 2024-08-15 16:58:30.322 [REPO] Skipping {72C29BED-666F-4E5E-BC49-DF44C890742E} because it is a SystemComponent 2024-08-15 16:58:30.322 [REPO] Skipping {7FE24458-0796-4428-99C2-9A0F8DAB93CC} because it is a SystemComponent 2024-08-15 16:58:30.322 [REPO] Adding manifest for [ARP\Machine\X64\{850cdc16-85df-4052-b06e-4e3e9e83c5c6}, 1.80.601141] at relative path [] 2024-08-15 16:58:30.322 [REPO] Did not find an Id { ARP\Machine\X64\{850cdc16-85df-4052-b06e-4e3e9e83c5c6} } 2024-08-15 16:58:30.323 [REPO] Skipping {854B6E23-DB23-4469-94B2-24BC3BDCA96E} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {8584855C-3B2B-4F95-BE1D-CCA5B6DE2815} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {86B0E6C1-32E0-42CC-BC4F-BF3C0730CECB} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {8A63454D-8E13-4014-821F-DFA1082EC183} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {8B5384CA-D189-4CFE-8DF0-2D05B4EA8499} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {93FD7D11-2248-48DF-84A9-8F66E45E3417} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {976580F3-B710-4C76-8D12-EB1905833370} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {98927287-8779-447A-919E-73028D53F719} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Skipping {9ACB23DB-4D32-49ED-A5E3-F4E2F8D9D2AA} because it is a SystemComponent 2024-08-15 16:58:30.323 [REPO] Adding manifest for [ARP\Machine\X64\{9B512822-E3B5-4D72-8CE2-61544D75463C}, 1.3.46.0] at relative path [] 2024-08-15 16:58:30.323 [REPO] Did not find an Id { ARP\Machine\X64\{9B512822-E3B5-4D72-8CE2-61544D75463C} } 2024-08-15 16:58:30.324 [REPO] Skipping {9C91AE94-81AB-4A5F-8B95-FB1478450EC6} because it is a SystemComponent 2024-08-15 16:58:30.324 [REPO] Skipping {9D1150CA-4E91-4CEA-8653-6D7026137090} because it is a SystemComponent 2024-08-15 16:58:30.325 [REPO] Skipping {9EFD0CF9-17ED-422A-8227-16DFDD867EC4} because it is a SystemComponent 2024-08-15 16:58:30.325 [REPO] Skipping {9F6AA59A-AF40-32FB-9707-DDB1D80D42C3} because it is a SystemComponent 2024-08-15 16:58:30.325 [REPO] Adding manifest for [ARP\Machine\X64\{9FD91C5C-44AE-4D9D-85BE-AE52816B0294}, 30.100.2020.7] at relative path [] 2024-08-15 16:58:30.325 [REPO] Did not find an Id { ARP\Machine\X64\{9FD91C5C-44AE-4D9D-85BE-AE52816B0294} } 2024-08-15 16:58:30.326 [REPO] Skipping {A4FD1CAB-F73A-4B7D-A093-FCA1FE3EE183} because it is a SystemComponent 2024-08-15 16:58:30.326 [REPO] Skipping {A514DED0-F02D-48FA-8E38-E88652946E47} because it is a SystemComponent 2024-08-15 16:58:30.326 [REPO] Skipping {A59F43A6-AADB-42EB-883B-2FE4E3AA3A69} because it is a SystemComponent 2024-08-15 16:58:30.326 [REPO] Skipping {A7036CFB-B403-4598-85FF-D397ABB88173} because it is a SystemComponent 2024-08-15 16:58:30.326 [REPO] Skipping {A721F6FD-9ED5-4D0A-9D14-FB1F7E97D24F} because it is a SystemComponent 2024-08-15 16:58:30.326 [REPO] Adding manifest for [ARP\Machine\X64\{A8DFE386-5055-48F6-95C9-8DF312812625}, 3.15.0] at relative path [] 2024-08-15 16:58:30.326 [REPO] Did not find an Id { ARP\Machine\X64\{A8DFE386-5055-48F6-95C9-8DF312812625} } 2024-08-15 16:58:30.328 [REPO] Skipping {B0FC828F-678C-4868-9B5B-99639758E6F3} because it is a SystemComponent 2024-08-15 16:58:30.328 [REPO] Adding manifest for [ARP\Machine\X64\{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_Display.Driver, 556.12] at relative path [] 2024-08-15 16:58:30.328 [REPO] Did not find an Id { ARP\Machine\X64\{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_Display.Driver } 2024-08-15 16:58:30.330 [REPO] Skipping {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_installer because it is a SystemComponent 2024-08-15 16:58:30.330 [REPO] Skipping {B5A57BF9-FC7A-4FA6-BAEB-46E173986DF3} because it is a SystemComponent 2024-08-15 16:58:30.330 [REPO] Skipping {B8B3BB4A-A10D-4F51-91B7-A64FFAC31EA7} because it is a SystemComponent 2024-08-15 16:58:30.330 [REPO] Adding manifest for [ARP\Machine\X64\{B8F14C75-4C2A-4F80-B017-CE8FABC134E1}, 6.4.3.0] at relative path [] 2024-08-15 16:58:30.330 [REPO] Did not find an Id { ARP\Machine\X64\{B8F14C75-4C2A-4F80-B017-CE8FABC134E1} } 2024-08-15 16:58:30.331 [REPO] Skipping {BB03A87B-4F96-44EF-AFAC-3F2D9F9CEDEA} because it is a SystemComponent 2024-08-15 16:58:30.331 [REPO] Skipping {BBA9C60D-75E7-44EE-922D-069AA85C8EC1} because it is a SystemComponent 2024-08-15 16:58:30.331 [REPO] Skipping {BD401329-F877-391C-9E5A-FEB423C5A196} because it is a SystemComponent 2024-08-15 16:58:30.331 [REPO] Skipping {BDE43F26-5917-44F8-B86A-F1D9A6B80B32} because it is a SystemComponent 2024-08-15 16:58:30.331 [REPO] Adding manifest for [ARP\Machine\X64\{C207AD7B-AE16-4A26-B31C-F79880F30A22}}_is1, 0.64] at relative path [] 2024-08-15 16:58:30.331 [REPO] Did not find an Id { ARP\Machine\X64\{C207AD7B-AE16-4A26-B31C-F79880F30A22}}_is1 } 2024-08-15 16:58:30.333 [REPO] Skipping {C2863251-07E7-44A0-B2F8-4C4E2AF08937} because it is a SystemComponent 2024-08-15 16:58:30.333 [REPO] Skipping {C6E3AC97-940D-46E5-8C35-04927431D008} because it is a SystemComponent 2024-08-15 16:58:30.333 [REPO] Adding manifest for [ARP\Machine\X64\{C6F34AE0-0576-11d4-82FE-4491FCC00000}, 3.2.147] at relative path [] 2024-08-15 16:58:30.333 [REPO] Did not find an Id { ARP\Machine\X64\{C6F34AE0-0576-11d4-82FE-4491FCC00000} } 2024-08-15 16:58:30.334 [REPO] Adding manifest for [ARP\Machine\X64\{C6FD611E-7EFE-488C-A0E0-974C09EF6473}, 5.72.0.0] at relative path [] 2024-08-15 16:58:30.334 [REPO] Did not find an Id { ARP\Machine\X64\{C6FD611E-7EFE-488C-A0E0-974C09EF6473} } 2024-08-15 16:58:30.335 [REPO] Skipping {C85DF635-763A-4B7F-A325-D9C885E48148} because it is a SystemComponent 2024-08-15 16:58:30.335 [REPO] Skipping {CA4FE2DB-2E1C-453B-B8C9-960AB929E5B4} because it is a SystemComponent 2024-08-15 16:58:30.335 [REPO] Adding manifest for [ARP\Machine\X64\{CA8F10D6-31EC-42F4-A94E-0061A5D183D1}, 17.5.2] at relative path [] 2024-08-15 16:58:30.335 [REPO] Did not find an Id { ARP\Machine\X64\{CA8F10D6-31EC-42F4-A94E-0061A5D183D1} } 2024-08-15 16:58:30.336 [REPO] Skipping {CE79B4DA-3D44-493D-8EDC-9CAAD46C7DEF} because it is a SystemComponent 2024-08-15 16:58:30.336 [REPO] Adding manifest for [ARP\Machine\X64\{D2F1F29D-6136-48A8-A3AE-8952E24C65B5}, 5.57.0] at relative path [] 2024-08-15 16:58:30.336 [REPO] Did not find an Id { ARP\Machine\X64\{D2F1F29D-6136-48A8-A3AE-8952E24C65B5} } 2024-08-15 16:58:30.337 [REPO] Adding manifest for [ARP\Machine\X64\{D31E6E69-4C6A-42CC-926F-CC7B186864EB}_is1, 3.5.9.9] at relative path [] 2024-08-15 16:58:30.337 [REPO] Did not find an Id { ARP\Machine\X64\{D31E6E69-4C6A-42CC-926F-CC7B186864EB}_is1 } 2024-08-15 16:58:30.339 [REPO] Skipping {D404A759-EC9F-4C95-A9FD-2CC8EFF89E03} because it is a SystemComponent 2024-08-15 16:58:30.339 [REPO] Adding manifest for [ARP\Machine\X64\{D439DC87-0765-4B55-A29D-813C13052D1C}, 7.4.4.0] at relative path [] 2024-08-15 16:58:30.339 [REPO] Did not find an Id { ARP\Machine\X64\{D439DC87-0765-4B55-A29D-813C13052D1C} } 2024-08-15 16:58:30.340 [REPO] Skipping {D582EFF4-AE1D-4FB4-A479-80D794482303} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Skipping {DA718382-BEB8-4B6D-BAF5-138A03F8CF26} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Skipping {DBB48387-294D-4179-81CB-B06A97F8CD8E} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Skipping {DD4C55D7-B644-4274-AEC9-77AAB3FB00F2} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Skipping {DFE9C1B1-B059-46C6-8272-A4975CE7C844} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Skipping {E1EE241B-E1C5-4AE4-8350-172935F11BB0} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Skipping {E4C64A61-464D-4130-8722-5E9BD38A0424} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Skipping {E81E3299-FFE8-442B-8EA2-5F72CFF0AF9A} because it is a SystemComponent 2024-08-15 16:58:30.340 [REPO] Adding manifest for [ARP\Machine\X64\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1, 1.92.1] at relative path [] 2024-08-15 16:58:30.340 [REPO] Did not find an Id { ARP\Machine\X64\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1 } 2024-08-15 16:58:30.341 [REPO] Skipping {EA5925BC-9240-4DF5-BC08-F0F37AFF1A78} because it is a SystemComponent 2024-08-15 16:58:30.341 [REPO] Skipping {EE5EB03B-D65C-4991-848E-2C6E024326DB} because it is a SystemComponent 2024-08-15 16:58:30.341 [REPO] Skipping {F3AEB036-4B8A-4C25-B4D2-850944E909C4} because it is a SystemComponent 2024-08-15 16:58:30.341 [REPO] Skipping {F4E591C2-810D-4D36-B4F9-DC55103019D1} because it is a SystemComponent 2024-08-15 16:58:30.341 [REPO] Adding manifest for [ARP\Machine\X64\{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1, 5.8.0.0] at relative path [] 2024-08-15 16:58:30.341 [REPO] Did not find an Id { ARP\Machine\X64\{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1 } 2024-08-15 16:58:30.342 [REPO] Skipping {F590F859-2F6A-4559-9D09-A8FC442AF16B} because it is a SystemComponent 2024-08-15 16:58:30.342 [REPO] Skipping {F69305BE-6EFA-45D0-9635-752373304A1A} because it is a SystemComponent 2024-08-15 16:58:30.343 [REPO] Skipping {F6FBF64F-D459-4F03-BF3B-C0A36A0596A2} because it is a SystemComponent 2024-08-15 16:58:30.343 [REPO] Skipping {FBF244F9-0912-4C4D-86C0-DF787B787A9A} because it is a SystemComponent 2024-08-15 16:58:30.343 [REPO] Skipping {FEB76EC8-02F4-46E6-8031-BE403766D13A} because it is a SystemComponent 2024-08-15 16:58:30.343 [REPO] Examining ARP entries for Machine | X86 2024-08-15 16:58:30.343 [REPO] Adding manifest for [ARP\Machine\X86\aab4d24c, 17.11.0] at relative path [] 2024-08-15 16:58:30.343 [REPO] Did not find an Id { ARP\Machine\X86\aab4d24c } 2024-08-15 16:58:30.344 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.344 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-15 16:58:30.344 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.344 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.344 [REPO] Adding manifest for [ARP\Machine\X86\FileOptimizer, 16.6.0.0] at relative path [] 2024-08-15 16:58:30.344 [REPO] Did not find an Id { ARP\Machine\X86\FileOptimizer } 2024-08-15 16:58:30.345 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.345 [REPO] Adding manifest for [ARP\Machine\X86\Google Chrome, 127.0.6533.101] at relative path [] 2024-08-15 16:58:30.345 [REPO] Did not find an Id { ARP\Machine\X86\Google Chrome } 2024-08-15 16:58:30.346 [REPO] Adding manifest for [ARP\Machine\X86\GPAC, Unknown] at relative path [] 2024-08-15 16:58:30.346 [REPO] Did not find an Id { ARP\Machine\X86\GPAC } 2024-08-15 16:58:30.347 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.347 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.347 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.347 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.347 [REPO] Adding manifest for [ARP\Machine\X86\KeePassPasswordSafe2_is1, 2.57] at relative path [] 2024-08-15 16:58:30.347 [REPO] Did not find an Id { ARP\Machine\X86\KeePassPasswordSafe2_is1 } 2024-08-15 16:58:30.348 [REPO] Adding manifest for [ARP\Machine\X86\KLiteCodecPack_is1, 18.0.5] at relative path [] 2024-08-15 16:58:30.348 [REPO] Did not find an Id { ARP\Machine\X86\KLiteCodecPack_is1 } 2024-08-15 16:58:30.350 [REPO] Adding manifest for [ARP\Machine\X86\MakeMKV, v1.17.7] at relative path [] 2024-08-15 16:58:30.350 [REPO] Did not find an Id { ARP\Machine\X86\MakeMKV } 2024-08-15 16:58:30.351 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge, 127.0.2651.98] at relative path [] 2024-08-15 16:58:30.351 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge } 2024-08-15 16:58:30.352 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge Update, 1.3.195.15] at relative path [] 2024-08-15 16:58:30.352 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge Update } 2024-08-15 16:58:30.352 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft EdgeWebView, 127.0.2651.98] at relative path [] 2024-08-15 16:58:30.352 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft EdgeWebView } 2024-08-15 16:58:30.353 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.353 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.354 [REPO] Adding manifest for [ARP\Machine\X86\NpcapInst, 1.55] at relative path [] 2024-08-15 16:58:30.354 [REPO] Did not find an Id { ARP\Machine\X86\NpcapInst } 2024-08-15 16:58:30.355 [REPO] Adding manifest for [ARP\Machine\X86\PhotoQt, Unknown] at relative path [] 2024-08-15 16:58:30.355 [REPO] Did not find an Id { ARP\Machine\X86\PhotoQt } 2024-08-15 16:58:30.355 [REPO] Adding manifest for [ARP\Machine\X86\Plex, 1.97.2] at relative path [] 2024-08-15 16:58:30.355 [REPO] Did not find an Id { ARP\Machine\X86\Plex } 2024-08-15 16:58:30.356 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.356 [REPO] Adding manifest for [ARP\Machine\X86\Steam, 2.10.91.91] at relative path [] 2024-08-15 16:58:30.356 [REPO] Did not find an Id { ARP\Machine\X86\Steam } 2024-08-15 16:58:30.357 [REPO] Adding manifest for [ARP\Machine\X86\ThinkPad Thunderbolt 3 Dock_is1, 1.001.8] at relative path [] 2024-08-15 16:58:30.357 [REPO] Did not find an Id { ARP\Machine\X86\ThinkPad Thunderbolt 3 Dock_is1 } 2024-08-15 16:58:30.359 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.359 [REPO] Adding manifest for [ARP\Machine\X86\Wireshark, 4.2.6] at relative path [] 2024-08-15 16:58:30.359 [REPO] Did not find an Id { ARP\Machine\X86\Wireshark } 2024-08-15 16:58:30.360 [REPO] Adding manifest for [ARP\Machine\X86\yubikey-manager, 1.2.6] at relative path [] 2024-08-15 16:58:30.360 [REPO] Did not find an Id { ARP\Machine\X86\yubikey-manager } 2024-08-15 16:58:30.361 [REPO] Adding manifest for [ARP\Machine\X86\yubikey-personalization-gui, 3.1.25] at relative path [] 2024-08-15 16:58:30.361 [REPO] Did not find an Id { ARP\Machine\X86\yubikey-personalization-gui } 2024-08-15 16:58:30.362 [REPO] Adding manifest for [ARP\Machine\X86\{00000060-0230-1044-84C8-B8D95FA3C8C3}, 23.60.0.1] at relative path [] 2024-08-15 16:58:30.362 [REPO] Did not find an Id { ARP\Machine\X86\{00000060-0230-1044-84C8-B8D95FA3C8C3} } 2024-08-15 16:58:30.363 [REPO] Adding manifest for [ARP\Machine\X86\{04201224-2B34-4EE7-862B-B7BBF89DB3AB}, 11.15.0327.2024] at relative path [] 2024-08-15 16:58:30.363 [REPO] Did not find an Id { ARP\Machine\X86\{04201224-2B34-4EE7-862B-B7BBF89DB3AB} } 2024-08-15 16:58:30.364 [REPO] Adding manifest for [ARP\Machine\X86\{042d26ef-3dbe-4c25-95d3-4c1b11b235a7}, 12.0.40664.0] at relative path [] 2024-08-15 16:58:30.364 [REPO] Did not find an Id { ARP\Machine\X86\{042d26ef-3dbe-4c25-95d3-4c1b11b235a7} } 2024-08-15 16:58:30.365 [REPO] Skipping {0703311b-31d5-4c17-9668-c48dee4b7749} because it is a SystemComponent 2024-08-15 16:58:30.366 [REPO] Adding manifest for [ARP\Machine\X86\{0A46A65D-89AC-464C-8026-3CD44960BD04}, 6.3.9600.2370] at relative path [] 2024-08-15 16:58:30.366 [REPO] Did not find an Id { ARP\Machine\X86\{0A46A65D-89AC-464C-8026-3CD44960BD04} } 2024-08-15 16:58:30.367 [REPO] Skipping {0C3457A0-3DCE-4A33-BEF0-9B528C557771} because it is a SystemComponent 2024-08-15 16:58:30.367 [REPO] Skipping {0c4a8fdd-5125-4b00-8a64-4837477f3997} because it is a SystemComponent 2024-08-15 16:58:30.367 [REPO] Adding manifest for [ARP\Machine\X86\{1784A8CD-F7FE-47E2-A87D-1F31E7242D0D}, 4.7.03062] at relative path [] 2024-08-15 16:58:30.367 [REPO] Did not find an Id { ARP\Machine\X86\{1784A8CD-F7FE-47E2-A87D-1F31E7242D0D} } 2024-08-15 16:58:30.368 [REPO] Skipping {18b616d9-4adb-4666-82ce-a8a4337bd269} because it is a SystemComponent 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2151757 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2467173 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2524860 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2544655 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2549743 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2565063 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2608539 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2689322 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.368 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2723430 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.369 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2821701 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.369 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2845370 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.369 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2890375 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.369 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB982573 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.369 [REPO] Skipping {1fe0084f-3e2b-4ba9-a4a6-c33f56e7f886} because it is a SystemComponent 2024-08-15 16:58:30.369 [REPO] Skipping {205ef3a8-937b-43cb-90fc-2f58f71408d8} because it is a SystemComponent 2024-08-15 16:58:30.369 [REPO] Adding manifest for [ARP\Machine\X86\{2600102a-dac2-4b2a-8257-df60c573fc29}, 5.5.7.18773] at relative path [] 2024-08-15 16:58:30.369 [REPO] Did not find an Id { ARP\Machine\X86\{2600102a-dac2-4b2a-8257-df60c573fc29} } 2024-08-15 16:58:30.370 [REPO] Skipping {2A1FB39E-C04E-4DD1-A8E9-5AF8E4DC5DDA} because it is a SystemComponent 2024-08-15 16:58:30.370 [REPO] Adding manifest for [ARP\Machine\X86\{31688237-5491-4d47-bf20-37a3a113b798}, 6.17.21301] at relative path [] 2024-08-15 16:58:30.370 [REPO] Did not find an Id { ARP\Machine\X86\{31688237-5491-4d47-bf20-37a3a113b798} } 2024-08-15 16:58:30.371 [REPO] Skipping {34663e82-6c5e-4b48-b1b1-fee1881dc39b} because it is a SystemComponent 2024-08-15 16:58:30.371 [REPO] Adding manifest for [ARP\Machine\X86\{362ea044-f96f-45c7-b59f-0dbe5ca98ff4}, 7.0.20.33720] at relative path [] 2024-08-15 16:58:30.371 [REPO] Did not find an Id { ARP\Machine\X86\{362ea044-f96f-45c7-b59f-0dbe5ca98ff4} } 2024-08-15 16:58:30.372 [REPO] Skipping {3ef1fc32-716a-4106-8753-508ce6d0b270} because it is a SystemComponent 2024-08-15 16:58:30.372 [REPO] Skipping {45BF09E7-745C-4EA8-AB3D-2F734AB57EB2} because it is a SystemComponent 2024-08-15 16:58:30.372 [REPO] Adding manifest for [ARP\Machine\X86\{47109d57-d746-4f8b-9618-ed6a17cc922b}, 14.40.33810.0] at relative path [] 2024-08-15 16:58:30.373 [REPO] Did not find an Id { ARP\Machine\X86\{47109d57-d746-4f8b-9618-ed6a17cc922b} } 2024-08-15 16:58:30.374 [REPO] Adding manifest for [ARP\Machine\X86\{4760b20b-ecb4-47a9-9d48-0f2158d0ac78}, 8.2.624.27209] at relative path [] 2024-08-15 16:58:30.374 [REPO] Did not find an Id { ARP\Machine\X86\{4760b20b-ecb4-47a9-9d48-0f2158d0ac78} } 2024-08-15 16:58:30.375 [REPO] Skipping {488D2737-A8BE-4F2A-8A9B-AEFF2DB8833F} because it is a SystemComponent 2024-08-15 16:58:30.375 [REPO] Skipping {4FB48B50-C8BF-4EC5-983E-F740A6B05FAF} because it is a SystemComponent 2024-08-15 16:58:30.375 [REPO] Skipping {56b89a97-2659-4931-bffa-4b136a521eb1} because it is a SystemComponent 2024-08-15 16:58:30.375 [REPO] Skipping {5845E00D-7409-475B-B7F3-D88C2598D7D4} because it is a SystemComponent 2024-08-15 16:58:30.375 [REPO] Adding manifest for [ARP\Machine\X86\{5af95fd8-a22e-458f-acee-c61bd787178e}, 14.40.33810.0] at relative path [] 2024-08-15 16:58:30.376 [REPO] Did not find an Id { ARP\Machine\X86\{5af95fd8-a22e-458f-acee-c61bd787178e} } 2024-08-15 16:58:30.377 [REPO] Skipping {5E7CA2F5-FE75-4D40-8533-653524E82407} because it is a SystemComponent 2024-08-15 16:58:30.377 [REPO] Skipping {5EA6C998-D5AC-4ED9-89C3-9F25B17CCD3D} because it is a SystemComponent 2024-08-15 16:58:30.377 [REPO] Adding manifest for [ARP\Machine\X86\{5F01B3C4-9BEC-465D-9C68-BB97D381FFAD}, 4.6.01590] at relative path [] 2024-08-15 16:58:30.377 [REPO] Did not find an Id { ARP\Machine\X86\{5F01B3C4-9BEC-465D-9C68-BB97D381FFAD} } 2024-08-15 16:58:30.378 [REPO] Skipping {6493bd69-f9cb-4069-b7cc-4f9f6f859ff9} because it is a SystemComponent 2024-08-15 16:58:30.378 [REPO] Adding manifest for [ARP\Machine\X86\{6c2f4b5b-86d2-4aff-bf79-d1e73cc20ab3}, 7.0.20.24269] at relative path [] 2024-08-15 16:58:30.378 [REPO] Did not find an Id { ARP\Machine\X86\{6c2f4b5b-86d2-4aff-bf79-d1e73cc20ab3} } 2024-08-15 16:58:30.379 [REPO] Skipping {6E1E4E9A-2444-420C-A425-9C219C795A4F} because it is a SystemComponent 2024-08-15 16:58:30.379 [REPO] Adding manifest for [ARP\Machine\X86\{70DE02E8-FBDD-4892-9B21-117DCA1DD553}_is1, 1.2.6.9] at relative path [] 2024-08-15 16:58:30.379 [REPO] Did not find an Id { ARP\Machine\X86\{70DE02E8-FBDD-4892-9B21-117DCA1DD553}_is1 } 2024-08-15 16:58:30.381 [REPO] Adding manifest for [ARP\Machine\X86\{754bcfb5-42ac-4c12-8f12-b818943a1365}, 8.0.7.33814] at relative path [] 2024-08-15 16:58:30.381 [REPO] Did not find an Id { ARP\Machine\X86\{754bcfb5-42ac-4c12-8f12-b818943a1365} } 2024-08-15 16:58:30.382 [REPO] Adding manifest for [ARP\Machine\X86\{75ff833d-c7ea-449a-80c9-cc8799274a16}, 1.51.0.0] at relative path [] 2024-08-15 16:58:30.382 [REPO] Did not find an Id { ARP\Machine\X86\{75ff833d-c7ea-449a-80c9-cc8799274a16} } 2024-08-15 16:58:30.383 [REPO] Adding manifest for [ARP\Machine\X86\{7CBA9009-7EA4-338B-893D-9607CD829ADF}, 9.0.30729.7523] at relative path [] 2024-08-15 16:58:30.383 [REPO] Did not find an Id { ARP\Machine\X86\{7CBA9009-7EA4-338B-893D-9607CD829ADF} } 2024-08-15 16:58:30.385 [REPO] Adding manifest for [ARP\Machine\X86\{7D4A3D49-EFBB-8835-6523-A4437F7F34B1}, 10.1.22621.755] at relative path [] 2024-08-15 16:58:30.385 [REPO] Did not find an Id { ARP\Machine\X86\{7D4A3D49-EFBB-8835-6523-A4437F7F34B1} } 2024-08-15 16:58:30.386 [REPO] Skipping {7e58df71-ff1c-43fd-a618-5511b76c0dd9} because it is a SystemComponent 2024-08-15 16:58:30.386 [REPO] Skipping {8122DAB1-ED4D-3676-BB0A-CA368196543E} because it is a SystemComponent 2024-08-15 16:58:30.386 [REPO] Adding manifest for [ARP\Machine\X86\{81e52d1e-fc80-48f4-8748-e0cffc44ad4f}, 6.4.2524.37903] at relative path [] 2024-08-15 16:58:30.386 [REPO] Did not find an Id { ARP\Machine\X86\{81e52d1e-fc80-48f4-8748-e0cffc44ad4f} } 2024-08-15 16:58:30.387 [REPO] Adding manifest for [ARP\Machine\X86\{81EF376F-C9A1-42A3-8997-22A1DE4687F0}, 4.8.09037] at relative path [] 2024-08-15 16:58:30.387 [REPO] Did not find an Id { ARP\Machine\X86\{81EF376F-C9A1-42A3-8997-22A1DE4687F0} } 2024-08-15 16:58:30.388 [REPO] Adding manifest for [ARP\Machine\X86\{8DD67B10-D676-4CCF-B141-E17A6B135016}, 4.8.09037] at relative path [] 2024-08-15 16:58:30.388 [REPO] Did not find an Id { ARP\Machine\X86\{8DD67B10-D676-4CCF-B141-E17A6B135016} } 2024-08-15 16:58:30.390 [REPO] Adding manifest for [ARP\Machine\X86\{8EA79DBF-D637-448A-89D6-410A087A4493}, 1.00.0000] at relative path [] 2024-08-15 16:58:30.390 [REPO] Did not find an Id { ARP\Machine\X86\{8EA79DBF-D637-448A-89D6-410A087A4493} } 2024-08-15 16:58:30.391 [REPO] Adding manifest for [ARP\Machine\X86\{8FECE42C-871F-4A52-BE1A-1D162C80C705}, 3.6.373.0] at relative path [] 2024-08-15 16:58:30.391 [REPO] Did not find an Id { ARP\Machine\X86\{8FECE42C-871F-4A52-BE1A-1D162C80C705} } 2024-08-15 16:58:30.392 [REPO] Skipping {9454a0e6-0762-48ec-b153-2a75b252d1fb} because it is a SystemComponent 2024-08-15 16:58:30.392 [REPO] Adding manifest for [ARP\Machine\X86\{9BE518E6-ECC6-35A9-88E4-87755C07200F}, 9.0.30729.6161] at relative path [] 2024-08-15 16:58:30.392 [REPO] Did not find an Id { ARP\Machine\X86\{9BE518E6-ECC6-35A9-88E4-87755C07200F} } 2024-08-15 16:58:30.393 [REPO] Adding manifest for [ARP\Machine\X86\{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece}, 12.0.40664.0] at relative path [] 2024-08-15 16:58:30.393 [REPO] Did not find an Id { ARP\Machine\X86\{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece} } 2024-08-15 16:58:30.395 [REPO] Adding manifest for [ARP\Machine\X86\{A18D4C2A-07A8-40E4-9797-DD324E6EA4FC}, 4.6.01590] at relative path [] 2024-08-15 16:58:30.395 [REPO] Did not find an Id { ARP\Machine\X86\{A18D4C2A-07A8-40E4-9797-DD324E6EA4FC} } 2024-08-15 16:58:30.396 [REPO] Adding manifest for [ARP\Machine\X86\{A304E528-86BF-476D-AEED-72B7D88CA4BC}, 4.8.09037] at relative path [] 2024-08-15 16:58:30.396 [REPO] Did not find an Id { ARP\Machine\X86\{A304E528-86BF-476D-AEED-72B7D88CA4BC} } 2024-08-15 16:58:30.397 [REPO] Skipping {A59EAC01-288D-41BA-B6F2-3DF78DEA16E0} because it is a SystemComponent 2024-08-15 16:58:30.397 [REPO] Skipping {aa268773-4cc1-4c34-a3bd-80bb39857916} because it is a SystemComponent 2024-08-15 16:58:30.397 [REPO] Skipping {AB3E3E33-5938-42C8-8A56-DD883DA35667} because it is a SystemComponent 2024-08-15 16:58:30.397 [REPO] Adding manifest for [ARP\Machine\X86\{AD1F63E4-F31F-48A2-BB8D-CF7B96CC46A0}, 5.4.0] at relative path [] 2024-08-15 16:58:30.397 [REPO] Did not find an Id { ARP\Machine\X86\{AD1F63E4-F31F-48A2-BB8D-CF7B96CC46A0} } 2024-08-15 16:58:30.399 [REPO] Adding manifest for [ARP\Machine\X86\{B517DBD3-B542-4FC8-9957-FFB2C3E65D1D}, 4.7.03062] at relative path [] 2024-08-15 16:58:30.399 [REPO] Did not find an Id { ARP\Machine\X86\{B517DBD3-B542-4FC8-9957-FFB2C3E65D1D} } 2024-08-15 16:58:30.400 [REPO] Skipping {BB146BF9-C611-4E6F-899A-9A4822283EC3} because it is a SystemComponent 2024-08-15 16:58:30.400 [REPO] Adding manifest for [ARP\Machine\X86\{C80951BD-6904-474F-BBC5-03A6C777F37C}, 4.6.01590] at relative path [] 2024-08-15 16:58:30.400 [REPO] Did not find an Id { ARP\Machine\X86\{C80951BD-6904-474F-BBC5-03A6C777F37C} } 2024-08-15 16:58:30.401 [REPO] Adding manifest for [ARP\Machine\X86\{d3995ae3-fbd9-43ce-8994-9af750d4380a}, 8.3.424.37202] at relative path [] 2024-08-15 16:58:30.401 [REPO] Did not find an Id { ARP\Machine\X86\{d3995ae3-fbd9-43ce-8994-9af750d4380a} } 2024-08-15 16:58:30.402 [REPO] Skipping {D401961D-3A20-3AC7-943B-6139D5BD490A} because it is a SystemComponent 2024-08-15 16:58:30.403 [REPO] Skipping {D662C345-04FD-4F6C-AB68-B9BC6D6A5D2F} because it is a SystemComponent 2024-08-15 16:58:30.403 [REPO] Skipping {D71432C2-2031-48F6-A6E7-1DD13BF1FD28} because it is a SystemComponent 2024-08-15 16:58:30.403 [REPO] Skipping {d8ebe554-4504-4ade-ada9-8617c4525581} because it is a SystemComponent 2024-08-15 16:58:30.403 [REPO] Adding manifest for [ARP\Machine\X86\{DADC7AB0-E554-4705-9F6A-83EA82ED708E}, 2.0.7.3] at relative path [] 2024-08-15 16:58:30.403 [REPO] Did not find an Id { ARP\Machine\X86\{DADC7AB0-E554-4705-9F6A-83EA82ED708E} } 2024-08-15 16:58:30.404 [REPO] Adding manifest for [ARP\Machine\X86\{E4B94748-555B-4785-8A6C-73AD00FDD58B}, 24.4.32.8] at relative path [] 2024-08-15 16:58:30.404 [REPO] Did not find an Id { ARP\Machine\X86\{E4B94748-555B-4785-8A6C-73AD00FDD58B} } 2024-08-15 16:58:30.405 [REPO] Adding manifest for [ARP\Machine\X86\{E911D1D2-99CF-4B4C-A0EB-F92542700426}, 2024.2.3.25184] at relative path [] 2024-08-15 16:58:30.405 [REPO] Did not find an Id { ARP\Machine\X86\{E911D1D2-99CF-4B4C-A0EB-F92542700426} } 2024-08-15 16:58:30.407 [REPO] Adding manifest for [ARP\Machine\X86\{ecb94bc3-963d-412a-b141-8b7c32ef103f}, 6.0.33.33916] at relative path [] 2024-08-15 16:58:30.407 [REPO] Did not find an Id { ARP\Machine\X86\{ecb94bc3-963d-412a-b141-8b7c32ef103f} } 2024-08-15 16:58:30.408 [REPO] Skipping {EE86461C-2B52-4E27-A5ED-4D59819BDD08} because it is a SystemComponent 2024-08-15 16:58:30.408 [REPO] Adding manifest for [ARP\Machine\X86\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}, 10.0.40219] at relative path [] 2024-08-15 16:58:30.408 [REPO] Did not find an Id { ARP\Machine\X86\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} } 2024-08-15 16:58:30.409 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2151757 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.409 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2467173 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.409 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2524860 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.409 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2544655 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.409 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2549743 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2565063 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2608539 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2689322 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2723430 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2821701 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2845370 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2890375 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB982573 because DisplayName is not a REG_SZ value 2024-08-15 16:58:30.410 [REPO] Adding manifest for [ARP\Machine\X86\{F132AF7F-7BCA-4EDE-8A7C-958108FE7DBC}, 6.0.9228.1] at relative path [] 2024-08-15 16:58:30.410 [REPO] Did not find an Id { ARP\Machine\X86\{F132AF7F-7BCA-4EDE-8A7C-958108FE7DBC} } 2024-08-15 16:58:30.411 [REPO] Skipping {f2a88096-3fb7-490f-b289-ad70b99a8f5e} because it is a SystemComponent 2024-08-15 16:58:30.411 [REPO] Skipping {F33C01E3-C9AA-4BC1-9257-34DDC00FF8CA} because it is a SystemComponent 2024-08-15 16:58:30.411 [REPO] Adding manifest for [ARP\Machine\X86\{F42C96C1-746B-442A-B58C-9F0FD5F3AB8A}, 4.7.03081] at relative path [] 2024-08-15 16:58:30.411 [REPO] Did not find an Id { ARP\Machine\X86\{F42C96C1-746B-442A-B58C-9F0FD5F3AB8A} } 2024-08-15 16:58:30.413 [REPO] Skipping {F6235A6B-586B-4B74-91F5-B108C407085D} because it is a SystemComponent 2024-08-15 16:58:30.413 [REPO] Skipping {FF4F617F-E0C2-4D39-B79F-1F13F46DB6EF} because it is a SystemComponent 2024-08-15 16:58:30.413 [REPO] Reading MSI UpgradeCodes 2024-08-15 16:58:30.419 [REPO] Examining ARP entries for User | X64 2024-08-15 16:58:30.419 [REPO] Adding manifest for [ARP\User\X64\7d96caee-06e6-597c-9f2f-c7bb2e0948b4, 7.19.1] at relative path [] 2024-08-15 16:58:30.419 [REPO] Did not find an Id { ARP\User\X64\7d96caee-06e6-597c-9f2f-c7bb2e0948b4 } 2024-08-15 16:58:30.420 [REPO] Adding manifest for [ARP\User\X64\Discord, 1.0.9017] at relative path [] 2024-08-15 16:58:30.420 [REPO] Did not find an Id { ARP\User\X64\Discord } 2024-08-15 16:58:30.421 [REPO] Adding manifest for [ARP\User\X64\dupeGuru, 4.3.1] at relative path [] 2024-08-15 16:58:30.421 [REPO] Did not find an Id { ARP\User\X64\dupeGuru } 2024-08-15 16:58:30.422 [REPO] Adding manifest for [ARP\User\X64\FileZilla Client, 3.67.1] at relative path [] 2024-08-15 16:58:30.422 [REPO] Did not find an Id { ARP\User\X64\FileZilla Client } 2024-08-15 16:58:30.423 [REPO] Adding manifest for [ARP\User\X64\GIMP-2_is1, 2.10.38] at relative path [] 2024-08-15 16:58:30.424 [REPO] Did not find an Id { ARP\User\X64\GIMP-2_is1 } 2024-08-15 16:58:30.425 [REPO] Adding manifest for [ARP\User\X64\GitHubDesktop, 3.4.3] at relative path [] 2024-08-15 16:58:30.425 [REPO] Did not find an Id { ARP\User\X64\GitHubDesktop } 2024-08-15 16:58:30.426 [REPO] Adding manifest for [ARP\User\X64\Postman, 11.8.0] at relative path [] 2024-08-15 16:58:30.426 [REPO] Did not find an Id { ARP\User\X64\Postman } 2024-08-15 16:58:30.427 [REPO] Adding manifest for [ARP\User\X64\WinMerge_is1, 2.16.42.1] at relative path [] 2024-08-15 16:58:30.427 [REPO] Did not find an Id { ARP\User\X64\WinMerge_is1 } 2024-08-15 16:58:30.428 [REPO] Adding manifest for [ARP\User\X64\{28a4be18-c360-453f-9ac3-35d31bf660f7}, 4.8.0] at relative path [] 2024-08-15 16:58:30.428 [REPO] Did not find an Id { ARP\User\X64\{28a4be18-c360-453f-9ac3-35d31bf660f7} } 2024-08-15 16:58:30.430 [REPO] Adding manifest for [ARP\User\X64\{66f7ac75-8d7e-47c2-8be6-845bea14b829}, 0.83.0] at relative path [] 2024-08-15 16:58:30.430 [REPO] Did not find an Id { ARP\User\X64\{66f7ac75-8d7e-47c2-8be6-845bea14b829} } 2024-08-15 16:58:30.431 [REPO] Adding manifest for [ARP\User\X64\{6b1557fc-a4b6-41cd-bbff-19ed26108f78}, 2.8.1] at relative path [] 2024-08-15 16:58:30.431 [REPO] Did not find an Id { ARP\User\X64\{6b1557fc-a4b6-41cd-bbff-19ed26108f78} } 2024-08-15 16:58:30.432 [REPO] ... finished creating PredefinedInstalledSource 2024-08-15 16:58:30.432 [REPO] Examining MSIX entries for User 2024-08-15 16:58:30.453 [REPO] Adding manifest for [MSIX\Microsoft.Xbox.TCUI_1.24.10001.0_x64__8wekyb3d8bbwe, 1.24.10001.0] at relative path [] 2024-08-15 16:58:30.453 [REPO] Did not find an Id { MSIX\Microsoft.Xbox.TCUI_1.24.10001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.455 [REPO] Adding manifest for [MSIX\Microsoft.XboxGameOverlay_1.54.4001.0_x64__8wekyb3d8bbwe, 1.54.4001.0] at relative path [] 2024-08-15 16:58:30.455 [REPO] Did not find an Id { MSIX\Microsoft.XboxGameOverlay_1.54.4001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.462 [REPO] Adding manifest for [MSIX\Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_x64__8wekyb3d8bbwe, 1.21.13002.0] at relative path [] 2024-08-15 16:58:30.462 [REPO] Did not find an Id { MSIX\Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.465 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe, 14.0.30035.0] at relative path [] 2024-08-15 16:58:30.465 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.468 [REPO] Adding manifest for [MSIX\WavesAudio.MaxxAudioProforDell2019_2.0.54.0_x64__fh4rh281wavaa, 2.0.54.0] at relative path [] 2024-08-15 16:58:30.468 [REPO] Did not find an Id { MSIX\WavesAudio.MaxxAudioProforDell2019_2.0.54.0_x64__fh4rh281wavaa } 2024-08-15 16:58:30.470 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.7_7.2207.21001.0_x64__8wekyb3d8bbwe, 7.2207.21001.0] at relative path [] 2024-08-15 16:58:30.470 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.7_7.2207.21001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.473 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2_2000.777.2143.0_x64__8wekyb3d8bbwe, 2000.777.2143.0] at relative path [] 2024-08-15 16:58:30.473 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2_2000.777.2143.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.475 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x86__8wekyb3d8bbwe, 14.0.32530.0] at relative path [] 2024-08-15 16:58:30.475 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.477 [REPO] Adding manifest for [MSIX\Microsoft.549981C3F5F10_4.2308.1005.0_x64__8wekyb3d8bbwe, 4.2308.1005.0] at relative path [] 2024-08-15 16:58:30.477 [REPO] Did not find an Id { MSIX\Microsoft.549981C3F5F10_4.2308.1005.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.482 [REPO] Adding manifest for [MSIX\Microsoft.XboxApp_48.104.4001.0_x64__8wekyb3d8bbwe, 48.104.4001.0] at relative path [] 2024-08-15 16:58:30.482 [REPO] Did not find an Id { MSIX\Microsoft.XboxApp_48.104.4001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.485 [REPO] Adding manifest for [MSIX\DellInc.DellPowerManager_3.15.14.0_x64__htrsf667h5kn2, 3.15.14.0] at relative path [] 2024-08-15 16:58:30.485 [REPO] Did not find an Id { MSIX\DellInc.DellPowerManager_3.15.14.0_x64__htrsf667h5kn2 } 2024-08-15 16:58:30.490 [REPO] Adding manifest for [MSIX\59750RYKENAPPS.435307C335C44_4.0.19.0_x64__zd92nzxdcatqw, 4.0.19.0] at relative path [] 2024-08-15 16:58:30.490 [REPO] Did not find an Id { MSIX\59750RYKENAPPS.435307C335C44_4.0.19.0_x64__zd92nzxdcatqw } 2024-08-15 16:58:30.494 [REPO] Adding manifest for [MSIX\Microsoft.MPEG2VideoExtension_1.0.61931.0_x64__8wekyb3d8bbwe, 1.0.61931.0] at relative path [] 2024-08-15 16:58:30.494 [REPO] Did not find an Id { MSIX\Microsoft.MPEG2VideoExtension_1.0.61931.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.497 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x64__8wekyb3d8bbwe, 1.7.27413.0] at relative path [] 2024-08-15 16:58:30.497 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.499 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x86__8wekyb3d8bbwe, 1.7.27413.0] at relative path [] 2024-08-15 16:58:30.500 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.502 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x86__8wekyb3d8bbwe, 3000.934.1904.0] at relative path [] 2024-08-15 16:58:30.502 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.505 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x86__8wekyb3d8bbwe, 2000.802.31.0] at relative path [] 2024-08-15 16:58:30.505 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.507 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x64__8wekyb3d8bbwe, 2000.802.31.0] at relative path [] 2024-08-15 16:58:30.507 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.510 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x64__8wekyb3d8bbwe, 14.0.32530.0] at relative path [] 2024-08-15 16:58:30.510 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.512 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x86__8wekyb3d8bbwe, 2.42007.9001.0] at relative path [] 2024-08-15 16:58:30.512 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.515 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x86__8wekyb3d8bbwe, 2.1.27427.0] at relative path [] 2024-08-15 16:58:30.515 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.517 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe, 2.42007.9001.0] at relative path [] 2024-08-15 16:58:30.517 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.519 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x86__8wekyb3d8bbwe, 2.32002.13001.0] at relative path [] 2024-08-15 16:58:30.520 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.522 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x64__8wekyb3d8bbwe, 2.11906.6001.0] at relative path [] 2024-08-15 16:58:30.522 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.524 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x64__8wekyb3d8bbwe, 2.32002.13001.0] at relative path [] 2024-08-15 16:58:30.524 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.527 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x86__8wekyb3d8bbwe, 2.1810.18004.0] at relative path [] 2024-08-15 16:58:30.527 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.529 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.8_8.2306.22001.0_x64__8wekyb3d8bbwe, 8.2306.22001.0] at relative path [] 2024-08-15 16:58:30.529 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.8_8.2306.22001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.532 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe, 7.2208.15002.0] at relative path [] 2024-08-15 16:58:30.532 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.534 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe, 2.62112.3002.0] at relative path [] 2024-08-15 16:58:30.534 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.537 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe, 2.2.29512.0] at relative path [] 2024-08-15 16:58:30.537 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.539 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe, 2.2.28604.0] at relative path [] 2024-08-15 16:58:30.539 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.541 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe, 2.2.28604.0] at relative path [] 2024-08-15 16:58:30.541 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.544 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x86__8wekyb3d8bbwe, 2.1.26424.0] at relative path [] 2024-08-15 16:58:30.544 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.546 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe, 2.2.29512.0] at relative path [] 2024-08-15 16:58:30.546 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.549 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x64__8wekyb3d8bbwe, 2.1.26424.0] at relative path [] 2024-08-15 16:58:30.549 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.551 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x86__8wekyb3d8bbwe, 2.11906.6001.0] at relative path [] 2024-08-15 16:58:30.551 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.553 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x86__8wekyb3d8bbwe, 1.7.27422.0] at relative path [] 2024-08-15 16:58:30.554 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.556 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbwe, 2.1810.18004.0] at relative path [] 2024-08-15 16:58:30.556 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.558 [REPO] Adding manifest for [MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x86__8wekyb3d8bbwe, 10.0.23012.0] at relative path [] 2024-08-15 16:58:30.558 [REPO] Did not find an Id { MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.561 [REPO] Adding manifest for [MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x64__8wekyb3d8bbwe, 10.0.23012.0] at relative path [] 2024-08-15 16:58:30.561 [REPO] Did not find an Id { MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.563 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x64__8wekyb3d8bbwe, 2.1.27427.0] at relative path [] 2024-08-15 16:58:30.563 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.566 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x64__8wekyb3d8bbwe, 2.62112.3002.0] at relative path [] 2024-08-15 16:58:30.566 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.568 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x64__8wekyb3d8bbwe, 3000.934.1904.0] at relative path [] 2024-08-15 16:58:30.568 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.570 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe, 14.0.30704.0] at relative path [] 2024-08-15 16:58:30.570 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.573 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe, 14.0.30704.0] at relative path [] 2024-08-15 16:58:30.573 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.576 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe, 1.7.27422.0] at relative path [] 2024-08-15 16:58:30.576 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.578 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x86__8wekyb3d8bbwe, 7.2208.15002.0] at relative path [] 2024-08-15 16:58:30.578 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.580 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.32530.0_x64__8wekyb3d8bbwe, 14.0.32530.0] at relative path [] 2024-08-15 16:58:30.580 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.32530.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.583 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe, 14.0.30704.0] at relative path [] 2024-08-15 16:58:30.583 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.585 [REPO] Adding manifest for [MSIX\50582LuanNguyen.NuGetPackageExplorer_6.0.64.0_x64__w6y2tyx5bpzwa, 6.0.64.0] at relative path [] 2024-08-15 16:58:30.585 [REPO] Did not find an Id { MSIX\50582LuanNguyen.NuGetPackageExplorer_6.0.64.0_x64__w6y2tyx5bpzwa } 2024-08-15 16:58:30.588 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1010.1349.0_x64__8wekyb3d8bbwe, 4000.1010.1349.0] at relative path [] 2024-08-15 16:58:30.588 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1010.1349.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.590 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe, 8.2310.30001.0] at relative path [] 2024-08-15 16:58:30.590 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.593 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x86__8wekyb3d8bbwe, 8.2310.30001.0] at relative path [] 2024-08-15 16:58:30.593 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.595 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1049.117.0_x64__8wekyb3d8bbwe, 4000.1049.117.0] at relative path [] 2024-08-15 16:58:30.595 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1049.117.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.598 [REPO] Adding manifest for [MSIX\WinMerge_1.0.7.0_neutral__83g614hpn1ttr, 1.0.7.0] at relative path [] 2024-08-15 16:58:30.598 [REPO] Did not find an Id { MSIX\WinMerge_1.0.7.0_neutral__83g614hpn1ttr } 2024-08-15 16:58:30.600 [REPO] Adding manifest for [MSIX\25415Inkscape.Inkscape_1.3.2.0_x64__9waqn51p1ttv2, 1.3.2.0] at relative path [] 2024-08-15 16:58:30.600 [REPO] Did not find an Id { MSIX\25415Inkscape.Inkscape_1.3.2.0_x64__9waqn51p1ttv2 } 2024-08-15 16:58:30.603 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1082.2259.0_x64__8wekyb3d8bbwe, 4000.1082.2259.0] at relative path [] 2024-08-15 16:58:30.603 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1082.2259.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.605 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x86__8wekyb3d8bbwe, 14.0.33321.0] at relative path [] 2024-08-15 16:58:30.605 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.608 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x64__8wekyb3d8bbwe, 14.0.33321.0] at relative path [] 2024-08-15 16:58:30.608 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.611 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33321.0_x64__8wekyb3d8bbwe, 14.0.33321.0] at relative path [] 2024-08-15 16:58:30.611 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33321.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.613 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33519.0_x64__8wekyb3d8bbwe, 14.0.33519.0] at relative path [] 2024-08-15 16:58:30.613 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33519.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.616 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe, 14.0.33519.0] at relative path [] 2024-08-15 16:58:30.616 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.619 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x86__8wekyb3d8bbwe, 14.0.33519.0] at relative path [] 2024-08-15 16:58:30.619 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.622 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x64__8wekyb3d8bbwe, 4000.1136.2333.0] at relative path [] 2024-08-15 16:58:30.622 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.625 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x86__8wekyb3d8bbwe, 4000.1136.2333.0] at relative path [] 2024-08-15 16:58:30.625 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.631 [REPO] Adding manifest for [MSIX\Microsoft.VP9VideoExtensions_1.1.451.0_x64__8wekyb3d8bbwe, 1.1.451.0] at relative path [] 2024-08-15 16:58:30.632 [REPO] Did not find an Id { MSIX\Microsoft.VP9VideoExtensions_1.1.451.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.634 [REPO] Adding manifest for [MSIX\dotPDNLLC.paint.net_5.13.8830.0_x64__h55e3w7q8jbva, 5.13.8830.0] at relative path [] 2024-08-15 16:58:30.634 [REPO] Did not find an Id { MSIX\dotPDNLLC.paint.net_5.13.8830.0_x64__h55e3w7q8jbva } 2024-08-15 16:58:30.636 [REPO] Adding manifest for [MSIX\Microsoft.WinDbg_1.2402.24001.0_x64__8wekyb3d8bbwe, 1.2402.24001.0] at relative path [] 2024-08-15 16:58:30.637 [REPO] Did not find an Id { MSIX\Microsoft.WinDbg_1.2402.24001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.642 [REPO] Adding manifest for [MSIX\Microsoft.SecHealthUI_1000.25992.9000.0_x64__8wekyb3d8bbwe, 1000.25992.9000.0] at relative path [] 2024-08-15 16:58:30.642 [REPO] Did not find an Id { MSIX\Microsoft.SecHealthUI_1000.25992.9000.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.646 [REPO] Adding manifest for [MSIX\Microsoft.HEIFImageExtension_1.1.861.0_x64__8wekyb3d8bbwe, 1.1.861.0] at relative path [] 2024-08-15 16:58:30.646 [REPO] Did not find an Id { MSIX\Microsoft.HEIFImageExtension_1.1.861.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.649 [REPO] Adding manifest for [MSIX\NVIDIACorp.NVIDIAControlPanel_8.1.966.0_x64__56jybvy8sckqj, 8.1.966.0] at relative path [] 2024-08-15 16:58:30.649 [REPO] Did not find an Id { MSIX\NVIDIACorp.NVIDIAControlPanel_8.1.966.0_x64__56jybvy8sckqj } 2024-08-15 16:58:30.651 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.119.156.0_x64__8wekyb3d8bbwe, 5001.119.156.0] at relative path [] 2024-08-15 16:58:30.651 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.119.156.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.656 [REPO] Adding manifest for [MSIX\Microsoft.GetHelp_10.2403.20861.0_x64__8wekyb3d8bbwe, 10.2403.20861.0] at relative path [] 2024-08-15 16:58:30.656 [REPO] Did not find an Id { MSIX\Microsoft.GetHelp_10.2403.20861.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.661 [REPO] Adding manifest for [MSIX\Microsoft.WebMediaExtensions_1.1.1295.0_x64__8wekyb3d8bbwe, 1.1.1295.0] at relative path [] 2024-08-15 16:58:30.661 [REPO] Did not find an Id { MSIX\Microsoft.WebMediaExtensions_1.1.1295.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.663 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64__8wekyb3d8bbwe, 14.0.33728.0] at relative path [] 2024-08-15 16:58:30.664 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.666 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x86__8wekyb3d8bbwe, 14.0.33728.0] at relative path [] 2024-08-15 16:58:30.666 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.671 [REPO] Adding manifest for [MSIX\Microsoft.AV1VideoExtension_1.2.1293.0_x64__8wekyb3d8bbwe, 1.2.1293.0] at relative path [] 2024-08-15 16:58:30.671 [REPO] Did not find an Id { MSIX\Microsoft.AV1VideoExtension_1.2.1293.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.674 [REPO] Adding manifest for [MSIX\Resolute.foobar2000_1.6.180.0_x86__cg7j1awqsza28, 1.6.180.0] at relative path [] 2024-08-15 16:58:30.674 [REPO] Did not find an Id { MSIX\Resolute.foobar2000_1.6.180.0_x86__cg7j1awqsza28 } 2024-08-15 16:58:30.678 [REPO] Adding manifest for [MSIX\Microsoft.Microsoft3DViewer_1.0.118.0_x64__8wekyb3d8bbwe, 1.0.118.0] at relative path [] 2024-08-15 16:58:30.679 [REPO] Did not find an Id { MSIX\Microsoft.Microsoft3DViewer_1.0.118.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.681 [REPO] Adding manifest for [MSIX\Microsoft.XboxGamingOverlay_7.124.5142.0_x64__8wekyb3d8bbwe, 7.124.5142.0] at relative path [] 2024-08-15 16:58:30.681 [REPO] Did not find an Id { MSIX\Microsoft.XboxGamingOverlay_7.124.5142.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.686 [REPO] Adding manifest for [MSIX\Microsoft.People_10.2202.100.0_x64__8wekyb3d8bbwe, 10.2202.100.0] at relative path [] 2024-08-15 16:58:30.686 [REPO] Did not find an Id { MSIX\Microsoft.People_10.2202.100.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.689 [REPO] Adding manifest for [MSIX\Ookla.SpeedtestbyOokla_1.18.194.0_x64__43tkc6nmykmb6, 1.18.194.0] at relative path [] 2024-08-15 16:58:30.689 [REPO] Did not find an Id { MSIX\Ookla.SpeedtestbyOokla_1.18.194.0_x64__43tkc6nmykmb6 } 2024-08-15 16:58:30.694 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.QuickAssist_2.0.30.0_x64__8wekyb3d8bbwe, 2.0.30.0] at relative path [] 2024-08-15 16:58:30.694 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.QuickAssist_2.0.30.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.699 [REPO] Adding manifest for [MSIX\Microsoft.Todos_0.114.7122.0_x64__8wekyb3d8bbwe, 0.114.7122.0] at relative path [] 2024-08-15 16:58:30.699 [REPO] Did not find an Id { MSIX\Microsoft.Todos_0.114.7122.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.704 [REPO] Adding manifest for [MSIX\Microsoft.WindowsMaps_11.2403.4.0_x64__8wekyb3d8bbwe, 11.2403.4.0] at relative path [] 2024-08-15 16:58:30.704 [REPO] Did not find an Id { MSIX\Microsoft.WindowsMaps_11.2403.4.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.706 [REPO] Adding manifest for [MSIX\AppUp.IntelOptaneMemoryandStorageManagement_18.1.1041.0_x64__8j3eq9eme6ctt, 18.1.1041.0] at relative path [] 2024-08-15 16:58:30.707 [REPO] Did not find an Id { MSIX\AppUp.IntelOptaneMemoryandStorageManagement_18.1.1041.0_x64__8j3eq9eme6ctt } 2024-08-15 16:58:30.709 [REPO] Adding manifest for [MSIX\19453.net.Rufus_4.5.2180.0_x64__y8nh7bq2a8dtt, 4.5.2180.0] at relative path [] 2024-08-15 16:58:30.709 [REPO] Did not find an Id { MSIX\19453.net.Rufus_4.5.2180.0_x64__y8nh7bq2a8dtt } 2024-08-15 16:58:30.711 [REPO] Adding manifest for [MSIX\40459File-New-Project.EarTrumpet_2.3.0.0_x86__1sdd7yawvg6ne, 2.3.0.0] at relative path [] 2024-08-15 16:58:30.712 [REPO] Did not find an Id { MSIX\40459File-New-Project.EarTrumpet_2.3.0.0_x86__1sdd7yawvg6ne } 2024-08-15 16:58:30.716 [REPO] Adding manifest for [MSIX\Microsoft.WindowsFeedbackHub_1.2405.21481.0_x64__8wekyb3d8bbwe, 1.2405.21481.0] at relative path [] 2024-08-15 16:58:30.716 [REPO] Did not find an Id { MSIX\Microsoft.WindowsFeedbackHub_1.2405.21481.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.721 [REPO] Adding manifest for [MSIX\Microsoft.WindowsCalculator_11.2405.2.0_x64__8wekyb3d8bbwe, 11.2405.2.0] at relative path [] 2024-08-15 16:58:30.722 [REPO] Did not find an Id { MSIX\Microsoft.WindowsCalculator_11.2405.2.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.724 [REPO] Adding manifest for [MSIX\19965MATTHAFNER.WIFIANALYZER_2.7.3.0_x64__gs5k5vmxr2ste, 2.7.3.0] at relative path [] 2024-08-15 16:58:30.724 [REPO] Did not find an Id { MSIX\19965MATTHAFNER.WIFIANALYZER_2.7.3.0_x64__gs5k5vmxr2ste } 2024-08-15 16:58:30.727 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.159.55.0_x64__8wekyb3d8bbwe, 5001.159.55.0] at relative path [] 2024-08-15 16:58:30.727 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.159.55.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.729 [REPO] Adding manifest for [MSIX\64360VelerSoftware.DevToys_1.0.14.0_x64__j80j2txgjg9dj, 1.0.14.0] at relative path [] 2024-08-15 16:58:30.729 [REPO] Did not find an Id { MSIX\64360VelerSoftware.DevToys_1.0.14.0_x64__j80j2txgjg9dj } 2024-08-15 16:58:30.734 [REPO] Adding manifest for [MSIX\Microsoft.WindowsSoundRecorder_11.2405.0.0_x64__8wekyb3d8bbwe, 11.2405.0.0] at relative path [] 2024-08-15 16:58:30.734 [REPO] Did not find an Id { MSIX\Microsoft.WindowsSoundRecorder_11.2405.0.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.739 [REPO] Adding manifest for [MSIX\Microsoft.ScreenSketch_11.2405.32.0_x64__8wekyb3d8bbwe, 11.2405.32.0] at relative path [] 2024-08-15 16:58:30.739 [REPO] Did not find an Id { MSIX\Microsoft.ScreenSketch_11.2405.32.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.742 [REPO] Adding manifest for [MSIX\Microsoft.IndexerDiagnostics_2007.29.1.0_x64__8wekyb3d8bbwe, 2007.29.1.0] at relative path [] 2024-08-15 16:58:30.742 [REPO] Did not find an Id { MSIX\Microsoft.IndexerDiagnostics_2007.29.1.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.746 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftStickyNotes_4.0.6102.0_x64__8wekyb3d8bbwe, 4.0.6102.0] at relative path [] 2024-08-15 16:58:30.747 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftStickyNotes_4.0.6102.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.752 [REPO] Adding manifest for [MSIX\Microsoft.Paint_11.2404.1020.0_x64__8wekyb3d8bbwe, 11.2404.1020.0] at relative path [] 2024-08-15 16:58:30.752 [REPO] Did not find an Id { MSIX\Microsoft.Paint_11.2404.1020.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.756 [REPO] Adding manifest for [MSIX\Microsoft.WebpImageExtension_1.1.1711.0_x64__8wekyb3d8bbwe, 1.1.1711.0] at relative path [] 2024-08-15 16:58:30.756 [REPO] Did not find an Id { MSIX\Microsoft.WebpImageExtension_1.1.1711.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.761 [REPO] Adding manifest for [MSIX\AppUp.ThunderboltControlCenter_1.0.37.0_x64__8j3eq9eme6ctt, 1.0.37.0] at relative path [] 2024-08-15 16:58:30.761 [REPO] Did not find an Id { MSIX\AppUp.ThunderboltControlCenter_1.0.37.0_x64__8j3eq9eme6ctt } 2024-08-15 16:58:30.764 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftSolitaireCollection_4.20.6270.0_x64__8wekyb3d8bbwe, 4.20.6270.0] at relative path [] 2024-08-15 16:58:30.764 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftSolitaireCollection_4.20.6270.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.768 [REPO] Adding manifest for [MSIX\Microsoft.WindowsTerminal_1.20.11781.0_x64__8wekyb3d8bbwe, 1.20.11781.0] at relative path [] 2024-08-15 16:58:30.768 [REPO] Did not find an Id { MSIX\Microsoft.WindowsTerminal_1.20.11781.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.771 [REPO] Adding manifest for [MSIX\617231644CE58.ShowKeyPlus_1.1.18.0_x64__arc7y9yj6c41t, 1.1.18.0] at relative path [] 2024-08-15 16:58:30.771 [REPO] Did not find an Id { MSIX\617231644CE58.ShowKeyPlus_1.1.18.0_x64__arc7y9yj6c41t } 2024-08-15 16:58:30.776 [REPO] Adding manifest for [MSIX\Microsoft.MixedReality.Portal_2000.21051.1282.0_x64__8wekyb3d8bbwe, 2000.21051.1282.0] at relative path [] 2024-08-15 16:58:30.776 [REPO] Did not find an Id { MSIX\Microsoft.MixedReality.Portal_2000.21051.1282.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.779 [REPO] Adding manifest for [MSIX\STMicroelectronicsMEMS.DellFreeFallDataProtection_1.0.27.0_x64__rp6h1c31mfy1y, 1.0.27.0] at relative path [] 2024-08-15 16:58:30.779 [REPO] Did not find an Id { MSIX\STMicroelectronicsMEMS.DellFreeFallDataProtection_1.0.27.0_x64__rp6h1c31mfy1y } 2024-08-15 16:58:30.784 [REPO] Adding manifest for [MSIX\Microsoft.ZuneVideo_10.22091.10061.0_x64__8wekyb3d8bbwe, 10.22091.10061.0] at relative path [] 2024-08-15 16:58:30.784 [REPO] Did not find an Id { MSIX\Microsoft.ZuneVideo_10.22091.10061.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.788 [REPO] Adding manifest for [MSIX\Microsoft.HEVCVideoExtensions_2.1.1804.0_x64__8wekyb3d8bbwe, 2.1.1804.0] at relative path [] 2024-08-15 16:58:30.788 [REPO] Did not find an Id { MSIX\Microsoft.HEVCVideoExtensions_2.1.1804.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.793 [REPO] Adding manifest for [MSIX\Microsoft.D3DMappingLayers_1.2406.1.0_x64__8wekyb3d8bbwe, 1.2406.1.0] at relative path [] 2024-08-15 16:58:30.793 [REPO] Did not find an Id { MSIX\Microsoft.D3DMappingLayers_1.2406.1.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.795 [REPO] Adding manifest for [MSIX\52346ITDevTeam.UUPMediaCreator_3.0.47.0_x64__feeqnmc1868va, 3.0.47.0] at relative path [] 2024-08-15 16:58:30.795 [REPO] Did not find an Id { MSIX\52346ITDevTeam.UUPMediaCreator_3.0.47.0_x64__feeqnmc1868va } 2024-08-15 16:58:30.798 [REPO] Adding manifest for [MSIX\TelegramMessengerLLP.TelegramDesktop_5.2.3.0_x64__t4vj0pshhgkwm, 5.2.3.0] at relative path [] 2024-08-15 16:58:30.798 [REPO] Did not find an Id { MSIX\TelegramMessengerLLP.TelegramDesktop_5.2.3.0_x64__t4vj0pshhgkwm } 2024-08-15 16:58:30.800 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x86__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 16:58:30.800 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.803 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 16:58:30.803 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.805 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 16:58:30.805 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.808 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton_5001.178.1908.0_x64__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 16:58:30.808 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton_5001.178.1908.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.813 [REPO] Adding manifest for [MSIX\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe, 1.23.1911.0] at relative path [] 2024-08-15 16:58:30.813 [REPO] Did not find an Id { MSIX\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.816 [REPO] Adding manifest for [MSIX\NotepadPlusPlus_1.0.0.0_neutral__7njy0v32s6xk6, 1.0.0.0] at relative path [] 2024-08-15 16:58:30.816 [REPO] Did not find an Id { MSIX\NotepadPlusPlus_1.0.0.0_neutral__7njy0v32s6xk6 } 2024-08-15 16:58:30.818 [REPO] Adding manifest for [MSIX\Microsoft.GamingApp_2407.1001.1.0_x64__8wekyb3d8bbwe, 2407.1001.1.0] at relative path [] 2024-08-15 16:58:30.819 [REPO] Did not find an Id { MSIX\Microsoft.GamingApp_2407.1001.1.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.823 [REPO] Adding manifest for [MSIX\Microsoft.XboxIdentityProvider_12.115.1001.0_x64__8wekyb3d8bbwe, 12.115.1001.0] at relative path [] 2024-08-15 16:58:30.823 [REPO] Did not find an Id { MSIX\Microsoft.XboxIdentityProvider_12.115.1001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.826 [REPO] Adding manifest for [MSIX\Microsoft.Windows.DevHome_0.1601.561.0_x64__8wekyb3d8bbwe, 0.1601.561.0] at relative path [] 2024-08-15 16:58:30.826 [REPO] Did not find an Id { MSIX\Microsoft.Windows.DevHome_0.1601.561.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.829 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 16:58:30.829 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.831 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x86__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 16:58:30.831 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.833 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.2-p1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 16:58:30.834 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.2-p1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.836 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton-p1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 16:58:30.836 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton-p1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.838 [REPO] Adding manifest for [MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x6-p1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 16:58:30.838 [REPO] Did not find an Id { MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x6-p1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.841 [REPO] Adding manifest for [MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x8-p1_2000.609.1413.0_x86__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 16:58:30.841 [REPO] Did not find an Id { MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x8-p1_2000.609.1413.0_x86__8wekyb3d8bbwe } 2024-08-15 16:58:30.846 [REPO] Adding manifest for [MSIX\Microsoft.PowerAutomateDesktop_1.0.1234.0_x64__8wekyb3d8bbwe, 1.0.1234.0] at relative path [] 2024-08-15 16:58:30.846 [REPO] Did not find an Id { MSIX\Microsoft.PowerAutomateDesktop_1.0.1234.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.851 [REPO] Adding manifest for [MSIX\Microsoft.StorePurchaseApp_22406.1401.1.0_x64__8wekyb3d8bbwe, 22406.1401.1.0] at relative path [] 2024-08-15 16:58:30.851 [REPO] Did not find an Id { MSIX\Microsoft.StorePurchaseApp_22406.1401.1.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.853 [REPO] Adding manifest for [MSIX\FACEBOOK.317180B0BB486_2150.13.211.0_x64__8xx8rvfyw5nnt, 2150.13.211.0] at relative path [] 2024-08-15 16:58:30.853 [REPO] Did not find an Id { MSIX\FACEBOOK.317180B0BB486_2150.13.211.0_x64__8xx8rvfyw5nnt } 2024-08-15 16:58:30.858 [REPO] Adding manifest for [MSIX\Clipchamp.Clipchamp_3.1.11120.0_neutral__yxz26nhyzhsrt, 3.1.11120.0] at relative path [] 2024-08-15 16:58:30.858 [REPO] Did not find an Id { MSIX\Clipchamp.Clipchamp_3.1.11120.0_neutral__yxz26nhyzhsrt } 2024-08-15 16:58:30.860 [REPO] Adding manifest for [MSIX\Microsoft.SysinternalsSuite_2024.7.0.0_x64__8wekyb3d8bbwe, 2024.7.0.0] at relative path [] 2024-08-15 16:58:30.861 [REPO] Did not find an Id { MSIX\Microsoft.SysinternalsSuite_2024.7.0.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.865 [REPO] Adding manifest for [MSIX\Microsoft.ZuneMusic_11.2406.13.0_x64__8wekyb3d8bbwe, 11.2406.13.0] at relative path [] 2024-08-15 16:58:30.865 [REPO] Did not find an Id { MSIX\Microsoft.ZuneMusic_11.2406.13.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.868 [REPO] Adding manifest for [MSIX\8bitSolutionsLLC.bitwardendesktop_2024.7.1.0_x64__h4e712dmw3xyy, 2024.7.1.0] at relative path [] 2024-08-15 16:58:30.868 [REPO] Did not find an Id { MSIX\8bitSolutionsLLC.bitwardendesktop_2024.7.1.0_x64__h4e712dmw3xyy } 2024-08-15 16:58:30.871 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftEdge.Stable_127.0.2651.74_neutral__8wekyb3d8bbwe, 127.0.2651.74] at relative path [] 2024-08-15 16:58:30.871 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftEdge.Stable_127.0.2651.74_neutral__8wekyb3d8bbwe } 2024-08-15 16:58:30.873 [REPO] Adding manifest for [MSIX\Microsoft.WindowsStore_22406.1401.7.0_x64__8wekyb3d8bbwe, 22406.1401.7.0] at relative path [] 2024-08-15 16:58:30.873 [REPO] Did not find an Id { MSIX\Microsoft.WindowsStore_22406.1401.7.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.878 [REPO] Adding manifest for [MSIX\Microsoft.WindowsCamera_2024.2406.17.0_x64__8wekyb3d8bbwe, 2024.2406.17.0] at relative path [] 2024-08-15 16:58:30.878 [REPO] Did not find an Id { MSIX\Microsoft.WindowsCamera_2024.2406.17.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.881 [REPO] Adding manifest for [MSIX\Microsoft.OutlookForWindows_1.2024.725.400_x64__8wekyb3d8bbwe, 1.2024.725.400] at relative path [] 2024-08-15 16:58:30.881 [REPO] Did not find an Id { MSIX\Microsoft.OutlookForWindows_1.2024.725.400_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.884 [REPO] Adding manifest for [MSIX\91750D7E.Slack_4.39.95.0_x64__8she8kybcnzg4, 4.39.95.0] at relative path [] 2024-08-15 16:58:30.884 [REPO] Did not find an Id { MSIX\91750D7E.Slack_4.39.95.0_x64__8she8kybcnzg4 } 2024-08-15 16:58:30.888 [REPO] Adding manifest for [MSIX\Microsoft.RawImageExtension_2.3.2051.0_x64__8wekyb3d8bbwe, 2.3.2051.0] at relative path [] 2024-08-15 16:58:30.888 [REPO] Did not find an Id { MSIX\Microsoft.RawImageExtension_2.3.2051.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.890 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftOfficeHub_18.2407.1241.0_x64__8wekyb3d8bbwe, 18.2407.1241.0] at relative path [] 2024-08-15 16:58:30.891 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftOfficeHub_18.2407.1241.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.893 [REPO] Adding manifest for [MSIX\MicrosoftWindows.Client.WebExperience_524.18500.10.0_x64__cw5n1h2txyewy, 524.18500.10.0] at relative path [] 2024-08-15 16:58:30.893 [REPO] Did not find an Id { MSIX\MicrosoftWindows.Client.WebExperience_524.18500.10.0_x64__cw5n1h2txyewy } 2024-08-15 16:58:30.898 [REPO] Adding manifest for [MSIX\MicrosoftWindows.CrossDevice_1.24071.45.0_x64__cw5n1h2txyewy, 1.24071.45.0] at relative path [] 2024-08-15 16:58:30.898 [REPO] Did not find an Id { MSIX\MicrosoftWindows.CrossDevice_1.24071.45.0_x64__cw5n1h2txyewy } 2024-08-15 16:58:30.903 [REPO] Adding manifest for [MSIX\Microsoft.Windows.Photos_2024.11070.31001.0_x64__8wekyb3d8bbwe, 2024.11070.31001.0] at relative path [] 2024-08-15 16:58:30.903 [REPO] Did not find an Id { MSIX\Microsoft.Windows.Photos_2024.11070.31001.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.905 [REPO] Adding manifest for [MSIX\SpotifyAB.SpotifyMusic_1.243.420.0_x64__zpdnekdrzrea0, 1.243.420.0] at relative path [] 2024-08-15 16:58:30.906 [REPO] Did not find an Id { MSIX\SpotifyAB.SpotifyMusic_1.243.420.0_x64__zpdnekdrzrea0 } 2024-08-15 16:58:30.908 [REPO] Adding manifest for [MSIX\draw.io.draw.ioDiagrams_24.7.5.0_x64__1zh33159kp73c, 24.7.5.0] at relative path [] 2024-08-15 16:58:30.908 [REPO] Did not find an Id { MSIX\draw.io.draw.ioDiagrams_24.7.5.0_x64__1zh33159kp73c } 2024-08-15 16:58:30.911 [REPO] Adding manifest for [MSIX\twitter.com-EF1E79A9_7.0.1.1_neutral__9wdrbcd1pw7ja, 7.0.1.1] at relative path [] 2024-08-15 16:58:30.911 [REPO] Did not find an Id { MSIX\twitter.com-EF1E79A9_7.0.1.1_neutral__9wdrbcd1pw7ja } 2024-08-15 16:58:30.913 [REPO] Adding manifest for [MSIX\www.instagram.com-353F720C_42.0.19.1_neutral__ysfa6mcnwr1rw, 42.0.19.1] at relative path [] 2024-08-15 16:58:30.913 [REPO] Did not find an Id { MSIX\www.instagram.com-353F720C_42.0.19.1_neutral__ysfa6mcnwr1rw } 2024-08-15 16:58:30.915 [REPO] Adding manifest for [MSIX\Facebook.InstagramBeta_42.0.23.0_neutral__8xx8rvfyw5nnt, 42.0.23.0] at relative path [] 2024-08-15 16:58:30.916 [REPO] Did not find an Id { MSIX\Facebook.InstagramBeta_42.0.23.0_neutral__8xx8rvfyw5nnt } 2024-08-15 16:58:30.918 [REPO] Adding manifest for [MSIX\9E2F88E3.TWITTER_7.0.1.0_neutral__wgeqdkkx372wm, 7.0.1.0] at relative path [] 2024-08-15 16:58:30.918 [REPO] Did not find an Id { MSIX\9E2F88E3.TWITTER_7.0.1.0_neutral__wgeqdkkx372wm } 2024-08-15 16:58:30.923 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAlarms_11.2406.57.0_x64__8wekyb3d8bbwe, 11.2406.57.0] at relative path [] 2024-08-15 16:58:30.923 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAlarms_11.2406.57.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.926 [REPO] Adding manifest for [MSIX\5319275A.WhatsAppDesktop_2.2431.2.0_x64__cv1g1gvanyjgm, 2.2431.2.0] at relative path [] 2024-08-15 16:58:30.926 [REPO] Did not find an Id { MSIX\5319275A.WhatsAppDesktop_2.2431.2.0_x64__cv1g1gvanyjgm } 2024-08-15 16:58:30.931 [REPO] Adding manifest for [MSIX\AppUp.IntelGraphicsExperience_1.100.5587.0_x64__8j3eq9eme6ctt, 1.100.5587.0] at relative path [] 2024-08-15 16:58:30.931 [REPO] Did not find an Id { MSIX\AppUp.IntelGraphicsExperience_1.100.5587.0_x64__8j3eq9eme6ctt } 2024-08-15 16:58:30.934 [REPO] Adding manifest for [MSIX\DuckDuckGo.DesktopBrowser_0.87.5.0_x64__ya2fgkz3nks94, 0.87.5.0] at relative path [] 2024-08-15 16:58:30.934 [REPO] Did not find an Id { MSIX\DuckDuckGo.DesktopBrowser_0.87.5.0_x64__ya2fgkz3nks94 } 2024-08-15 16:58:30.939 [REPO] Adding manifest for [MSIX\Microsoft.WindowsNotepad_11.2406.9.0_x64__8wekyb3d8bbwe, 11.2406.9.0] at relative path [] 2024-08-15 16:58:30.939 [REPO] Did not find an Id { MSIX\Microsoft.WindowsNotepad_11.2406.9.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.941 [REPO] Adding manifest for [MSIX\Mozilla.Firefox_129.0.0.0_x64__n80bbvh6b1yt2, 129.0.0.0] at relative path [] 2024-08-15 16:58:30.942 [REPO] Did not find an Id { MSIX\Mozilla.Firefox_129.0.0.0_x64__n80bbvh6b1yt2 } 2024-08-15 16:58:30.944 [REPO] Adding manifest for [MSIX\Microsoft.OneDriveSync_24146.721.3.0_neutral__8wekyb3d8bbwe, 24146.721.3.0] at relative path [] 2024-08-15 16:58:30.944 [REPO] Did not find an Id { MSIX\Microsoft.OneDriveSync_24146.721.3.0_neutral__8wekyb3d8bbwe } 2024-08-15 16:58:30.949 [REPO] Adding manifest for [MSIX\Microsoft.YourPhone_1.24072.106.0_x64__8wekyb3d8bbwe, 1.24072.106.0] at relative path [] 2024-08-15 16:58:30.949 [REPO] Did not find an Id { MSIX\Microsoft.YourPhone_1.24072.106.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.955 [REPO] Adding manifest for [MSIX\Microsoft.Getstarted_1.3.42522.0_x64__8wekyb3d8bbwe, 1.3.42522.0] at relative path [] 2024-08-15 16:58:30.955 [REPO] Did not find an Id { MSIX\Microsoft.Getstarted_1.3.42522.0_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.958 [REPO] Adding manifest for [MSIX\MicrosoftTeams_24215.1103.3051.6995_x64__8wekyb3d8bbwe, 24215.1103.3051.6995] at relative path [] 2024-08-15 16:58:30.958 [REPO] Did not find an Id { MSIX\MicrosoftTeams_24215.1103.3051.6995_x64__8wekyb3d8bbwe } 2024-08-15 16:58:30.961 [REPO] Adding manifest for [MSIX\Microsoft.Winget.Source_2024.814.2321.46_neutral__8wekyb3d8bbwe, 2024.814.2321.46] at relative path [] 2024-08-15 16:58:30.961 [REPO] Did not find an Id { MSIX\Microsoft.Winget.Source_2024.814.2321.46_neutral__8wekyb3d8bbwe } 2024-08-15 16:58:31.143 [REPO] Performing search: Query:[none] Filter:Id='VideoLAN.VLC'[CaseInsensitive] 2024-08-15 16:58:31.155 [REPO] Opening database for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db' 2024-08-15 16:58:31.155 [REPO] Opened SQLite Index with version [1.7], last write [2024-03-03 12:09:19.000] 2024-08-15 16:58:31.246 [REPO] Search request meets optimized search criteria. 2024-08-15 16:58:31.246 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/VideoLAN.VLC?Market=NO 2024-08-15 16:58:31.246 [REPO] Http GET request details: GET / HTTP/1.1 Content-Type: application/json User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/Microsoft.DesktopAppInstaller v1.23.1911.0 Version: 1.6.0 2024-08-15 16:58:31.270 [REPO] Response status: 200 2024-08-15 16:58:31.270 [REPO] Response details: HTTP/1.1 200 OK Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: Access-Control-Expose-Headers: * Cache-Control: max-age=0, no-cache, no-store Connection: keep-alive Content-Length: 132 Content-Type: application/json; charset=utf-8 Date: Thu, 15 Aug 2024 14:58:28 GMT Expires: Thu, 15 Aug 2024 14:58:28 GMT MS-CV: Q6VJGsmdFku2VyIw.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_Legacy000L3E_1.0.0.0 X-Segment-On: true {"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageManifest.PackageManifestResponse, StoreEdgeFD"} 2024-08-15 16:58:31.270 [REPO] No manifest results returned. 2024-08-15 16:58:31.275 [REPO] Opening database for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' 2024-08-15 16:58:31.275 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-15 16:51:21.000] 2024-08-15 16:58:31.362 [REPO] Performing search: Query:[none] Filter:Id='VideoLAN.VLC'[CaseInsensitive] 2024-08-15 16:58:31.365 [CORE] Reading cached file [C:\Users\olavb\AppData\Local\Temp\WinGet\cache\V2_PVD\Microsoft.Winget.Source_8wekyb3d8bbwe\packages\VideoLAN.VLC\c11d7eb7\versionData.mszyml] 2024-08-15 16:58:31.365 [CORE] PackageVersionDataManifest deserializing: sV: 1.0 vD: - v: 3.0.21 rP: manifests/v/VideoLAN/VLC/3.0.21/da09 s256H: e25050527be5222f43998069517f31f490b2878e978cc485a9fbc743dd49774c - v: 3.0.20 aMiV: 3.0.20.0 aMaV: 3.0.20.0 rP: manifests/v/VideoLAN/VLC/3.0.20/3c33 s256H: 3e6cf129390f7931bb585ed69fde947b282e3b3b9f064fb54ee92a87cb9fc874 - v: 3.0.19 aMiV: 3.0.19.0 aMaV: 3.0.19.0 rP: manifests/v/VideoLAN/VLC/3.0.19/3c33 s256H: 05f96ad034c44e9bda7edc309259f81e824378b2cb150cb5375624f2b6756576 - v: 3.0.18 aMiV: 3.0.18.0 aMaV: 3.0.18.0 rP: manifests/v/VideoLAN/VLC/3.0.18/3c33 s256H: e89d7d25ff81494ca19271b3ca12a36946c46f78088efa5958929d0b7af08f5f - v: 3.0.17.4 aMiV: 3.0.17.0 aMaV: 3.0.17.4 rP: manifests/v/VideoLAN/VLC/3.0.17.4/3c33 s256H: 593c79650fffb23005a1bf93885d0db831ceeaf4be76c6620e8fee43f51168fc - v: 3.0.16 rP: manifests/v/VideoLAN/VLC/3.0.16/3c33 s256H: bace436bbabe4482b31effd8692fe82b4657337adef7528294a5db015e86f60a - v: 3.0.15 rP: manifests/v/VideoLAN/VLC/3.0.15/3c33 s256H: c7fdc825e8499d05388c2d47887d557f3e19a3579adb9da73a306c43db8133f8 - v: 3.0.14 rP: manifests/v/VideoLAN/VLC/3.0.14/3c33 s256H: 9e37e21e7cdfb353928f1f5c411adf5bb9b494c1d045e035c4ace5960491815f - v: 3.0.13 rP: manifests/v/VideoLAN/VLC/3.0.13/3c33 s256H: 576efb9174734b286b7b04e7e95ca941314f1a6b0f2b13d770258d1b5ec5db4d - v: 3.0.12 rP: manifests/v/VideoLAN/VLC/3.0.12/3c33 s256H: d624a1ba6b59c9ecb87271fd8b9c22889fbc42f2dab8d698a28eb07de1a64ed9 - v: 3.0.11 rP: manifests/v/VideoLAN/VLC/3.0.11/3c33 s256H: 539f8dc018747e5f994b9daac5be92f4756910b17b24b5be566f53bc021da132 - v: 3.0.10 rP: manifests/v/VideoLAN/VLC/3.0.10/3c33 s256H: 607a1f1520f8a07a78ad748546269ea1db125ebf60e596863b7a33e4fa0ec32f 2024-08-15 16:58:31.365 [YAML] Detected UTF-8 2024-08-15 16:58:31.392 [REPO] Performing search: Query:[none] Filter:Id='VideoLAN.VLC'[CaseInsensitive] 2024-08-15 16:58:31.392 [REPO] Found multiple results for Id [VideoLAN.VLC] in tracking catalog for: winget 2024-08-15 16:58:31.393 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:ProductCode='{0a1870bc-51b4-459d-b681-3b2033298122}'[Exact] Include:ProductCode='{117caf51-6cee-46bf-9347-fd4602d6b595}'[Exact] Include:ProductCode='{11a4d8f0-5022-4463-90de-1d5efbacb949}'[Exact] Include:ProductCode='{162a5ce4-04e4-4879-9cfb-4c7a2171d85a}'[Exact] Include:ProductCode='{1bb20266-7c52-4909-b075-22156f75d22c}'[Exact] Include:ProductCode='{392c2059-fbae-4b27-8559-3be43a2ff739}'[Exact] Include:ProductCode='{496fb7dc-40c7-41a7-8373-a0e2f001cc37}'[Exact] Include:ProductCode='{5b958621-e123-4836-a3df-a9c972bb8032}'[Exact] Include:ProductCode='{5c081c2a-82ee-44f4-a379-dec9154cee90}'[Exact] Include:ProductCode='{6799a970-32b3-47b4-89aa-2df0806fb862}'[Exact] Include:ProductCode='{92b6f4be-4bea-43b3-8859-f429e516b502}'[Exact] Include:ProductCode='{9675011c-2395-4ad7-b1cc-92910f991f58}'[Exact] Include:ProductCode='{96810b20-d631-4f46-b6b5-ebba829bd9b2}'[Exact] Include:ProductCode='{a3263831-98b6-4dc7-8d3f-bdc2365de42a}'[Exact] Include:ProductCode='{b022b1c5-d067-42cb-98e2-d965e4d74cfe}'[Exact] Include:ProductCode='{b9aae496-94b1-451f-a544-0f733fcdde8a}'[Exact] Include:ProductCode='{c4d381f1-1d4f-49ce-96c1-cea8ed7844a1}'[Exact] Include:ProductCode='{c68ee8ee-7da6-4cff-82d5-a99a4abe2c54}'[Exact] Include:ProductCode='{d3509c80-0b27-4337-be60-b985a585c320}'[Exact] Include:ProductCode='{e23b6852-a99c-4869-8777-3fc057d5a431}'[Exact] Include:ProductCode='{f44db270-76f6-49ee-aa99-e066bab0db21}'[Exact] Include:ProductCode='{f65d1e67-9c0b-4acd-a982-aa7f78f9b20e}'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x64)'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x86)'+'videolan'[Exact] 2024-08-15 16:58:31.393 [REPO] Performing search: Query:[none] Include:ProductCode='{0a1870bc-51b4-459d-b681-3b2033298122}'[Exact] Include:ProductCode='{117caf51-6cee-46bf-9347-fd4602d6b595}'[Exact] Include:ProductCode='{11a4d8f0-5022-4463-90de-1d5efbacb949}'[Exact] Include:ProductCode='{162a5ce4-04e4-4879-9cfb-4c7a2171d85a}'[Exact] Include:ProductCode='{1bb20266-7c52-4909-b075-22156f75d22c}'[Exact] Include:ProductCode='{392c2059-fbae-4b27-8559-3be43a2ff739}'[Exact] Include:ProductCode='{496fb7dc-40c7-41a7-8373-a0e2f001cc37}'[Exact] Include:ProductCode='{5b958621-e123-4836-a3df-a9c972bb8032}'[Exact] Include:ProductCode='{5c081c2a-82ee-44f4-a379-dec9154cee90}'[Exact] Include:ProductCode='{6799a970-32b3-47b4-89aa-2df0806fb862}'[Exact] Include:ProductCode='{92b6f4be-4bea-43b3-8859-f429e516b502}'[Exact] Include:ProductCode='{9675011c-2395-4ad7-b1cc-92910f991f58}'[Exact] Include:ProductCode='{96810b20-d631-4f46-b6b5-ebba829bd9b2}'[Exact] Include:ProductCode='{a3263831-98b6-4dc7-8d3f-bdc2365de42a}'[Exact] Include:ProductCode='{b022b1c5-d067-42cb-98e2-d965e4d74cfe}'[Exact] Include:ProductCode='{b9aae496-94b1-451f-a544-0f733fcdde8a}'[Exact] Include:ProductCode='{c4d381f1-1d4f-49ce-96c1-cea8ed7844a1}'[Exact] Include:ProductCode='{c68ee8ee-7da6-4cff-82d5-a99a4abe2c54}'[Exact] Include:ProductCode='{d3509c80-0b27-4337-be60-b985a585c320}'[Exact] Include:ProductCode='{e23b6852-a99c-4869-8777-3fc057d5a431}'[Exact] Include:ProductCode='{f44db270-76f6-49ee-aa99-e066bab0db21}'[Exact] Include:ProductCode='{f65d1e67-9c0b-4acd-a982-aa7f78f9b20e}'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x64)'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x86)'+'videolan'[Exact] 2024-08-15 16:58:31.394 [CLI ] Search result size: 0 2024-08-15 16:58:31.394 [CLI ] No app found matching input criteria 2024-08-15 16:58:31.403 [CLI ] Terminating context: 0x8a150014 at C:\__w\1\s\external\pkg\src\AppInstallerCLICore\Workflows\WorkflowBase.cpp:3e5 ```

I then uninstalled VLC with Geek Uninstaller. Then:

ps > winget install --silent --id VideoLAN.VLC --version 3.0.20

Found VLC media player [VideoLAN.VLC] Version 3.0.20
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://download.videolan.org/videolan/vlc/3.0.20/win64/vlc-3.0.20-win64.msi
  ██████████████████████████████  56.2 MB / 56.2 MB
Successfully verified installer hash
Starting package install...
Successfully installed

PS > winget upgrade

Name             Id           Version  Available Source
-------------------------------------------------------
VLC media player VideoLAN.VLC 3.0.20.0 3.0.21    winget
1 upgrades available.
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.

PS > winget upgrade --silent --id VideoLAN.VLC

A newer version was found, but the install technology is different from the current version installed. Please uninstall the package and install the newer version.

PS >

Verbose logs:

Click to view ```log 2024-08-15 17:04:07.944 [CORE] WinGet, version [1.8.1911], activity [{EA0BD273-7DE9-4BC7-95B6-C87A2FD7FBE1}] 2024-08-15 17:04:07.944 [CORE] OS: Windows.Desktop v10.0.22631.4037 2024-08-15 17:04:07.944 [CORE] Command line Args: "C:\Users\olavb\AppData\Local\Microsoft\WindowsApps\winget.exe" upgrade --silent --id VideoLAN.VLC --verbose 2024-08-15 17:04:07.944 [CORE] Package: Microsoft.DesktopAppInstaller v1.23.1911.0 2024-08-15 17:04:07.944 [CORE] IsCOMCall:0; Caller: winget-cli 2024-08-15 17:04:07.954 [CLI ] WinGet invoked with arguments: 'upgrade' '--silent' '--id' 'VideoLAN.VLC' '--verbose' 2024-08-15 17:04:07.955 [CLI ] Found subcommand: upgrade 2024-08-15 17:04:07.955 [CLI ] Leaf command to execute: root:upgrade 2024-08-15 17:04:07.956 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:07.956 [YAML] Detected UTF-8 2024-08-15 17:04:07.956 [YAML] Detected UTF-8 2024-08-15 17:04:07.956 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:07.957 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:07.957 [YAML] Detected UTF-8 2024-08-15 17:04:07.957 [YAML] Detected UTF-8 2024-08-15 17:04:07.957 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:07.957 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:07.957 [YAML] Detected UTF-8 2024-08-15 17:04:07.957 [YAML] Detected UTF-8 2024-08-15 17:04:07.957 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:07.957 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:07.957 [YAML] Detected UTF-8 2024-08-15 17:04:07.958 [YAML] Detected UTF-8 2024-08-15 17:04:07.958 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:07.958 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:07.958 [YAML] Detected UTF-8 2024-08-15 17:04:07.958 [YAML] Detected UTF-8 2024-08-15 17:04:07.958 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:07.958 [CLI ] Executing command: upgrade 2024-08-15 17:04:07.958 [REPO] Additional sources GP is not enabled. 2024-08-15 17:04:07.958 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-15 17:04:07.958 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:07.959 [YAML] Detected UTF-8 2024-08-15 17:04:07.959 [YAML] Detected UTF-8 2024-08-15 17:04:07.959 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:07.959 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 17:04:07.959 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 17:04:07.968 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-15 17:04:07.968 [YAML] Detected UTF-8 2024-08-15 17:04:07.968 [REPO] GetCurrentSourceRefs: Source named 'microsoft.builtin.desktop.frameworks' from origin Default is hidden and is dropped. 2024-08-15 17:04:07.968 [REPO] Default source requested, multiple sources available, adding all to source references. 2024-08-15 17:04:07.968 [REPO] Adding to source references msstore 2024-08-15 17:04:07.968 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:07.968 [YAML] Detected UTF-8 2024-08-15 17:04:07.969 [YAML] Detected UTF-8 2024-08-15 17:04:07.969 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:07.969 [CORE] Default proxy is not set 2024-08-15 17:04:07.969 [REPO] REST HTTP Client helper does not use proxy 2024-08-15 17:04:07.969 [REPO] Adding to source references winget 2024-08-15 17:04:07.969 [CLI ] Created authentication arguments. Mode: silentPreferred, Account: 2024-08-15 17:04:07.978 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB 2024-08-15 17:04:07.978 [CORE] Found matching extension. 2024-08-15 17:04:07.981 [REPO] Multiple sources available, creating aggregated source. 2024-08-15 17:04:07.981 [REPO] Adding to aggregated source: msstore 2024-08-15 17:04:07.981 [REPO] User agent caller found: winget-cli 2024-08-15 17:04:07.981 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information 2024-08-15 17:04:07.981 [REPO] Http GET request details: GET / HTTP/1.1 Content-Type: application/json User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/Microsoft.DesktopAppInstaller v1.23.1911.0 2024-08-15 17:04:08.112 [REPO] Response status: 200 2024-08-15 17:04:08.112 [REPO] Response details: HTTP/1.1 200 OK Cache-Control: max-age=0, no-cache, no-store Connection: keep-alive Content-Length: 861 Content-Type: application/json; charset=utf-8 Date: Thu, 15 Aug 2024 15:04:05 GMT Expires: Thu, 15 Aug 2024 15:04:05 GMT MS-CV: CUgAjsCUfkaBqMwY.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_Legacy000L4U_1.0.0.0 X-Segment-On: true {"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataResponse, StoreEdgeFD","Data":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataData, StoreEdgeFD","SourceIdentifier":"StoreEdgeFD","SourceAgreements":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.SourceAgreements, StoreEdgeFD","AgreementsIdentifier":"StoreEdgeFD","Agreements":[{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageManifest.AgreementDetail, StoreEdgeFD","AgreementLabel":"Terms of Transaction","AgreementUrl":"https://aka.ms/microsoft-store-terms-of-transaction"}]},"ServerSupportedVersions":["1.0.0","1.1.0","1.6.0"],"RequiredQueryParameters":["market"],"RequiredPackageMatchFields":["market"]}} 2024-08-15 17:04:08.112 [REPO] Authentication node not found. Assuming authentication type none. 2024-08-15 17:04:08.112 [REPO] User agent caller found: winget-cli 2024-08-15 17:04:08.112 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information 2024-08-15 17:04:08.112 [REPO] Http GET request details: GET / HTTP/1.1 Content-Type: application/json User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/Microsoft.DesktopAppInstaller v1.23.1911.0 2024-08-15 17:04:08.133 [REPO] Response status: 200 2024-08-15 17:04:08.133 [REPO] Response details: HTTP/1.1 200 OK Cache-Control: max-age=0, no-cache, no-store Connection: keep-alive Content-Length: 861 Content-Type: application/json; charset=utf-8 Date: Thu, 15 Aug 2024 15:04:05 GMT Expires: Thu, 15 Aug 2024 15:04:05 GMT MS-CV: CUgAjsCUfkaBqMwY.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_Legacy000L4U_1.0.0.0 X-Segment-On: true {"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataResponse, StoreEdgeFD","Data":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.PackageMetadataData, StoreEdgeFD","SourceIdentifier":"StoreEdgeFD","SourceAgreements":{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageMetadata.SourceAgreements, StoreEdgeFD","AgreementsIdentifier":"StoreEdgeFD","Agreements":[{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageManifest.AgreementDetail, StoreEdgeFD","AgreementLabel":"Terms of Transaction","AgreementUrl":"https://aka.ms/microsoft-store-terms-of-transaction"}]},"ServerSupportedVersions":["1.0.0","1.1.0","1.6.0"],"RequiredQueryParameters":["market"],"RequiredPackageMatchFields":["market"]}} 2024-08-15 17:04:08.134 [REPO] Authentication node not found. Assuming authentication type none. 2024-08-15 17:04:08.134 [REPO] Adding to aggregated source: winget 2024-08-15 17:04:08.139 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB 2024-08-15 17:04:08.139 [CORE] Found matching extension. 2024-08-15 17:04:08.160 [REPO] Opening database for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.814.2321.46_neutral__8wekyb3d8bbwe\Public\index.db' 2024-08-15 17:04:08.161 [REPO] Opened SQLite Index with version [2.0], last write [2024-08-15 00:19:36.000] 2024-08-15 17:04:08.608 [CLI ] Checking Source agreements for source: msstore 2024-08-15 17:04:08.608 [REPO] Additional sources GP is not enabled. 2024-08-15 17:04:08.608 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-15 17:04:08.608 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:08.609 [YAML] Detected UTF-8 2024-08-15 17:04:08.609 [YAML] Detected UTF-8 2024-08-15 17:04:08.609 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:08.609 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 17:04:08.609 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 17:04:08.609 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-15 17:04:08.609 [YAML] Detected UTF-8 2024-08-15 17:04:08.609 [CLI ] Source agreements satisfied. Source: msstore 2024-08-15 17:04:08.609 [CLI ] Checking Source agreements for source: winget 2024-08-15 17:04:08.610 [REPO] Additional sources GP is not enabled. 2024-08-15 17:04:08.610 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-15 17:04:08.610 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-15 17:04:08.610 [YAML] Detected UTF-8 2024-08-15 17:04:08.610 [YAML] Detected UTF-8 2024-08-15 17:04:08.610 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-15 17:04:08.610 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 17:04:08.610 [CORE] Adding chain to pinning configuration [Microsoft Store Source]: DigiCert Global Root G3 : PublicKey Microsoft Azure ECC TLS Issuing CA 04 : Subject | Issuer sfdataservice.microsoft.com : Subject | Issuer 2024-08-15 17:04:08.610 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-15 17:04:08.610 [YAML] Detected UTF-8 2024-08-15 17:04:08.610 [CLI ] Source agreements satisfied. Source: winget 2024-08-15 17:04:08.613 [REPO] Creating PredefinedInstalledSource with filter [ARP] 2024-08-15 17:04:08.613 [REPO] Creating new SQLite Index with version [Latest] at ':memory:' 2024-08-15 17:04:08.619 [REPO] Reading MSI UpgradeCodes 2024-08-15 17:04:08.627 [REPO] Examining ARP entries for Machine | X64 2024-08-15 17:04:08.627 [REPO] Adding manifest for [ARP\Machine\X64\7-Zip, 24.08] at relative path [] 2024-08-15 17:04:08.627 [REPO] Did not find an Id { ARP\Machine\X64\7-Zip } 2024-08-15 17:04:08.629 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.629 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-15 17:04:08.629 [REPO] Adding manifest for [ARP\Machine\X64\CPUID CPU-Z_is1, 2.10] at relative path [] 2024-08-15 17:04:08.629 [REPO] Did not find an Id { ARP\Machine\X64\CPUID CPU-Z_is1 } 2024-08-15 17:04:08.630 [REPO] Adding manifest for [ARP\Machine\X64\CrystalDiskInfo_is1, 9.3.2] at relative path [] 2024-08-15 17:04:08.630 [REPO] Did not find an Id { ARP\Machine\X64\CrystalDiskInfo_is1 } 2024-08-15 17:04:08.632 [REPO] Adding manifest for [ARP\Machine\X64\CrystalDiskMark8_is1, 8.0.5] at relative path [] 2024-08-15 17:04:08.632 [REPO] Did not find an Id { ARP\Machine\X64\CrystalDiskMark8_is1 } 2024-08-15 17:04:08.633 [REPO] Adding manifest for [ARP\Machine\X64\darktable, 4.8.1] at relative path [] 2024-08-15 17:04:08.633 [REPO] Did not find an Id { ARP\Machine\X64\darktable } 2024-08-15 17:04:08.634 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.634 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.634 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.634 [REPO] Adding manifest for [ARP\Machine\X64\Geany, 2.0] at relative path [] 2024-08-15 17:04:08.634 [REPO] Did not find an Id { ARP\Machine\X64\Geany } 2024-08-15 17:04:08.635 [REPO] Adding manifest for [ARP\Machine\X64\Git_is1, 2.46.0] at relative path [] 2024-08-15 17:04:08.635 [REPO] Did not find an Id { ARP\Machine\X64\Git_is1 } 2024-08-15 17:04:08.636 [REPO] Adding manifest for [ARP\Machine\X64\HashCheck Shell Extension, 2.5.0.1] at relative path [] 2024-08-15 17:04:08.636 [REPO] Did not find an Id { ARP\Machine\X64\HashCheck Shell Extension } 2024-08-15 17:04:08.637 [REPO] Adding manifest for [ARP\Machine\X64\HWiNFO64_is1, 8.06] at relative path [] 2024-08-15 17:04:08.637 [REPO] Did not find an Id { ARP\Machine\X64\HWiNFO64_is1 } 2024-08-15 17:04:08.638 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.638 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.639 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.639 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.639 [REPO] Adding manifest for [ARP\Machine\X64\IrfanView64, 4.67] at relative path [] 2024-08-15 17:04:08.639 [REPO] Did not find an Id { ARP\Machine\X64\IrfanView64 } 2024-08-15 17:04:08.640 [REPO] Adding manifest for [ARP\Machine\X64\Krita_x64, 5.2.3.100] at relative path [] 2024-08-15 17:04:08.640 [REPO] Did not find an Id { ARP\Machine\X64\Krita_x64 } 2024-08-15 17:04:08.641 [REPO] Adding manifest for [ARP\Machine\X64\LockHunter_is1, 3.4.3.146] at relative path [] 2024-08-15 17:04:08.641 [REPO] Did not find an Id { ARP\Machine\X64\LockHunter_is1 } 2024-08-15 17:04:08.642 [REPO] Adding manifest for [ARP\Machine\X64\MediaInfo, 24.06] at relative path [] 2024-08-15 17:04:08.642 [REPO] Did not find an Id { ARP\Machine\X64\MediaInfo } 2024-08-15 17:04:08.643 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.643 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.643 [REPO] Skipping mstsc-4b0a31aa-df6a-4307-9b47-d5cc50009643 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.643 [REPO] Adding manifest for [ARP\Machine\X64\Notepad++, 8.6.9] at relative path [] 2024-08-15 17:04:08.643 [REPO] Did not find an Id { ARP\Machine\X64\Notepad++ } 2024-08-15 17:04:08.645 [REPO] Adding manifest for [ARP\Machine\X64\NTLite_is1, 2024.3.9819.0] at relative path [] 2024-08-15 17:04:08.645 [REPO] Did not find an Id { ARP\Machine\X64\NTLite_is1 } 2024-08-15 17:04:08.646 [REPO] Adding manifest for [ARP\Machine\X64\OneDriveSetup.exe, 24.146.0721.0003] at relative path [] 2024-08-15 17:04:08.646 [REPO] Did not find an Id { ARP\Machine\X64\OneDriveSetup.exe } 2024-08-15 17:04:08.647 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.647 [REPO] Adding manifest for [ARP\Machine\X64\TreeSize Free_is1, 4.7.3] at relative path [] 2024-08-15 17:04:08.647 [REPO] Did not find an Id { ARP\Machine\X64\TreeSize Free_is1 } 2024-08-15 17:04:08.648 [REPO] Adding manifest for [ARP\Machine\X64\VID_17EF&PID_3063&MI_00, 1.31.38.54] at relative path [] 2024-08-15 17:04:08.648 [REPO] Did not find an Id { ARP\Machine\X64\VID_17EF&PID_3063&MI_00 } 2024-08-15 17:04:08.649 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.649 [REPO] Adding manifest for [ARP\Machine\X64\XnConvert (x64)_is1, 1.100.1.0] at relative path [] 2024-08-15 17:04:08.649 [REPO] Did not find an Id { ARP\Machine\X64\XnConvert (x64)_is1 } 2024-08-15 17:04:08.650 [REPO] Adding manifest for [ARP\Machine\X64\XnView MP (x64)_is1, 1.7.2.0] at relative path [] 2024-08-15 17:04:08.650 [REPO] Did not find an Id { ARP\Machine\X64\XnView MP (x64)_is1 } 2024-08-15 17:04:08.651 [REPO] Adding manifest for [ARP\Machine\X64\XnView Shell Extension_is1, 4.1.10] at relative path [] 2024-08-15 17:04:08.651 [REPO] Did not find an Id { ARP\Machine\X64\XnView Shell Extension_is1 } 2024-08-15 17:04:08.652 [REPO] Skipping {010792BA-551A-3AC0-A7EF-0FAB4156C382} because it is a SystemComponent 2024-08-15 17:04:08.653 [REPO] Skipping {01081DE2-00A3-48A9-8958-CDC543D8EF42} because it is a SystemComponent 2024-08-15 17:04:08.653 [REPO] Skipping {03171181-C838-4C5C-8615-BFAFAC6E19B0} because it is a SystemComponent 2024-08-15 17:04:08.653 [REPO] Adding manifest for [ARP\Machine\X64\{05CEE47E-921D-D694-3320-593EF2AEF22F}, 10.1.22621.755] at relative path [] 2024-08-15 17:04:08.653 [REPO] Did not find an Id { ARP\Machine\X64\{05CEE47E-921D-D694-3320-593EF2AEF22F} } 2024-08-15 17:04:08.654 [REPO] Skipping {06534C2E-CDD8-440B-A370-13E2E1C45FDC} because it is a SystemComponent 2024-08-15 17:04:08.654 [REPO] Skipping {07BE9B02-0247-471C-B06F-A3B1A8FA9216} because it is a SystemComponent 2024-08-15 17:04:08.654 [REPO] Skipping {0B884FA0-BBEE-4573-B696-426AA39ED913} because it is a SystemComponent 2024-08-15 17:04:08.654 [REPO] Adding manifest for [ARP\Machine\X64\{0C1D4CF2-5575-4786-834C-B0FC977E9714}}_is1, 6.24.0.5818] at relative path [] 2024-08-15 17:04:08.654 [REPO] Did not find an Id { ARP\Machine\X64\{0C1D4CF2-5575-4786-834C-B0FC977E9714}}_is1 } 2024-08-15 17:04:08.655 [REPO] Adding manifest for [ARP\Machine\X64\{0D8810A6-1D38-4885-9690-948CD0B7CA6F}, 2.4.10577] at relative path [] 2024-08-15 17:04:08.655 [REPO] Did not find an Id { ARP\Machine\X64\{0D8810A6-1D38-4885-9690-948CD0B7CA6F} } 2024-08-15 17:04:08.657 [REPO] Skipping {0EF5DD4D-EC49-4AE7-8C9A-F64FF8B3EA58} because it is a SystemComponent 2024-08-15 17:04:08.657 [REPO] Adding manifest for [ARP\Machine\X64\{1079CC62-177D-3C2B-A4BB-469930364B4C}, 9.0.30729.7523] at relative path [] 2024-08-15 17:04:08.657 [REPO] Did not find an Id { ARP\Machine\X64\{1079CC62-177D-3C2B-A4BB-469930364B4C} } 2024-08-15 17:04:08.658 [REPO] Skipping {116EF6D0-AE8E-4E6D-B0D8-EFF145CD45DA} because it is a SystemComponent 2024-08-15 17:04:08.658 [REPO] Skipping {13C2A26E-7AD4-4D82-BB4F-DEA6E871B958} because it is a SystemComponent 2024-08-15 17:04:08.659 [REPO] Skipping {1A631874-52CA-3CD6-84C2-0465F1280EDA} because it is a SystemComponent 2024-08-15 17:04:08.659 [REPO] Adding manifest for [ARP\Machine\X64\{1CEAC85D-2590-4760-800F-8DE5E91F3700}, 2345.5.42.0] at relative path [] 2024-08-15 17:04:08.659 [REPO] Did not find an Id { ARP\Machine\X64\{1CEAC85D-2590-4760-800F-8DE5E91F3700} } 2024-08-15 17:04:08.660 [REPO] Skipping {1D322079-F409-3868-944E-AD06A17806A1} because it is a SystemComponent 2024-08-15 17:04:08.660 [REPO] Adding manifest for [ARP\Machine\X64\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}, 10.0.40219] at relative path [] 2024-08-15 17:04:08.660 [REPO] Did not find an Id { ARP\Machine\X64\{1D8E6291-B0D5-35EC-8441-6616F567A0F7} } 2024-08-15 17:04:08.661 [REPO] Skipping {221BB52A-B763-4C9D-AA62-4B0B6C9AAD62} because it is a SystemComponent 2024-08-15 17:04:08.661 [REPO] Skipping {26BECEBB-31DE-4854-B019-9BB8EBFBBDF1} because it is a SystemComponent 2024-08-15 17:04:08.662 [REPO] Skipping {2AFD77B1-2D50-3C97-9355-1A6DFE55A31A} because it is a SystemComponent 2024-08-15 17:04:08.662 [REPO] Skipping {2DF0E6F6-1C0E-4AF3-BD8C-2DBD0A8A770F} because it is a SystemComponent 2024-08-15 17:04:08.662 [REPO] Adding manifest for [ARP\Machine\X64\{2FDB79CE-5193-4A39-82BB-E00158CC1533}, 0.5.3] at relative path [] 2024-08-15 17:04:08.662 [REPO] Did not find an Id { ARP\Machine\X64\{2FDB79CE-5193-4A39-82BB-E00158CC1533} } 2024-08-15 17:04:08.663 [REPO] Skipping {36505731-00CF-4BDE-8A6A-6D8BD2264C7A} because it is a SystemComponent 2024-08-15 17:04:08.663 [REPO] Skipping {36CB0F53-A98E-36D1-B1D8-3C1625F579EF} because it is a SystemComponent 2024-08-15 17:04:08.663 [REPO] Skipping {3BA242F8-BDB5-4096-9FBC-333CD663BBAD} because it is a SystemComponent 2024-08-15 17:04:08.663 [REPO] Skipping {3E3E3302-0CAD-4D0D-B6C0-206B30773468} because it is a SystemComponent 2024-08-15 17:04:08.663 [REPO] Skipping {41D9E0F7-EF1C-4C46-806C-360D9E36F4C2} because it is a SystemComponent 2024-08-15 17:04:08.663 [REPO] Skipping {42EC60F8-0BB6-4F58-8D0E-370CAB21A961} because it is a SystemComponent 2024-08-15 17:04:08.663 [REPO] Skipping {433283AA-1F1F-493A-836F-EDE6388F718A} because it is a SystemComponent 2024-08-15 17:04:08.663 [REPO] Adding manifest for [ARP\Machine\X64\{486B3B93-540D-44A6-A673-D2297355D563}, 7.0.0] at relative path [] 2024-08-15 17:04:08.663 [REPO] Did not find an Id { ARP\Machine\X64\{486B3B93-540D-44A6-A673-D2297355D563} } 2024-08-15 17:04:08.664 [REPO] Skipping {4AB1C7BA-2E13-35DB-8D68-F39A670A5F75} because it is a SystemComponent 2024-08-15 17:04:08.664 [REPO] Adding manifest for [ARP\Machine\X64\{4CA20D9A-98AC-4DD6-9C16-7449F29AC08A}_is1, 1.0.0] at relative path [] 2024-08-15 17:04:08.664 [REPO] Did not find an Id { ARP\Machine\X64\{4CA20D9A-98AC-4DD6-9C16-7449F29AC08A}_is1 } 2024-08-15 17:04:08.665 [REPO] Skipping {4F92028E-C960-4E70-B04F-EA2B3E137951} because it is a SystemComponent 2024-08-15 17:04:08.665 [REPO] Skipping {516DE5E2-17F6-4C39-97DD-14436DF8E25F} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {518CABDD-A838-4C9D-873E-5B3390DCE8AA} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {53CF6934-A98D-3D84-9146-FC4EDF3D5641} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {568F99E8-9F2D-48D7-A05D-D64C512B3AFD} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {57F33504-26E0-400A-88BF-08DE38F23925} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {59C4A6C5-E254-4819-B254-0B4FF17747EB} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {59CED48F-EBFE-480C-8A38-FC079C2BEC0F} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {5C67AF85-8F17-49C9-854F-8E40208ECFBE} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {5CA9E191-37EF-4DC4-BA01-87E0E73B035B} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Skipping {5CF4E75C-03D0-445A-8ADD-6EB0FE4B4648} because it is a SystemComponent 2024-08-15 17:04:08.666 [REPO] Adding manifest for [ARP\Machine\X64\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}, 9.0.30729.6161] at relative path [] 2024-08-15 17:04:08.666 [REPO] Did not find an Id { ARP\Machine\X64\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4} } 2024-08-15 17:04:08.667 [REPO] Adding manifest for [ARP\Machine\X64\{60FAB781-18F2-4D2B-A8E7-B3AADD327955}_is1, 2.1.32.800] at relative path [] 2024-08-15 17:04:08.667 [REPO] Did not find an Id { ARP\Machine\X64\{60FAB781-18F2-4D2B-A8E7-B3AADD327955}_is1 } 2024-08-15 17:04:08.669 [REPO] Skipping {6204E232-6522-4B6E-B22C-4F0DF7CCA27C} because it is a SystemComponent 2024-08-15 17:04:08.669 [REPO] Skipping {62A8E894-9FD1-45A0-A4D0-BD9FA854818D} because it is a SystemComponent 2024-08-15 17:04:08.669 [REPO] Adding manifest for [ARP\Machine\X64\{6351CDAC-7961-44A5-8C07-B4F25220EE14}_is1, 4.0.11] at relative path [] 2024-08-15 17:04:08.669 [REPO] Did not find an Id { ARP\Machine\X64\{6351CDAC-7961-44A5-8C07-B4F25220EE14}_is1 } 2024-08-15 17:04:08.670 [REPO] Skipping {64E54487-0E1A-4534-87C1-37239AEEB2BE} because it is a SystemComponent 2024-08-15 17:04:08.670 [REPO] Skipping {663E7053-3B36-4AE5-8223-234867FAEAE6} because it is a SystemComponent 2024-08-15 17:04:08.670 [REPO] Skipping {6894E409-CB60-4A57-A8DA-01E53F497994} because it is a SystemComponent 2024-08-15 17:04:08.670 [REPO] Skipping {69B1631F-5F98-4C6C-B757-46B0ECC8EDBB} because it is a SystemComponent 2024-08-15 17:04:08.670 [REPO] Skipping {6B7E3789-27EB-42C2-8954-20D0FCF9BAD9} because it is a SystemComponent 2024-08-15 17:04:08.670 [REPO] Skipping {6BF59E75-BE05-4C69-9C48-3532B6DE0EC5} because it is a SystemComponent 2024-08-15 17:04:08.670 [REPO] Adding manifest for [ARP\Machine\X64\{6F320B93-EE3C-4826-85E0-ADF79F8D4C61}, 3.11.2177.7163] at relative path [] 2024-08-15 17:04:08.670 [REPO] Did not find an Id { ARP\Machine\X64\{6F320B93-EE3C-4826-85E0-ADF79F8D4C61} } 2024-08-15 17:04:08.672 [REPO] Skipping {72C29BED-666F-4E5E-BC49-DF44C890742E} because it is a SystemComponent 2024-08-15 17:04:08.672 [REPO] Skipping {7FE24458-0796-4428-99C2-9A0F8DAB93CC} because it is a SystemComponent 2024-08-15 17:04:08.672 [REPO] Adding manifest for [ARP\Machine\X64\{850cdc16-85df-4052-b06e-4e3e9e83c5c6}, 1.80.601141] at relative path [] 2024-08-15 17:04:08.672 [REPO] Did not find an Id { ARP\Machine\X64\{850cdc16-85df-4052-b06e-4e3e9e83c5c6} } 2024-08-15 17:04:08.673 [REPO] Skipping {854B6E23-DB23-4469-94B2-24BC3BDCA96E} because it is a SystemComponent 2024-08-15 17:04:08.673 [REPO] Skipping {8584855C-3B2B-4F95-BE1D-CCA5B6DE2815} because it is a SystemComponent 2024-08-15 17:04:08.673 [REPO] Skipping {86B0E6C1-32E0-42CC-BC4F-BF3C0730CECB} because it is a SystemComponent 2024-08-15 17:04:08.673 [REPO] Skipping {8A63454D-8E13-4014-821F-DFA1082EC183} because it is a SystemComponent 2024-08-15 17:04:08.673 [REPO] Skipping {8B5384CA-D189-4CFE-8DF0-2D05B4EA8499} because it is a SystemComponent 2024-08-15 17:04:08.673 [REPO] Skipping {93FD7D11-2248-48DF-84A9-8F66E45E3417} because it is a SystemComponent 2024-08-15 17:04:08.673 [REPO] Adding manifest for [ARP\Machine\X64\{9675011C-2395-4AD7-B1CC-92910F991F58}, 3.0.20.0] at relative path [] 2024-08-15 17:04:08.673 [REPO] Did not find an Id { ARP\Machine\X64\{9675011C-2395-4AD7-B1CC-92910F991F58} } 2024-08-15 17:04:08.674 [REPO] Skipping {976580F3-B710-4C76-8D12-EB1905833370} because it is a SystemComponent 2024-08-15 17:04:08.674 [REPO] Skipping {98927287-8779-447A-919E-73028D53F719} because it is a SystemComponent 2024-08-15 17:04:08.674 [REPO] Skipping {9ACB23DB-4D32-49ED-A5E3-F4E2F8D9D2AA} because it is a SystemComponent 2024-08-15 17:04:08.674 [REPO] Adding manifest for [ARP\Machine\X64\{9B512822-E3B5-4D72-8CE2-61544D75463C}, 1.3.46.0] at relative path [] 2024-08-15 17:04:08.674 [REPO] Did not find an Id { ARP\Machine\X64\{9B512822-E3B5-4D72-8CE2-61544D75463C} } 2024-08-15 17:04:08.675 [REPO] Skipping {9C91AE94-81AB-4A5F-8B95-FB1478450EC6} because it is a SystemComponent 2024-08-15 17:04:08.676 [REPO] Skipping {9D1150CA-4E91-4CEA-8653-6D7026137090} because it is a SystemComponent 2024-08-15 17:04:08.676 [REPO] Skipping {9EFD0CF9-17ED-422A-8227-16DFDD867EC4} because it is a SystemComponent 2024-08-15 17:04:08.676 [REPO] Skipping {9F6AA59A-AF40-32FB-9707-DDB1D80D42C3} because it is a SystemComponent 2024-08-15 17:04:08.676 [REPO] Adding manifest for [ARP\Machine\X64\{9FD91C5C-44AE-4D9D-85BE-AE52816B0294}, 30.100.2020.7] at relative path [] 2024-08-15 17:04:08.676 [REPO] Did not find an Id { ARP\Machine\X64\{9FD91C5C-44AE-4D9D-85BE-AE52816B0294} } 2024-08-15 17:04:08.677 [REPO] Skipping {A4FD1CAB-F73A-4B7D-A093-FCA1FE3EE183} because it is a SystemComponent 2024-08-15 17:04:08.677 [REPO] Skipping {A514DED0-F02D-48FA-8E38-E88652946E47} because it is a SystemComponent 2024-08-15 17:04:08.677 [REPO] Skipping {A59F43A6-AADB-42EB-883B-2FE4E3AA3A69} because it is a SystemComponent 2024-08-15 17:04:08.677 [REPO] Skipping {A7036CFB-B403-4598-85FF-D397ABB88173} because it is a SystemComponent 2024-08-15 17:04:08.677 [REPO] Skipping {A721F6FD-9ED5-4D0A-9D14-FB1F7E97D24F} because it is a SystemComponent 2024-08-15 17:04:08.677 [REPO] Adding manifest for [ARP\Machine\X64\{A8DFE386-5055-48F6-95C9-8DF312812625}, 3.15.0] at relative path [] 2024-08-15 17:04:08.677 [REPO] Did not find an Id { ARP\Machine\X64\{A8DFE386-5055-48F6-95C9-8DF312812625} } 2024-08-15 17:04:08.678 [REPO] Skipping {B0FC828F-678C-4868-9B5B-99639758E6F3} because it is a SystemComponent 2024-08-15 17:04:08.678 [REPO] Adding manifest for [ARP\Machine\X64\{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_Display.Driver, 556.12] at relative path [] 2024-08-15 17:04:08.679 [REPO] Did not find an Id { ARP\Machine\X64\{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_Display.Driver } 2024-08-15 17:04:08.680 [REPO] Skipping {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_installer because it is a SystemComponent 2024-08-15 17:04:08.680 [REPO] Skipping {B5A57BF9-FC7A-4FA6-BAEB-46E173986DF3} because it is a SystemComponent 2024-08-15 17:04:08.680 [REPO] Skipping {B8B3BB4A-A10D-4F51-91B7-A64FFAC31EA7} because it is a SystemComponent 2024-08-15 17:04:08.680 [REPO] Adding manifest for [ARP\Machine\X64\{B8F14C75-4C2A-4F80-B017-CE8FABC134E1}, 6.4.3.0] at relative path [] 2024-08-15 17:04:08.680 [REPO] Did not find an Id { ARP\Machine\X64\{B8F14C75-4C2A-4F80-B017-CE8FABC134E1} } 2024-08-15 17:04:08.681 [REPO] Skipping {BB03A87B-4F96-44EF-AFAC-3F2D9F9CEDEA} because it is a SystemComponent 2024-08-15 17:04:08.681 [REPO] Skipping {BBA9C60D-75E7-44EE-922D-069AA85C8EC1} because it is a SystemComponent 2024-08-15 17:04:08.681 [REPO] Skipping {BD401329-F877-391C-9E5A-FEB423C5A196} because it is a SystemComponent 2024-08-15 17:04:08.681 [REPO] Skipping {BDE43F26-5917-44F8-B86A-F1D9A6B80B32} because it is a SystemComponent 2024-08-15 17:04:08.681 [REPO] Adding manifest for [ARP\Machine\X64\{C207AD7B-AE16-4A26-B31C-F79880F30A22}}_is1, 0.64] at relative path [] 2024-08-15 17:04:08.681 [REPO] Did not find an Id { ARP\Machine\X64\{C207AD7B-AE16-4A26-B31C-F79880F30A22}}_is1 } 2024-08-15 17:04:08.682 [REPO] Skipping {C2863251-07E7-44A0-B2F8-4C4E2AF08937} because it is a SystemComponent 2024-08-15 17:04:08.683 [REPO] Skipping {C6E3AC97-940D-46E5-8C35-04927431D008} because it is a SystemComponent 2024-08-15 17:04:08.683 [REPO] Adding manifest for [ARP\Machine\X64\{C6F34AE0-0576-11d4-82FE-4491FCC00000}, 3.2.147] at relative path [] 2024-08-15 17:04:08.683 [REPO] Did not find an Id { ARP\Machine\X64\{C6F34AE0-0576-11d4-82FE-4491FCC00000} } 2024-08-15 17:04:08.684 [REPO] Adding manifest for [ARP\Machine\X64\{C6FD611E-7EFE-488C-A0E0-974C09EF6473}, 5.72.0.0] at relative path [] 2024-08-15 17:04:08.684 [REPO] Did not find an Id { ARP\Machine\X64\{C6FD611E-7EFE-488C-A0E0-974C09EF6473} } 2024-08-15 17:04:08.685 [REPO] Skipping {C85DF635-763A-4B7F-A325-D9C885E48148} because it is a SystemComponent 2024-08-15 17:04:08.685 [REPO] Skipping {CA4FE2DB-2E1C-453B-B8C9-960AB929E5B4} because it is a SystemComponent 2024-08-15 17:04:08.685 [REPO] Adding manifest for [ARP\Machine\X64\{CA8F10D6-31EC-42F4-A94E-0061A5D183D1}, 17.5.2] at relative path [] 2024-08-15 17:04:08.685 [REPO] Did not find an Id { ARP\Machine\X64\{CA8F10D6-31EC-42F4-A94E-0061A5D183D1} } 2024-08-15 17:04:08.686 [REPO] Skipping {CE79B4DA-3D44-493D-8EDC-9CAAD46C7DEF} because it is a SystemComponent 2024-08-15 17:04:08.686 [REPO] Adding manifest for [ARP\Machine\X64\{D2F1F29D-6136-48A8-A3AE-8952E24C65B5}, 5.57.0] at relative path [] 2024-08-15 17:04:08.686 [REPO] Did not find an Id { ARP\Machine\X64\{D2F1F29D-6136-48A8-A3AE-8952E24C65B5} } 2024-08-15 17:04:08.688 [REPO] Adding manifest for [ARP\Machine\X64\{D31E6E69-4C6A-42CC-926F-CC7B186864EB}_is1, 3.5.9.9] at relative path [] 2024-08-15 17:04:08.688 [REPO] Did not find an Id { ARP\Machine\X64\{D31E6E69-4C6A-42CC-926F-CC7B186864EB}_is1 } 2024-08-15 17:04:08.689 [REPO] Skipping {D404A759-EC9F-4C95-A9FD-2CC8EFF89E03} because it is a SystemComponent 2024-08-15 17:04:08.689 [REPO] Adding manifest for [ARP\Machine\X64\{D439DC87-0765-4B55-A29D-813C13052D1C}, 7.4.4.0] at relative path [] 2024-08-15 17:04:08.689 [REPO] Did not find an Id { ARP\Machine\X64\{D439DC87-0765-4B55-A29D-813C13052D1C} } 2024-08-15 17:04:08.690 [REPO] Skipping {D582EFF4-AE1D-4FB4-A479-80D794482303} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Skipping {DA718382-BEB8-4B6D-BAF5-138A03F8CF26} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Skipping {DBB48387-294D-4179-81CB-B06A97F8CD8E} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Skipping {DD4C55D7-B644-4274-AEC9-77AAB3FB00F2} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Skipping {DFE9C1B1-B059-46C6-8272-A4975CE7C844} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Skipping {E1EE241B-E1C5-4AE4-8350-172935F11BB0} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Skipping {E4C64A61-464D-4130-8722-5E9BD38A0424} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Skipping {E81E3299-FFE8-442B-8EA2-5F72CFF0AF9A} because it is a SystemComponent 2024-08-15 17:04:08.690 [REPO] Adding manifest for [ARP\Machine\X64\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1, 1.92.1] at relative path [] 2024-08-15 17:04:08.690 [REPO] Did not find an Id { ARP\Machine\X64\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1 } 2024-08-15 17:04:08.692 [REPO] Skipping {EA5925BC-9240-4DF5-BC08-F0F37AFF1A78} because it is a SystemComponent 2024-08-15 17:04:08.692 [REPO] Skipping {EE5EB03B-D65C-4991-848E-2C6E024326DB} because it is a SystemComponent 2024-08-15 17:04:08.692 [REPO] Skipping {F3AEB036-4B8A-4C25-B4D2-850944E909C4} because it is a SystemComponent 2024-08-15 17:04:08.692 [REPO] Skipping {F4E591C2-810D-4D36-B4F9-DC55103019D1} because it is a SystemComponent 2024-08-15 17:04:08.692 [REPO] Adding manifest for [ARP\Machine\X64\{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1, 5.8.0.0] at relative path [] 2024-08-15 17:04:08.692 [REPO] Did not find an Id { ARP\Machine\X64\{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1 } 2024-08-15 17:04:08.693 [REPO] Skipping {F590F859-2F6A-4559-9D09-A8FC442AF16B} because it is a SystemComponent 2024-08-15 17:04:08.693 [REPO] Skipping {F69305BE-6EFA-45D0-9635-752373304A1A} because it is a SystemComponent 2024-08-15 17:04:08.693 [REPO] Skipping {F6FBF64F-D459-4F03-BF3B-C0A36A0596A2} because it is a SystemComponent 2024-08-15 17:04:08.693 [REPO] Skipping {FBF244F9-0912-4C4D-86C0-DF787B787A9A} because it is a SystemComponent 2024-08-15 17:04:08.693 [REPO] Skipping {FEB76EC8-02F4-46E6-8031-BE403766D13A} because it is a SystemComponent 2024-08-15 17:04:08.693 [REPO] Examining ARP entries for Machine | X86 2024-08-15 17:04:08.693 [REPO] Adding manifest for [ARP\Machine\X86\aab4d24c, 17.11.0] at relative path [] 2024-08-15 17:04:08.693 [REPO] Did not find an Id { ARP\Machine\X86\aab4d24c } 2024-08-15 17:04:08.694 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.694 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-15 17:04:08.694 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.695 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.695 [REPO] Adding manifest for [ARP\Machine\X86\FileOptimizer, 16.6.0.0] at relative path [] 2024-08-15 17:04:08.695 [REPO] Did not find an Id { ARP\Machine\X86\FileOptimizer } 2024-08-15 17:04:08.696 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.696 [REPO] Adding manifest for [ARP\Machine\X86\Google Chrome, 127.0.6533.101] at relative path [] 2024-08-15 17:04:08.696 [REPO] Did not find an Id { ARP\Machine\X86\Google Chrome } 2024-08-15 17:04:08.697 [REPO] Adding manifest for [ARP\Machine\X86\GPAC, Unknown] at relative path [] 2024-08-15 17:04:08.697 [REPO] Did not find an Id { ARP\Machine\X86\GPAC } 2024-08-15 17:04:08.698 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.698 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.698 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.698 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.698 [REPO] Adding manifest for [ARP\Machine\X86\KeePassPasswordSafe2_is1, 2.57] at relative path [] 2024-08-15 17:04:08.698 [REPO] Did not find an Id { ARP\Machine\X86\KeePassPasswordSafe2_is1 } 2024-08-15 17:04:08.699 [REPO] Adding manifest for [ARP\Machine\X86\KLiteCodecPack_is1, 18.0.5] at relative path [] 2024-08-15 17:04:08.699 [REPO] Did not find an Id { ARP\Machine\X86\KLiteCodecPack_is1 } 2024-08-15 17:04:08.700 [REPO] Adding manifest for [ARP\Machine\X86\MakeMKV, v1.17.7] at relative path [] 2024-08-15 17:04:08.701 [REPO] Did not find an Id { ARP\Machine\X86\MakeMKV } 2024-08-15 17:04:08.701 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge, 127.0.2651.98] at relative path [] 2024-08-15 17:04:08.702 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge } 2024-08-15 17:04:08.703 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge Update, 1.3.195.15] at relative path [] 2024-08-15 17:04:08.703 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge Update } 2024-08-15 17:04:08.703 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft EdgeWebView, 127.0.2651.98] at relative path [] 2024-08-15 17:04:08.704 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft EdgeWebView } 2024-08-15 17:04:08.705 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.705 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.705 [REPO] Adding manifest for [ARP\Machine\X86\NpcapInst, 1.55] at relative path [] 2024-08-15 17:04:08.705 [REPO] Did not find an Id { ARP\Machine\X86\NpcapInst } 2024-08-15 17:04:08.706 [REPO] Adding manifest for [ARP\Machine\X86\PhotoQt, Unknown] at relative path [] 2024-08-15 17:04:08.706 [REPO] Did not find an Id { ARP\Machine\X86\PhotoQt } 2024-08-15 17:04:08.707 [REPO] Adding manifest for [ARP\Machine\X86\Plex, 1.97.2] at relative path [] 2024-08-15 17:04:08.707 [REPO] Did not find an Id { ARP\Machine\X86\Plex } 2024-08-15 17:04:08.708 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.708 [REPO] Adding manifest for [ARP\Machine\X86\Steam, 2.10.91.91] at relative path [] 2024-08-15 17:04:08.708 [REPO] Did not find an Id { ARP\Machine\X86\Steam } 2024-08-15 17:04:08.709 [REPO] Adding manifest for [ARP\Machine\X86\ThinkPad Thunderbolt 3 Dock_is1, 1.001.8] at relative path [] 2024-08-15 17:04:08.709 [REPO] Did not find an Id { ARP\Machine\X86\ThinkPad Thunderbolt 3 Dock_is1 } 2024-08-15 17:04:08.710 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.710 [REPO] Adding manifest for [ARP\Machine\X86\Wireshark, 4.2.6] at relative path [] 2024-08-15 17:04:08.710 [REPO] Did not find an Id { ARP\Machine\X86\Wireshark } 2024-08-15 17:04:08.711 [REPO] Adding manifest for [ARP\Machine\X86\yubikey-manager, 1.2.6] at relative path [] 2024-08-15 17:04:08.711 [REPO] Did not find an Id { ARP\Machine\X86\yubikey-manager } 2024-08-15 17:04:08.712 [REPO] Adding manifest for [ARP\Machine\X86\yubikey-personalization-gui, 3.1.25] at relative path [] 2024-08-15 17:04:08.713 [REPO] Did not find an Id { ARP\Machine\X86\yubikey-personalization-gui } 2024-08-15 17:04:08.714 [REPO] Adding manifest for [ARP\Machine\X86\{00000060-0230-1044-84C8-B8D95FA3C8C3}, 23.60.0.1] at relative path [] 2024-08-15 17:04:08.714 [REPO] Did not find an Id { ARP\Machine\X86\{00000060-0230-1044-84C8-B8D95FA3C8C3} } 2024-08-15 17:04:08.715 [REPO] Adding manifest for [ARP\Machine\X86\{04201224-2B34-4EE7-862B-B7BBF89DB3AB}, 11.15.0327.2024] at relative path [] 2024-08-15 17:04:08.715 [REPO] Did not find an Id { ARP\Machine\X86\{04201224-2B34-4EE7-862B-B7BBF89DB3AB} } 2024-08-15 17:04:08.716 [REPO] Adding manifest for [ARP\Machine\X86\{042d26ef-3dbe-4c25-95d3-4c1b11b235a7}, 12.0.40664.0] at relative path [] 2024-08-15 17:04:08.716 [REPO] Did not find an Id { ARP\Machine\X86\{042d26ef-3dbe-4c25-95d3-4c1b11b235a7} } 2024-08-15 17:04:08.717 [REPO] Skipping {0703311b-31d5-4c17-9668-c48dee4b7749} because it is a SystemComponent 2024-08-15 17:04:08.717 [REPO] Adding manifest for [ARP\Machine\X86\{0A46A65D-89AC-464C-8026-3CD44960BD04}, 6.3.9600.2370] at relative path [] 2024-08-15 17:04:08.717 [REPO] Did not find an Id { ARP\Machine\X86\{0A46A65D-89AC-464C-8026-3CD44960BD04} } 2024-08-15 17:04:08.719 [REPO] Skipping {0C3457A0-3DCE-4A33-BEF0-9B528C557771} because it is a SystemComponent 2024-08-15 17:04:08.720 [REPO] Skipping {0c4a8fdd-5125-4b00-8a64-4837477f3997} because it is a SystemComponent 2024-08-15 17:04:08.720 [REPO] Adding manifest for [ARP\Machine\X86\{1784A8CD-F7FE-47E2-A87D-1F31E7242D0D}, 4.7.03062] at relative path [] 2024-08-15 17:04:08.720 [REPO] Did not find an Id { ARP\Machine\X86\{1784A8CD-F7FE-47E2-A87D-1F31E7242D0D} } 2024-08-15 17:04:08.721 [REPO] Skipping {18b616d9-4adb-4666-82ce-a8a4337bd269} because it is a SystemComponent 2024-08-15 17:04:08.721 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2151757 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.721 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2467173 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2524860 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2544655 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2549743 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2565063 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2608539 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2689322 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2723430 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2821701 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2845370 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB2890375 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1D8E6291-B0D5-35EC-8441-6616F567A0F7}.KB982573 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.722 [REPO] Skipping {1fe0084f-3e2b-4ba9-a4a6-c33f56e7f886} because it is a SystemComponent 2024-08-15 17:04:08.722 [REPO] Skipping {205ef3a8-937b-43cb-90fc-2f58f71408d8} because it is a SystemComponent 2024-08-15 17:04:08.722 [REPO] Adding manifest for [ARP\Machine\X86\{2600102a-dac2-4b2a-8257-df60c573fc29}, 5.5.7.18773] at relative path [] 2024-08-15 17:04:08.722 [REPO] Did not find an Id { ARP\Machine\X86\{2600102a-dac2-4b2a-8257-df60c573fc29} } 2024-08-15 17:04:08.724 [REPO] Skipping {2A1FB39E-C04E-4DD1-A8E9-5AF8E4DC5DDA} because it is a SystemComponent 2024-08-15 17:04:08.724 [REPO] Adding manifest for [ARP\Machine\X86\{31688237-5491-4d47-bf20-37a3a113b798}, 6.17.21301] at relative path [] 2024-08-15 17:04:08.724 [REPO] Did not find an Id { ARP\Machine\X86\{31688237-5491-4d47-bf20-37a3a113b798} } 2024-08-15 17:04:08.725 [REPO] Skipping {34663e82-6c5e-4b48-b1b1-fee1881dc39b} because it is a SystemComponent 2024-08-15 17:04:08.725 [REPO] Adding manifest for [ARP\Machine\X86\{362ea044-f96f-45c7-b59f-0dbe5ca98ff4}, 7.0.20.33720] at relative path [] 2024-08-15 17:04:08.725 [REPO] Did not find an Id { ARP\Machine\X86\{362ea044-f96f-45c7-b59f-0dbe5ca98ff4} } 2024-08-15 17:04:08.726 [REPO] Skipping {3ef1fc32-716a-4106-8753-508ce6d0b270} because it is a SystemComponent 2024-08-15 17:04:08.726 [REPO] Skipping {45BF09E7-745C-4EA8-AB3D-2F734AB57EB2} because it is a SystemComponent 2024-08-15 17:04:08.726 [REPO] Adding manifest for [ARP\Machine\X86\{47109d57-d746-4f8b-9618-ed6a17cc922b}, 14.40.33810.0] at relative path [] 2024-08-15 17:04:08.726 [REPO] Did not find an Id { ARP\Machine\X86\{47109d57-d746-4f8b-9618-ed6a17cc922b} } 2024-08-15 17:04:08.728 [REPO] Adding manifest for [ARP\Machine\X86\{4760b20b-ecb4-47a9-9d48-0f2158d0ac78}, 8.2.624.27209] at relative path [] 2024-08-15 17:04:08.728 [REPO] Did not find an Id { ARP\Machine\X86\{4760b20b-ecb4-47a9-9d48-0f2158d0ac78} } 2024-08-15 17:04:08.729 [REPO] Skipping {488D2737-A8BE-4F2A-8A9B-AEFF2DB8833F} because it is a SystemComponent 2024-08-15 17:04:08.729 [REPO] Skipping {4FB48B50-C8BF-4EC5-983E-F740A6B05FAF} because it is a SystemComponent 2024-08-15 17:04:08.729 [REPO] Skipping {56b89a97-2659-4931-bffa-4b136a521eb1} because it is a SystemComponent 2024-08-15 17:04:08.729 [REPO] Skipping {5845E00D-7409-475B-B7F3-D88C2598D7D4} because it is a SystemComponent 2024-08-15 17:04:08.729 [REPO] Adding manifest for [ARP\Machine\X86\{5af95fd8-a22e-458f-acee-c61bd787178e}, 14.40.33810.0] at relative path [] 2024-08-15 17:04:08.729 [REPO] Did not find an Id { ARP\Machine\X86\{5af95fd8-a22e-458f-acee-c61bd787178e} } 2024-08-15 17:04:08.730 [REPO] Skipping {5E7CA2F5-FE75-4D40-8533-653524E82407} because it is a SystemComponent 2024-08-15 17:04:08.730 [REPO] Skipping {5EA6C998-D5AC-4ED9-89C3-9F25B17CCD3D} because it is a SystemComponent 2024-08-15 17:04:08.730 [REPO] Adding manifest for [ARP\Machine\X86\{5F01B3C4-9BEC-465D-9C68-BB97D381FFAD}, 4.6.01590] at relative path [] 2024-08-15 17:04:08.730 [REPO] Did not find an Id { ARP\Machine\X86\{5F01B3C4-9BEC-465D-9C68-BB97D381FFAD} } 2024-08-15 17:04:08.732 [REPO] Skipping {6493bd69-f9cb-4069-b7cc-4f9f6f859ff9} because it is a SystemComponent 2024-08-15 17:04:08.732 [REPO] Adding manifest for [ARP\Machine\X86\{6c2f4b5b-86d2-4aff-bf79-d1e73cc20ab3}, 7.0.20.24269] at relative path [] 2024-08-15 17:04:08.732 [REPO] Did not find an Id { ARP\Machine\X86\{6c2f4b5b-86d2-4aff-bf79-d1e73cc20ab3} } 2024-08-15 17:04:08.733 [REPO] Skipping {6E1E4E9A-2444-420C-A425-9C219C795A4F} because it is a SystemComponent 2024-08-15 17:04:08.733 [REPO] Adding manifest for [ARP\Machine\X86\{70DE02E8-FBDD-4892-9B21-117DCA1DD553}_is1, 1.2.6.9] at relative path [] 2024-08-15 17:04:08.734 [REPO] Did not find an Id { ARP\Machine\X86\{70DE02E8-FBDD-4892-9B21-117DCA1DD553}_is1 } 2024-08-15 17:04:08.735 [REPO] Adding manifest for [ARP\Machine\X86\{754bcfb5-42ac-4c12-8f12-b818943a1365}, 8.0.7.33814] at relative path [] 2024-08-15 17:04:08.735 [REPO] Did not find an Id { ARP\Machine\X86\{754bcfb5-42ac-4c12-8f12-b818943a1365} } 2024-08-15 17:04:08.736 [REPO] Adding manifest for [ARP\Machine\X86\{75ff833d-c7ea-449a-80c9-cc8799274a16}, 1.51.0.0] at relative path [] 2024-08-15 17:04:08.736 [REPO] Did not find an Id { ARP\Machine\X86\{75ff833d-c7ea-449a-80c9-cc8799274a16} } 2024-08-15 17:04:08.738 [REPO] Adding manifest for [ARP\Machine\X86\{7CBA9009-7EA4-338B-893D-9607CD829ADF}, 9.0.30729.7523] at relative path [] 2024-08-15 17:04:08.738 [REPO] Did not find an Id { ARP\Machine\X86\{7CBA9009-7EA4-338B-893D-9607CD829ADF} } 2024-08-15 17:04:08.739 [REPO] Adding manifest for [ARP\Machine\X86\{7D4A3D49-EFBB-8835-6523-A4437F7F34B1}, 10.1.22621.755] at relative path [] 2024-08-15 17:04:08.739 [REPO] Did not find an Id { ARP\Machine\X86\{7D4A3D49-EFBB-8835-6523-A4437F7F34B1} } 2024-08-15 17:04:08.740 [REPO] Skipping {7e58df71-ff1c-43fd-a618-5511b76c0dd9} because it is a SystemComponent 2024-08-15 17:04:08.740 [REPO] Skipping {8122DAB1-ED4D-3676-BB0A-CA368196543E} because it is a SystemComponent 2024-08-15 17:04:08.741 [REPO] Adding manifest for [ARP\Machine\X86\{81e52d1e-fc80-48f4-8748-e0cffc44ad4f}, 6.4.2524.37903] at relative path [] 2024-08-15 17:04:08.741 [REPO] Did not find an Id { ARP\Machine\X86\{81e52d1e-fc80-48f4-8748-e0cffc44ad4f} } 2024-08-15 17:04:08.742 [REPO] Adding manifest for [ARP\Machine\X86\{81EF376F-C9A1-42A3-8997-22A1DE4687F0}, 4.8.09037] at relative path [] 2024-08-15 17:04:08.742 [REPO] Did not find an Id { ARP\Machine\X86\{81EF376F-C9A1-42A3-8997-22A1DE4687F0} } 2024-08-15 17:04:08.743 [REPO] Adding manifest for [ARP\Machine\X86\{8DD67B10-D676-4CCF-B141-E17A6B135016}, 4.8.09037] at relative path [] 2024-08-15 17:04:08.744 [REPO] Did not find an Id { ARP\Machine\X86\{8DD67B10-D676-4CCF-B141-E17A6B135016} } 2024-08-15 17:04:08.745 [REPO] Adding manifest for [ARP\Machine\X86\{8EA79DBF-D637-448A-89D6-410A087A4493}, 1.00.0000] at relative path [] 2024-08-15 17:04:08.745 [REPO] Did not find an Id { ARP\Machine\X86\{8EA79DBF-D637-448A-89D6-410A087A4493} } 2024-08-15 17:04:08.747 [REPO] Adding manifest for [ARP\Machine\X86\{8FECE42C-871F-4A52-BE1A-1D162C80C705}, 3.6.373.0] at relative path [] 2024-08-15 17:04:08.747 [REPO] Did not find an Id { ARP\Machine\X86\{8FECE42C-871F-4A52-BE1A-1D162C80C705} } 2024-08-15 17:04:08.748 [REPO] Skipping {9454a0e6-0762-48ec-b153-2a75b252d1fb} because it is a SystemComponent 2024-08-15 17:04:08.748 [REPO] Adding manifest for [ARP\Machine\X86\{9BE518E6-ECC6-35A9-88E4-87755C07200F}, 9.0.30729.6161] at relative path [] 2024-08-15 17:04:08.748 [REPO] Did not find an Id { ARP\Machine\X86\{9BE518E6-ECC6-35A9-88E4-87755C07200F} } 2024-08-15 17:04:08.750 [REPO] Adding manifest for [ARP\Machine\X86\{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece}, 12.0.40664.0] at relative path [] 2024-08-15 17:04:08.750 [REPO] Did not find an Id { ARP\Machine\X86\{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece} } 2024-08-15 17:04:08.751 [REPO] Adding manifest for [ARP\Machine\X86\{A18D4C2A-07A8-40E4-9797-DD324E6EA4FC}, 4.6.01590] at relative path [] 2024-08-15 17:04:08.751 [REPO] Did not find an Id { ARP\Machine\X86\{A18D4C2A-07A8-40E4-9797-DD324E6EA4FC} } 2024-08-15 17:04:08.752 [REPO] Adding manifest for [ARP\Machine\X86\{A304E528-86BF-476D-AEED-72B7D88CA4BC}, 4.8.09037] at relative path [] 2024-08-15 17:04:08.752 [REPO] Did not find an Id { ARP\Machine\X86\{A304E528-86BF-476D-AEED-72B7D88CA4BC} } 2024-08-15 17:04:08.754 [REPO] Skipping {A59EAC01-288D-41BA-B6F2-3DF78DEA16E0} because it is a SystemComponent 2024-08-15 17:04:08.754 [REPO] Skipping {aa268773-4cc1-4c34-a3bd-80bb39857916} because it is a SystemComponent 2024-08-15 17:04:08.754 [REPO] Skipping {AB3E3E33-5938-42C8-8A56-DD883DA35667} because it is a SystemComponent 2024-08-15 17:04:08.754 [REPO] Adding manifest for [ARP\Machine\X86\{AD1F63E4-F31F-48A2-BB8D-CF7B96CC46A0}, 5.4.0] at relative path [] 2024-08-15 17:04:08.754 [REPO] Did not find an Id { ARP\Machine\X86\{AD1F63E4-F31F-48A2-BB8D-CF7B96CC46A0} } 2024-08-15 17:04:08.755 [REPO] Adding manifest for [ARP\Machine\X86\{B517DBD3-B542-4FC8-9957-FFB2C3E65D1D}, 4.7.03062] at relative path [] 2024-08-15 17:04:08.755 [REPO] Did not find an Id { ARP\Machine\X86\{B517DBD3-B542-4FC8-9957-FFB2C3E65D1D} } 2024-08-15 17:04:08.756 [REPO] Skipping {BB146BF9-C611-4E6F-899A-9A4822283EC3} because it is a SystemComponent 2024-08-15 17:04:08.756 [REPO] Adding manifest for [ARP\Machine\X86\{C80951BD-6904-474F-BBC5-03A6C777F37C}, 4.6.01590] at relative path [] 2024-08-15 17:04:08.756 [REPO] Did not find an Id { ARP\Machine\X86\{C80951BD-6904-474F-BBC5-03A6C777F37C} } 2024-08-15 17:04:08.758 [REPO] Adding manifest for [ARP\Machine\X86\{d3995ae3-fbd9-43ce-8994-9af750d4380a}, 8.3.424.37202] at relative path [] 2024-08-15 17:04:08.758 [REPO] Did not find an Id { ARP\Machine\X86\{d3995ae3-fbd9-43ce-8994-9af750d4380a} } 2024-08-15 17:04:08.759 [REPO] Skipping {D401961D-3A20-3AC7-943B-6139D5BD490A} because it is a SystemComponent 2024-08-15 17:04:08.759 [REPO] Skipping {D662C345-04FD-4F6C-AB68-B9BC6D6A5D2F} because it is a SystemComponent 2024-08-15 17:04:08.759 [REPO] Skipping {D71432C2-2031-48F6-A6E7-1DD13BF1FD28} because it is a SystemComponent 2024-08-15 17:04:08.759 [REPO] Skipping {d8ebe554-4504-4ade-ada9-8617c4525581} because it is a SystemComponent 2024-08-15 17:04:08.759 [REPO] Adding manifest for [ARP\Machine\X86\{DADC7AB0-E554-4705-9F6A-83EA82ED708E}, 2.0.7.3] at relative path [] 2024-08-15 17:04:08.759 [REPO] Did not find an Id { ARP\Machine\X86\{DADC7AB0-E554-4705-9F6A-83EA82ED708E} } 2024-08-15 17:04:08.761 [REPO] Adding manifest for [ARP\Machine\X86\{E4B94748-555B-4785-8A6C-73AD00FDD58B}, 24.4.32.8] at relative path [] 2024-08-15 17:04:08.761 [REPO] Did not find an Id { ARP\Machine\X86\{E4B94748-555B-4785-8A6C-73AD00FDD58B} } 2024-08-15 17:04:08.762 [REPO] Adding manifest for [ARP\Machine\X86\{E911D1D2-99CF-4B4C-A0EB-F92542700426}, 2024.2.3.25184] at relative path [] 2024-08-15 17:04:08.762 [REPO] Did not find an Id { ARP\Machine\X86\{E911D1D2-99CF-4B4C-A0EB-F92542700426} } 2024-08-15 17:04:08.763 [REPO] Adding manifest for [ARP\Machine\X86\{ecb94bc3-963d-412a-b141-8b7c32ef103f}, 6.0.33.33916] at relative path [] 2024-08-15 17:04:08.763 [REPO] Did not find an Id { ARP\Machine\X86\{ecb94bc3-963d-412a-b141-8b7c32ef103f} } 2024-08-15 17:04:08.765 [REPO] Skipping {EE86461C-2B52-4E27-A5ED-4D59819BDD08} because it is a SystemComponent 2024-08-15 17:04:08.765 [REPO] Adding manifest for [ARP\Machine\X86\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}, 10.0.40219] at relative path [] 2024-08-15 17:04:08.765 [REPO] Did not find an Id { ARP\Machine\X86\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} } 2024-08-15 17:04:08.766 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2151757 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.766 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2467173 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.766 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2524860 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.766 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2544655 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.766 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2549743 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2565063 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2608539 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2689322 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2723430 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2821701 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2845370 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB2890375 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Skipping {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}.KB982573 because DisplayName is not a REG_SZ value 2024-08-15 17:04:08.767 [REPO] Adding manifest for [ARP\Machine\X86\{F132AF7F-7BCA-4EDE-8A7C-958108FE7DBC}, 6.0.9228.1] at relative path [] 2024-08-15 17:04:08.767 [REPO] Did not find an Id { ARP\Machine\X86\{F132AF7F-7BCA-4EDE-8A7C-958108FE7DBC} } 2024-08-15 17:04:08.768 [REPO] Skipping {f2a88096-3fb7-490f-b289-ad70b99a8f5e} because it is a SystemComponent 2024-08-15 17:04:08.768 [REPO] Skipping {F33C01E3-C9AA-4BC1-9257-34DDC00FF8CA} because it is a SystemComponent 2024-08-15 17:04:08.768 [REPO] Adding manifest for [ARP\Machine\X86\{F42C96C1-746B-442A-B58C-9F0FD5F3AB8A}, 4.7.03081] at relative path [] 2024-08-15 17:04:08.768 [REPO] Did not find an Id { ARP\Machine\X86\{F42C96C1-746B-442A-B58C-9F0FD5F3AB8A} } 2024-08-15 17:04:08.770 [REPO] Skipping {F6235A6B-586B-4B74-91F5-B108C407085D} because it is a SystemComponent 2024-08-15 17:04:08.770 [REPO] Skipping {FF4F617F-E0C2-4D39-B79F-1F13F46DB6EF} because it is a SystemComponent 2024-08-15 17:04:08.770 [REPO] Reading MSI UpgradeCodes 2024-08-15 17:04:08.776 [REPO] Examining ARP entries for User | X64 2024-08-15 17:04:08.776 [REPO] Adding manifest for [ARP\User\X64\7d96caee-06e6-597c-9f2f-c7bb2e0948b4, 7.19.1] at relative path [] 2024-08-15 17:04:08.776 [REPO] Did not find an Id { ARP\User\X64\7d96caee-06e6-597c-9f2f-c7bb2e0948b4 } 2024-08-15 17:04:08.777 [REPO] Adding manifest for [ARP\User\X64\Discord, 1.0.9017] at relative path [] 2024-08-15 17:04:08.777 [REPO] Did not find an Id { ARP\User\X64\Discord } 2024-08-15 17:04:08.779 [REPO] Adding manifest for [ARP\User\X64\dupeGuru, 4.3.1] at relative path [] 2024-08-15 17:04:08.779 [REPO] Did not find an Id { ARP\User\X64\dupeGuru } 2024-08-15 17:04:08.781 [REPO] Adding manifest for [ARP\User\X64\FileZilla Client, 3.67.1] at relative path [] 2024-08-15 17:04:08.781 [REPO] Did not find an Id { ARP\User\X64\FileZilla Client } 2024-08-15 17:04:08.782 [REPO] Adding manifest for [ARP\User\X64\GIMP-2_is1, 2.10.38] at relative path [] 2024-08-15 17:04:08.783 [REPO] Did not find an Id { ARP\User\X64\GIMP-2_is1 } 2024-08-15 17:04:08.785 [REPO] Adding manifest for [ARP\User\X64\GitHubDesktop, 3.4.3] at relative path [] 2024-08-15 17:04:08.785 [REPO] Did not find an Id { ARP\User\X64\GitHubDesktop } 2024-08-15 17:04:08.787 [REPO] Adding manifest for [ARP\User\X64\Postman, 11.8.0] at relative path [] 2024-08-15 17:04:08.787 [REPO] Did not find an Id { ARP\User\X64\Postman } 2024-08-15 17:04:08.789 [REPO] Adding manifest for [ARP\User\X64\WinMerge_is1, 2.16.42.1] at relative path [] 2024-08-15 17:04:08.789 [REPO] Did not find an Id { ARP\User\X64\WinMerge_is1 } 2024-08-15 17:04:08.791 [REPO] Adding manifest for [ARP\User\X64\{28a4be18-c360-453f-9ac3-35d31bf660f7}, 4.8.0] at relative path [] 2024-08-15 17:04:08.791 [REPO] Did not find an Id { ARP\User\X64\{28a4be18-c360-453f-9ac3-35d31bf660f7} } 2024-08-15 17:04:08.793 [REPO] Adding manifest for [ARP\User\X64\{66f7ac75-8d7e-47c2-8be6-845bea14b829}, 0.83.0] at relative path [] 2024-08-15 17:04:08.793 [REPO] Did not find an Id { ARP\User\X64\{66f7ac75-8d7e-47c2-8be6-845bea14b829} } 2024-08-15 17:04:08.795 [REPO] Adding manifest for [ARP\User\X64\{6b1557fc-a4b6-41cd-bbff-19ed26108f78}, 2.8.1] at relative path [] 2024-08-15 17:04:08.795 [REPO] Did not find an Id { ARP\User\X64\{6b1557fc-a4b6-41cd-bbff-19ed26108f78} } 2024-08-15 17:04:08.797 [REPO] ... finished creating PredefinedInstalledSource 2024-08-15 17:04:08.797 [REPO] Examining MSIX entries for User 2024-08-15 17:04:08.820 [REPO] Adding manifest for [MSIX\Microsoft.Xbox.TCUI_1.24.10001.0_x64__8wekyb3d8bbwe, 1.24.10001.0] at relative path [] 2024-08-15 17:04:08.820 [REPO] Did not find an Id { MSIX\Microsoft.Xbox.TCUI_1.24.10001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.822 [REPO] Adding manifest for [MSIX\Microsoft.XboxGameOverlay_1.54.4001.0_x64__8wekyb3d8bbwe, 1.54.4001.0] at relative path [] 2024-08-15 17:04:08.822 [REPO] Did not find an Id { MSIX\Microsoft.XboxGameOverlay_1.54.4001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.829 [REPO] Adding manifest for [MSIX\Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_x64__8wekyb3d8bbwe, 1.21.13002.0] at relative path [] 2024-08-15 17:04:08.830 [REPO] Did not find an Id { MSIX\Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.832 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe, 14.0.30035.0] at relative path [] 2024-08-15 17:04:08.832 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.835 [REPO] Adding manifest for [MSIX\WavesAudio.MaxxAudioProforDell2019_2.0.54.0_x64__fh4rh281wavaa, 2.0.54.0] at relative path [] 2024-08-15 17:04:08.835 [REPO] Did not find an Id { MSIX\WavesAudio.MaxxAudioProforDell2019_2.0.54.0_x64__fh4rh281wavaa } 2024-08-15 17:04:08.837 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.7_7.2207.21001.0_x64__8wekyb3d8bbwe, 7.2207.21001.0] at relative path [] 2024-08-15 17:04:08.837 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.7_7.2207.21001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.839 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2_2000.777.2143.0_x64__8wekyb3d8bbwe, 2000.777.2143.0] at relative path [] 2024-08-15 17:04:08.839 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2_2000.777.2143.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.842 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x86__8wekyb3d8bbwe, 14.0.32530.0] at relative path [] 2024-08-15 17:04:08.842 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.845 [REPO] Adding manifest for [MSIX\Microsoft.549981C3F5F10_4.2308.1005.0_x64__8wekyb3d8bbwe, 4.2308.1005.0] at relative path [] 2024-08-15 17:04:08.845 [REPO] Did not find an Id { MSIX\Microsoft.549981C3F5F10_4.2308.1005.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.849 [REPO] Adding manifest for [MSIX\Microsoft.XboxApp_48.104.4001.0_x64__8wekyb3d8bbwe, 48.104.4001.0] at relative path [] 2024-08-15 17:04:08.850 [REPO] Did not find an Id { MSIX\Microsoft.XboxApp_48.104.4001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.852 [REPO] Adding manifest for [MSIX\DellInc.DellPowerManager_3.15.14.0_x64__htrsf667h5kn2, 3.15.14.0] at relative path [] 2024-08-15 17:04:08.852 [REPO] Did not find an Id { MSIX\DellInc.DellPowerManager_3.15.14.0_x64__htrsf667h5kn2 } 2024-08-15 17:04:08.857 [REPO] Adding manifest for [MSIX\59750RYKENAPPS.435307C335C44_4.0.19.0_x64__zd92nzxdcatqw, 4.0.19.0] at relative path [] 2024-08-15 17:04:08.857 [REPO] Did not find an Id { MSIX\59750RYKENAPPS.435307C335C44_4.0.19.0_x64__zd92nzxdcatqw } 2024-08-15 17:04:08.862 [REPO] Adding manifest for [MSIX\Microsoft.MPEG2VideoExtension_1.0.61931.0_x64__8wekyb3d8bbwe, 1.0.61931.0] at relative path [] 2024-08-15 17:04:08.862 [REPO] Did not find an Id { MSIX\Microsoft.MPEG2VideoExtension_1.0.61931.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.864 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x64__8wekyb3d8bbwe, 1.7.27413.0] at relative path [] 2024-08-15 17:04:08.864 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.866 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x86__8wekyb3d8bbwe, 1.7.27413.0] at relative path [] 2024-08-15 17:04:08.866 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.869 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x86__8wekyb3d8bbwe, 3000.934.1904.0] at relative path [] 2024-08-15 17:04:08.869 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.871 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x86__8wekyb3d8bbwe, 2000.802.31.0] at relative path [] 2024-08-15 17:04:08.871 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.874 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x64__8wekyb3d8bbwe, 2000.802.31.0] at relative path [] 2024-08-15 17:04:08.874 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2_2000.802.31.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.876 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x64__8wekyb3d8bbwe, 14.0.32530.0] at relative path [] 2024-08-15 17:04:08.876 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.32530.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.878 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x86__8wekyb3d8bbwe, 2.42007.9001.0] at relative path [] 2024-08-15 17:04:08.878 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.881 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x86__8wekyb3d8bbwe, 2.1.27427.0] at relative path [] 2024-08-15 17:04:08.881 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.883 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe, 2.42007.9001.0] at relative path [] 2024-08-15 17:04:08.884 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.886 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x86__8wekyb3d8bbwe, 2.32002.13001.0] at relative path [] 2024-08-15 17:04:08.886 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.888 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x64__8wekyb3d8bbwe, 2.11906.6001.0] at relative path [] 2024-08-15 17:04:08.888 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.891 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x64__8wekyb3d8bbwe, 2.32002.13001.0] at relative path [] 2024-08-15 17:04:08.891 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.893 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x86__8wekyb3d8bbwe, 2.1810.18004.0] at relative path [] 2024-08-15 17:04:08.893 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.896 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.8_8.2306.22001.0_x64__8wekyb3d8bbwe, 8.2306.22001.0] at relative path [] 2024-08-15 17:04:08.896 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.8_8.2306.22001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.898 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe, 7.2208.15002.0] at relative path [] 2024-08-15 17:04:08.898 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.900 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe, 2.62112.3002.0] at relative path [] 2024-08-15 17:04:08.900 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.903 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe, 2.2.29512.0] at relative path [] 2024-08-15 17:04:08.903 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.905 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe, 2.2.28604.0] at relative path [] 2024-08-15 17:04:08.905 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.908 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe, 2.2.28604.0] at relative path [] 2024-08-15 17:04:08.908 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.910 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x86__8wekyb3d8bbwe, 2.1.26424.0] at relative path [] 2024-08-15 17:04:08.910 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.913 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe, 2.2.29512.0] at relative path [] 2024-08-15 17:04:08.913 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.915 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x64__8wekyb3d8bbwe, 2.1.26424.0] at relative path [] 2024-08-15 17:04:08.915 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.918 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x86__8wekyb3d8bbwe, 2.11906.6001.0] at relative path [] 2024-08-15 17:04:08.918 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.920 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x86__8wekyb3d8bbwe, 1.7.27422.0] at relative path [] 2024-08-15 17:04:08.920 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.923 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbwe, 2.1810.18004.0] at relative path [] 2024-08-15 17:04:08.923 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.926 [REPO] Adding manifest for [MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x86__8wekyb3d8bbwe, 10.0.23012.0] at relative path [] 2024-08-15 17:04:08.926 [REPO] Did not find an Id { MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.928 [REPO] Adding manifest for [MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x64__8wekyb3d8bbwe, 10.0.23012.0] at relative path [] 2024-08-15 17:04:08.928 [REPO] Did not find an Id { MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.930 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x64__8wekyb3d8bbwe, 2.1.27427.0] at relative path [] 2024-08-15 17:04:08.930 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.933 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x64__8wekyb3d8bbwe, 2.62112.3002.0] at relative path [] 2024-08-15 17:04:08.933 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.935 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x64__8wekyb3d8bbwe, 3000.934.1904.0] at relative path [] 2024-08-15 17:04:08.936 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.3_3000.934.1904.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.938 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe, 14.0.30704.0] at relative path [] 2024-08-15 17:04:08.938 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.940 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe, 14.0.30704.0] at relative path [] 2024-08-15 17:04:08.940 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.943 [REPO] Adding manifest for [MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe, 1.7.27422.0] at relative path [] 2024-08-15 17:04:08.943 [REPO] Did not find an Id { MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.945 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x86__8wekyb3d8bbwe, 7.2208.15002.0] at relative path [] 2024-08-15 17:04:08.945 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.948 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.32530.0_x64__8wekyb3d8bbwe, 14.0.32530.0] at relative path [] 2024-08-15 17:04:08.948 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.32530.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.950 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe, 14.0.30704.0] at relative path [] 2024-08-15 17:04:08.950 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.953 [REPO] Adding manifest for [MSIX\50582LuanNguyen.NuGetPackageExplorer_6.0.64.0_x64__w6y2tyx5bpzwa, 6.0.64.0] at relative path [] 2024-08-15 17:04:08.953 [REPO] Did not find an Id { MSIX\50582LuanNguyen.NuGetPackageExplorer_6.0.64.0_x64__w6y2tyx5bpzwa } 2024-08-15 17:04:08.955 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1010.1349.0_x64__8wekyb3d8bbwe, 4000.1010.1349.0] at relative path [] 2024-08-15 17:04:08.955 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1010.1349.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.957 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe, 8.2310.30001.0] at relative path [] 2024-08-15 17:04:08.957 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.960 [REPO] Adding manifest for [MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x86__8wekyb3d8bbwe, 8.2310.30001.0] at relative path [] 2024-08-15 17:04:08.960 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.963 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1049.117.0_x64__8wekyb3d8bbwe, 4000.1049.117.0] at relative path [] 2024-08-15 17:04:08.963 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1049.117.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.965 [REPO] Adding manifest for [MSIX\WinMerge_1.0.7.0_neutral__83g614hpn1ttr, 1.0.7.0] at relative path [] 2024-08-15 17:04:08.965 [REPO] Did not find an Id { MSIX\WinMerge_1.0.7.0_neutral__83g614hpn1ttr } 2024-08-15 17:04:08.967 [REPO] Adding manifest for [MSIX\25415Inkscape.Inkscape_1.3.2.0_x64__9waqn51p1ttv2, 1.3.2.0] at relative path [] 2024-08-15 17:04:08.968 [REPO] Did not find an Id { MSIX\25415Inkscape.Inkscape_1.3.2.0_x64__9waqn51p1ttv2 } 2024-08-15 17:04:08.970 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1082.2259.0_x64__8wekyb3d8bbwe, 4000.1082.2259.0] at relative path [] 2024-08-15 17:04:08.970 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1082.2259.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.972 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x86__8wekyb3d8bbwe, 14.0.33321.0] at relative path [] 2024-08-15 17:04:08.972 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.975 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x64__8wekyb3d8bbwe, 14.0.33321.0] at relative path [] 2024-08-15 17:04:08.975 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33321.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.977 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33321.0_x64__8wekyb3d8bbwe, 14.0.33321.0] at relative path [] 2024-08-15 17:04:08.977 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33321.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.980 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33519.0_x64__8wekyb3d8bbwe, 14.0.33519.0] at relative path [] 2024-08-15 17:04:08.980 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33519.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.982 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe, 14.0.33519.0] at relative path [] 2024-08-15 17:04:08.982 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.985 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x86__8wekyb3d8bbwe, 14.0.33519.0] at relative path [] 2024-08-15 17:04:08.985 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.988 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x64__8wekyb3d8bbwe, 4000.1136.2333.0] at relative path [] 2024-08-15 17:04:08.988 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.991 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x86__8wekyb3d8bbwe, 4000.1136.2333.0] at relative path [] 2024-08-15 17:04:08.991 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:08.995 [REPO] Adding manifest for [MSIX\Microsoft.VP9VideoExtensions_1.1.451.0_x64__8wekyb3d8bbwe, 1.1.451.0] at relative path [] 2024-08-15 17:04:08.995 [REPO] Did not find an Id { MSIX\Microsoft.VP9VideoExtensions_1.1.451.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:08.998 [REPO] Adding manifest for [MSIX\dotPDNLLC.paint.net_5.13.8830.0_x64__h55e3w7q8jbva, 5.13.8830.0] at relative path [] 2024-08-15 17:04:08.998 [REPO] Did not find an Id { MSIX\dotPDNLLC.paint.net_5.13.8830.0_x64__h55e3w7q8jbva } 2024-08-15 17:04:09.001 [REPO] Adding manifest for [MSIX\Microsoft.WinDbg_1.2402.24001.0_x64__8wekyb3d8bbwe, 1.2402.24001.0] at relative path [] 2024-08-15 17:04:09.001 [REPO] Did not find an Id { MSIX\Microsoft.WinDbg_1.2402.24001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.006 [REPO] Adding manifest for [MSIX\Microsoft.SecHealthUI_1000.25992.9000.0_x64__8wekyb3d8bbwe, 1000.25992.9000.0] at relative path [] 2024-08-15 17:04:09.006 [REPO] Did not find an Id { MSIX\Microsoft.SecHealthUI_1000.25992.9000.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.010 [REPO] Adding manifest for [MSIX\Microsoft.HEIFImageExtension_1.1.861.0_x64__8wekyb3d8bbwe, 1.1.861.0] at relative path [] 2024-08-15 17:04:09.010 [REPO] Did not find an Id { MSIX\Microsoft.HEIFImageExtension_1.1.861.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.013 [REPO] Adding manifest for [MSIX\NVIDIACorp.NVIDIAControlPanel_8.1.966.0_x64__56jybvy8sckqj, 8.1.966.0] at relative path [] 2024-08-15 17:04:09.013 [REPO] Did not find an Id { MSIX\NVIDIACorp.NVIDIAControlPanel_8.1.966.0_x64__56jybvy8sckqj } 2024-08-15 17:04:09.015 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.119.156.0_x64__8wekyb3d8bbwe, 5001.119.156.0] at relative path [] 2024-08-15 17:04:09.016 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.119.156.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.021 [REPO] Adding manifest for [MSIX\Microsoft.GetHelp_10.2403.20861.0_x64__8wekyb3d8bbwe, 10.2403.20861.0] at relative path [] 2024-08-15 17:04:09.021 [REPO] Did not find an Id { MSIX\Microsoft.GetHelp_10.2403.20861.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.025 [REPO] Adding manifest for [MSIX\Microsoft.WebMediaExtensions_1.1.1295.0_x64__8wekyb3d8bbwe, 1.1.1295.0] at relative path [] 2024-08-15 17:04:09.025 [REPO] Did not find an Id { MSIX\Microsoft.WebMediaExtensions_1.1.1295.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.028 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64__8wekyb3d8bbwe, 14.0.33728.0] at relative path [] 2024-08-15 17:04:09.028 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.030 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x86__8wekyb3d8bbwe, 14.0.33728.0] at relative path [] 2024-08-15 17:04:09.030 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:09.035 [REPO] Adding manifest for [MSIX\Microsoft.AV1VideoExtension_1.2.1293.0_x64__8wekyb3d8bbwe, 1.2.1293.0] at relative path [] 2024-08-15 17:04:09.035 [REPO] Did not find an Id { MSIX\Microsoft.AV1VideoExtension_1.2.1293.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.037 [REPO] Adding manifest for [MSIX\Resolute.foobar2000_1.6.180.0_x86__cg7j1awqsza28, 1.6.180.0] at relative path [] 2024-08-15 17:04:09.037 [REPO] Did not find an Id { MSIX\Resolute.foobar2000_1.6.180.0_x86__cg7j1awqsza28 } 2024-08-15 17:04:09.042 [REPO] Adding manifest for [MSIX\Microsoft.Microsoft3DViewer_1.0.118.0_x64__8wekyb3d8bbwe, 1.0.118.0] at relative path [] 2024-08-15 17:04:09.042 [REPO] Did not find an Id { MSIX\Microsoft.Microsoft3DViewer_1.0.118.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.045 [REPO] Adding manifest for [MSIX\Microsoft.XboxGamingOverlay_7.124.5142.0_x64__8wekyb3d8bbwe, 7.124.5142.0] at relative path [] 2024-08-15 17:04:09.045 [REPO] Did not find an Id { MSIX\Microsoft.XboxGamingOverlay_7.124.5142.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.049 [REPO] Adding manifest for [MSIX\Microsoft.People_10.2202.100.0_x64__8wekyb3d8bbwe, 10.2202.100.0] at relative path [] 2024-08-15 17:04:09.050 [REPO] Did not find an Id { MSIX\Microsoft.People_10.2202.100.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.052 [REPO] Adding manifest for [MSIX\Ookla.SpeedtestbyOokla_1.18.194.0_x64__43tkc6nmykmb6, 1.18.194.0] at relative path [] 2024-08-15 17:04:09.052 [REPO] Did not find an Id { MSIX\Ookla.SpeedtestbyOokla_1.18.194.0_x64__43tkc6nmykmb6 } 2024-08-15 17:04:09.057 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.QuickAssist_2.0.30.0_x64__8wekyb3d8bbwe, 2.0.30.0] at relative path [] 2024-08-15 17:04:09.057 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.QuickAssist_2.0.30.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.062 [REPO] Adding manifest for [MSIX\Microsoft.Todos_0.114.7122.0_x64__8wekyb3d8bbwe, 0.114.7122.0] at relative path [] 2024-08-15 17:04:09.062 [REPO] Did not find an Id { MSIX\Microsoft.Todos_0.114.7122.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.067 [REPO] Adding manifest for [MSIX\Microsoft.WindowsMaps_11.2403.4.0_x64__8wekyb3d8bbwe, 11.2403.4.0] at relative path [] 2024-08-15 17:04:09.067 [REPO] Did not find an Id { MSIX\Microsoft.WindowsMaps_11.2403.4.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.069 [REPO] Adding manifest for [MSIX\AppUp.IntelOptaneMemoryandStorageManagement_18.1.1041.0_x64__8j3eq9eme6ctt, 18.1.1041.0] at relative path [] 2024-08-15 17:04:09.069 [REPO] Did not find an Id { MSIX\AppUp.IntelOptaneMemoryandStorageManagement_18.1.1041.0_x64__8j3eq9eme6ctt } 2024-08-15 17:04:09.072 [REPO] Adding manifest for [MSIX\19453.net.Rufus_4.5.2180.0_x64__y8nh7bq2a8dtt, 4.5.2180.0] at relative path [] 2024-08-15 17:04:09.072 [REPO] Did not find an Id { MSIX\19453.net.Rufus_4.5.2180.0_x64__y8nh7bq2a8dtt } 2024-08-15 17:04:09.074 [REPO] Adding manifest for [MSIX\40459File-New-Project.EarTrumpet_2.3.0.0_x86__1sdd7yawvg6ne, 2.3.0.0] at relative path [] 2024-08-15 17:04:09.074 [REPO] Did not find an Id { MSIX\40459File-New-Project.EarTrumpet_2.3.0.0_x86__1sdd7yawvg6ne } 2024-08-15 17:04:09.079 [REPO] Adding manifest for [MSIX\Microsoft.WindowsFeedbackHub_1.2405.21481.0_x64__8wekyb3d8bbwe, 1.2405.21481.0] at relative path [] 2024-08-15 17:04:09.079 [REPO] Did not find an Id { MSIX\Microsoft.WindowsFeedbackHub_1.2405.21481.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.084 [REPO] Adding manifest for [MSIX\Microsoft.WindowsCalculator_11.2405.2.0_x64__8wekyb3d8bbwe, 11.2405.2.0] at relative path [] 2024-08-15 17:04:09.084 [REPO] Did not find an Id { MSIX\Microsoft.WindowsCalculator_11.2405.2.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.087 [REPO] Adding manifest for [MSIX\19965MATTHAFNER.WIFIANALYZER_2.7.3.0_x64__gs5k5vmxr2ste, 2.7.3.0] at relative path [] 2024-08-15 17:04:09.087 [REPO] Did not find an Id { MSIX\19965MATTHAFNER.WIFIANALYZER_2.7.3.0_x64__gs5k5vmxr2ste } 2024-08-15 17:04:09.089 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.159.55.0_x64__8wekyb3d8bbwe, 5001.159.55.0] at relative path [] 2024-08-15 17:04:09.089 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.159.55.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.092 [REPO] Adding manifest for [MSIX\64360VelerSoftware.DevToys_1.0.14.0_x64__j80j2txgjg9dj, 1.0.14.0] at relative path [] 2024-08-15 17:04:09.092 [REPO] Did not find an Id { MSIX\64360VelerSoftware.DevToys_1.0.14.0_x64__j80j2txgjg9dj } 2024-08-15 17:04:09.097 [REPO] Adding manifest for [MSIX\Microsoft.WindowsSoundRecorder_11.2405.0.0_x64__8wekyb3d8bbwe, 11.2405.0.0] at relative path [] 2024-08-15 17:04:09.097 [REPO] Did not find an Id { MSIX\Microsoft.WindowsSoundRecorder_11.2405.0.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.102 [REPO] Adding manifest for [MSIX\Microsoft.ScreenSketch_11.2405.32.0_x64__8wekyb3d8bbwe, 11.2405.32.0] at relative path [] 2024-08-15 17:04:09.102 [REPO] Did not find an Id { MSIX\Microsoft.ScreenSketch_11.2405.32.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.104 [REPO] Adding manifest for [MSIX\Microsoft.IndexerDiagnostics_2007.29.1.0_x64__8wekyb3d8bbwe, 2007.29.1.0] at relative path [] 2024-08-15 17:04:09.104 [REPO] Did not find an Id { MSIX\Microsoft.IndexerDiagnostics_2007.29.1.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.109 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftStickyNotes_4.0.6102.0_x64__8wekyb3d8bbwe, 4.0.6102.0] at relative path [] 2024-08-15 17:04:09.109 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftStickyNotes_4.0.6102.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.115 [REPO] Adding manifest for [MSIX\Microsoft.Paint_11.2404.1020.0_x64__8wekyb3d8bbwe, 11.2404.1020.0] at relative path [] 2024-08-15 17:04:09.115 [REPO] Did not find an Id { MSIX\Microsoft.Paint_11.2404.1020.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.119 [REPO] Adding manifest for [MSIX\Microsoft.WebpImageExtension_1.1.1711.0_x64__8wekyb3d8bbwe, 1.1.1711.0] at relative path [] 2024-08-15 17:04:09.119 [REPO] Did not find an Id { MSIX\Microsoft.WebpImageExtension_1.1.1711.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.124 [REPO] Adding manifest for [MSIX\AppUp.ThunderboltControlCenter_1.0.37.0_x64__8j3eq9eme6ctt, 1.0.37.0] at relative path [] 2024-08-15 17:04:09.124 [REPO] Did not find an Id { MSIX\AppUp.ThunderboltControlCenter_1.0.37.0_x64__8j3eq9eme6ctt } 2024-08-15 17:04:09.126 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftSolitaireCollection_4.20.6270.0_x64__8wekyb3d8bbwe, 4.20.6270.0] at relative path [] 2024-08-15 17:04:09.127 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftSolitaireCollection_4.20.6270.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.131 [REPO] Adding manifest for [MSIX\Microsoft.WindowsTerminal_1.20.11781.0_x64__8wekyb3d8bbwe, 1.20.11781.0] at relative path [] 2024-08-15 17:04:09.131 [REPO] Did not find an Id { MSIX\Microsoft.WindowsTerminal_1.20.11781.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.134 [REPO] Adding manifest for [MSIX\617231644CE58.ShowKeyPlus_1.1.18.0_x64__arc7y9yj6c41t, 1.1.18.0] at relative path [] 2024-08-15 17:04:09.134 [REPO] Did not find an Id { MSIX\617231644CE58.ShowKeyPlus_1.1.18.0_x64__arc7y9yj6c41t } 2024-08-15 17:04:09.139 [REPO] Adding manifest for [MSIX\Microsoft.MixedReality.Portal_2000.21051.1282.0_x64__8wekyb3d8bbwe, 2000.21051.1282.0] at relative path [] 2024-08-15 17:04:09.139 [REPO] Did not find an Id { MSIX\Microsoft.MixedReality.Portal_2000.21051.1282.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.142 [REPO] Adding manifest for [MSIX\STMicroelectronicsMEMS.DellFreeFallDataProtection_1.0.27.0_x64__rp6h1c31mfy1y, 1.0.27.0] at relative path [] 2024-08-15 17:04:09.142 [REPO] Did not find an Id { MSIX\STMicroelectronicsMEMS.DellFreeFallDataProtection_1.0.27.0_x64__rp6h1c31mfy1y } 2024-08-15 17:04:09.146 [REPO] Adding manifest for [MSIX\Microsoft.ZuneVideo_10.22091.10061.0_x64__8wekyb3d8bbwe, 10.22091.10061.0] at relative path [] 2024-08-15 17:04:09.147 [REPO] Did not find an Id { MSIX\Microsoft.ZuneVideo_10.22091.10061.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.151 [REPO] Adding manifest for [MSIX\Microsoft.HEVCVideoExtensions_2.1.1804.0_x64__8wekyb3d8bbwe, 2.1.1804.0] at relative path [] 2024-08-15 17:04:09.152 [REPO] Did not find an Id { MSIX\Microsoft.HEVCVideoExtensions_2.1.1804.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.156 [REPO] Adding manifest for [MSIX\Microsoft.D3DMappingLayers_1.2406.1.0_x64__8wekyb3d8bbwe, 1.2406.1.0] at relative path [] 2024-08-15 17:04:09.156 [REPO] Did not find an Id { MSIX\Microsoft.D3DMappingLayers_1.2406.1.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.159 [REPO] Adding manifest for [MSIX\52346ITDevTeam.UUPMediaCreator_3.0.47.0_x64__feeqnmc1868va, 3.0.47.0] at relative path [] 2024-08-15 17:04:09.159 [REPO] Did not find an Id { MSIX\52346ITDevTeam.UUPMediaCreator_3.0.47.0_x64__feeqnmc1868va } 2024-08-15 17:04:09.162 [REPO] Adding manifest for [MSIX\TelegramMessengerLLP.TelegramDesktop_5.2.3.0_x64__t4vj0pshhgkwm, 5.2.3.0] at relative path [] 2024-08-15 17:04:09.162 [REPO] Did not find an Id { MSIX\TelegramMessengerLLP.TelegramDesktop_5.2.3.0_x64__t4vj0pshhgkwm } 2024-08-15 17:04:09.164 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x86__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 17:04:09.165 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:09.167 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 17:04:09.167 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.169 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 17:04:09.169 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.172 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton_5001.178.1908.0_x64__8wekyb3d8bbwe, 5001.178.1908.0] at relative path [] 2024-08-15 17:04:09.172 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton_5001.178.1908.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.177 [REPO] Adding manifest for [MSIX\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe, 1.23.1911.0] at relative path [] 2024-08-15 17:04:09.177 [REPO] Did not find an Id { MSIX\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.180 [REPO] Adding manifest for [MSIX\NotepadPlusPlus_1.0.0.0_neutral__7njy0v32s6xk6, 1.0.0.0] at relative path [] 2024-08-15 17:04:09.180 [REPO] Did not find an Id { MSIX\NotepadPlusPlus_1.0.0.0_neutral__7njy0v32s6xk6 } 2024-08-15 17:04:09.182 [REPO] Adding manifest for [MSIX\Microsoft.GamingApp_2407.1001.1.0_x64__8wekyb3d8bbwe, 2407.1001.1.0] at relative path [] 2024-08-15 17:04:09.182 [REPO] Did not find an Id { MSIX\Microsoft.GamingApp_2407.1001.1.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.187 [REPO] Adding manifest for [MSIX\Microsoft.XboxIdentityProvider_12.115.1001.0_x64__8wekyb3d8bbwe, 12.115.1001.0] at relative path [] 2024-08-15 17:04:09.187 [REPO] Did not find an Id { MSIX\Microsoft.XboxIdentityProvider_12.115.1001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.190 [REPO] Adding manifest for [MSIX\Microsoft.Windows.DevHome_0.1601.561.0_x64__8wekyb3d8bbwe, 0.1601.561.0] at relative path [] 2024-08-15 17:04:09.190 [REPO] Did not find an Id { MSIX\Microsoft.Windows.DevHome_0.1601.561.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.192 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 17:04:09.192 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.195 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x86__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 17:04:09.195 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAppRuntime.1.2-preview1_2000.609.1413.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:09.197 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.2-p1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 17:04:09.197 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Main.1.2-p1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.199 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton-p1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 17:04:09.199 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.WinAppRuntime.Singleton-p1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.202 [REPO] Adding manifest for [MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x6-p1_2000.609.1413.0_x64__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 17:04:09.202 [REPO] Did not find an Id { MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x6-p1_2000.609.1413.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.204 [REPO] Adding manifest for [MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x8-p1_2000.609.1413.0_x86__8wekyb3d8bbwe, 2000.609.1413.0] at relative path [] 2024-08-15 17:04:09.204 [REPO] Did not find an Id { MSIX\Microsoft.WinAppRuntime.DDLM.2000.609.1413.0-x8-p1_2000.609.1413.0_x86__8wekyb3d8bbwe } 2024-08-15 17:04:09.209 [REPO] Adding manifest for [MSIX\Microsoft.PowerAutomateDesktop_1.0.1234.0_x64__8wekyb3d8bbwe, 1.0.1234.0] at relative path [] 2024-08-15 17:04:09.209 [REPO] Did not find an Id { MSIX\Microsoft.PowerAutomateDesktop_1.0.1234.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.214 [REPO] Adding manifest for [MSIX\Microsoft.StorePurchaseApp_22406.1401.1.0_x64__8wekyb3d8bbwe, 22406.1401.1.0] at relative path [] 2024-08-15 17:04:09.214 [REPO] Did not find an Id { MSIX\Microsoft.StorePurchaseApp_22406.1401.1.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.216 [REPO] Adding manifest for [MSIX\FACEBOOK.317180B0BB486_2150.13.211.0_x64__8xx8rvfyw5nnt, 2150.13.211.0] at relative path [] 2024-08-15 17:04:09.216 [REPO] Did not find an Id { MSIX\FACEBOOK.317180B0BB486_2150.13.211.0_x64__8xx8rvfyw5nnt } 2024-08-15 17:04:09.221 [REPO] Adding manifest for [MSIX\Clipchamp.Clipchamp_3.1.11120.0_neutral__yxz26nhyzhsrt, 3.1.11120.0] at relative path [] 2024-08-15 17:04:09.221 [REPO] Did not find an Id { MSIX\Clipchamp.Clipchamp_3.1.11120.0_neutral__yxz26nhyzhsrt } 2024-08-15 17:04:09.223 [REPO] Adding manifest for [MSIX\Microsoft.SysinternalsSuite_2024.7.0.0_x64__8wekyb3d8bbwe, 2024.7.0.0] at relative path [] 2024-08-15 17:04:09.224 [REPO] Did not find an Id { MSIX\Microsoft.SysinternalsSuite_2024.7.0.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.228 [REPO] Adding manifest for [MSIX\Microsoft.ZuneMusic_11.2406.13.0_x64__8wekyb3d8bbwe, 11.2406.13.0] at relative path [] 2024-08-15 17:04:09.229 [REPO] Did not find an Id { MSIX\Microsoft.ZuneMusic_11.2406.13.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.231 [REPO] Adding manifest for [MSIX\8bitSolutionsLLC.bitwardendesktop_2024.7.1.0_x64__h4e712dmw3xyy, 2024.7.1.0] at relative path [] 2024-08-15 17:04:09.231 [REPO] Did not find an Id { MSIX\8bitSolutionsLLC.bitwardendesktop_2024.7.1.0_x64__h4e712dmw3xyy } 2024-08-15 17:04:09.234 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftEdge.Stable_127.0.2651.74_neutral__8wekyb3d8bbwe, 127.0.2651.74] at relative path [] 2024-08-15 17:04:09.234 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftEdge.Stable_127.0.2651.74_neutral__8wekyb3d8bbwe } 2024-08-15 17:04:09.236 [REPO] Adding manifest for [MSIX\Microsoft.WindowsStore_22406.1401.7.0_x64__8wekyb3d8bbwe, 22406.1401.7.0] at relative path [] 2024-08-15 17:04:09.236 [REPO] Did not find an Id { MSIX\Microsoft.WindowsStore_22406.1401.7.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.242 [REPO] Adding manifest for [MSIX\Microsoft.WindowsCamera_2024.2406.17.0_x64__8wekyb3d8bbwe, 2024.2406.17.0] at relative path [] 2024-08-15 17:04:09.242 [REPO] Did not find an Id { MSIX\Microsoft.WindowsCamera_2024.2406.17.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.244 [REPO] Adding manifest for [MSIX\Microsoft.OutlookForWindows_1.2024.725.400_x64__8wekyb3d8bbwe, 1.2024.725.400] at relative path [] 2024-08-15 17:04:09.244 [REPO] Did not find an Id { MSIX\Microsoft.OutlookForWindows_1.2024.725.400_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.247 [REPO] Adding manifest for [MSIX\91750D7E.Slack_4.39.95.0_x64__8she8kybcnzg4, 4.39.95.0] at relative path [] 2024-08-15 17:04:09.247 [REPO] Did not find an Id { MSIX\91750D7E.Slack_4.39.95.0_x64__8she8kybcnzg4 } 2024-08-15 17:04:09.251 [REPO] Adding manifest for [MSIX\Microsoft.RawImageExtension_2.3.2051.0_x64__8wekyb3d8bbwe, 2.3.2051.0] at relative path [] 2024-08-15 17:04:09.251 [REPO] Did not find an Id { MSIX\Microsoft.RawImageExtension_2.3.2051.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.254 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftOfficeHub_18.2407.1241.0_x64__8wekyb3d8bbwe, 18.2407.1241.0] at relative path [] 2024-08-15 17:04:09.254 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftOfficeHub_18.2407.1241.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.257 [REPO] Adding manifest for [MSIX\MicrosoftWindows.Client.WebExperience_524.18500.10.0_x64__cw5n1h2txyewy, 524.18500.10.0] at relative path [] 2024-08-15 17:04:09.257 [REPO] Did not find an Id { MSIX\MicrosoftWindows.Client.WebExperience_524.18500.10.0_x64__cw5n1h2txyewy } 2024-08-15 17:04:09.262 [REPO] Adding manifest for [MSIX\MicrosoftWindows.CrossDevice_1.24071.45.0_x64__cw5n1h2txyewy, 1.24071.45.0] at relative path [] 2024-08-15 17:04:09.262 [REPO] Did not find an Id { MSIX\MicrosoftWindows.CrossDevice_1.24071.45.0_x64__cw5n1h2txyewy } 2024-08-15 17:04:09.267 [REPO] Adding manifest for [MSIX\Microsoft.Windows.Photos_2024.11070.31001.0_x64__8wekyb3d8bbwe, 2024.11070.31001.0] at relative path [] 2024-08-15 17:04:09.267 [REPO] Did not find an Id { MSIX\Microsoft.Windows.Photos_2024.11070.31001.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.270 [REPO] Adding manifest for [MSIX\SpotifyAB.SpotifyMusic_1.243.420.0_x64__zpdnekdrzrea0, 1.243.420.0] at relative path [] 2024-08-15 17:04:09.270 [REPO] Did not find an Id { MSIX\SpotifyAB.SpotifyMusic_1.243.420.0_x64__zpdnekdrzrea0 } 2024-08-15 17:04:09.273 [REPO] Adding manifest for [MSIX\draw.io.draw.ioDiagrams_24.7.5.0_x64__1zh33159kp73c, 24.7.5.0] at relative path [] 2024-08-15 17:04:09.273 [REPO] Did not find an Id { MSIX\draw.io.draw.ioDiagrams_24.7.5.0_x64__1zh33159kp73c } 2024-08-15 17:04:09.275 [REPO] Adding manifest for [MSIX\twitter.com-EF1E79A9_7.0.1.1_neutral__9wdrbcd1pw7ja, 7.0.1.1] at relative path [] 2024-08-15 17:04:09.275 [REPO] Did not find an Id { MSIX\twitter.com-EF1E79A9_7.0.1.1_neutral__9wdrbcd1pw7ja } 2024-08-15 17:04:09.277 [REPO] Adding manifest for [MSIX\www.instagram.com-353F720C_42.0.19.1_neutral__ysfa6mcnwr1rw, 42.0.19.1] at relative path [] 2024-08-15 17:04:09.278 [REPO] Did not find an Id { MSIX\www.instagram.com-353F720C_42.0.19.1_neutral__ysfa6mcnwr1rw } 2024-08-15 17:04:09.280 [REPO] Adding manifest for [MSIX\Facebook.InstagramBeta_42.0.23.0_neutral__8xx8rvfyw5nnt, 42.0.23.0] at relative path [] 2024-08-15 17:04:09.280 [REPO] Did not find an Id { MSIX\Facebook.InstagramBeta_42.0.23.0_neutral__8xx8rvfyw5nnt } 2024-08-15 17:04:09.283 [REPO] Adding manifest for [MSIX\9E2F88E3.TWITTER_7.0.1.0_neutral__wgeqdkkx372wm, 7.0.1.0] at relative path [] 2024-08-15 17:04:09.283 [REPO] Did not find an Id { MSIX\9E2F88E3.TWITTER_7.0.1.0_neutral__wgeqdkkx372wm } 2024-08-15 17:04:09.288 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAlarms_11.2406.57.0_x64__8wekyb3d8bbwe, 11.2406.57.0] at relative path [] 2024-08-15 17:04:09.288 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAlarms_11.2406.57.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.290 [REPO] Adding manifest for [MSIX\5319275A.WhatsAppDesktop_2.2431.2.0_x64__cv1g1gvanyjgm, 2.2431.2.0] at relative path [] 2024-08-15 17:04:09.290 [REPO] Did not find an Id { MSIX\5319275A.WhatsAppDesktop_2.2431.2.0_x64__cv1g1gvanyjgm } 2024-08-15 17:04:09.295 [REPO] Adding manifest for [MSIX\AppUp.IntelGraphicsExperience_1.100.5587.0_x64__8j3eq9eme6ctt, 1.100.5587.0] at relative path [] 2024-08-15 17:04:09.295 [REPO] Did not find an Id { MSIX\AppUp.IntelGraphicsExperience_1.100.5587.0_x64__8j3eq9eme6ctt } 2024-08-15 17:04:09.298 [REPO] Adding manifest for [MSIX\DuckDuckGo.DesktopBrowser_0.87.5.0_x64__ya2fgkz3nks94, 0.87.5.0] at relative path [] 2024-08-15 17:04:09.298 [REPO] Did not find an Id { MSIX\DuckDuckGo.DesktopBrowser_0.87.5.0_x64__ya2fgkz3nks94 } 2024-08-15 17:04:09.303 [REPO] Adding manifest for [MSIX\Microsoft.WindowsNotepad_11.2406.9.0_x64__8wekyb3d8bbwe, 11.2406.9.0] at relative path [] 2024-08-15 17:04:09.303 [REPO] Did not find an Id { MSIX\Microsoft.WindowsNotepad_11.2406.9.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.305 [REPO] Adding manifest for [MSIX\Mozilla.Firefox_129.0.0.0_x64__n80bbvh6b1yt2, 129.0.0.0] at relative path [] 2024-08-15 17:04:09.305 [REPO] Did not find an Id { MSIX\Mozilla.Firefox_129.0.0.0_x64__n80bbvh6b1yt2 } 2024-08-15 17:04:09.308 [REPO] Adding manifest for [MSIX\Microsoft.OneDriveSync_24146.721.3.0_neutral__8wekyb3d8bbwe, 24146.721.3.0] at relative path [] 2024-08-15 17:04:09.308 [REPO] Did not find an Id { MSIX\Microsoft.OneDriveSync_24146.721.3.0_neutral__8wekyb3d8bbwe } 2024-08-15 17:04:09.313 [REPO] Adding manifest for [MSIX\Microsoft.YourPhone_1.24072.106.0_x64__8wekyb3d8bbwe, 1.24072.106.0] at relative path [] 2024-08-15 17:04:09.313 [REPO] Did not find an Id { MSIX\Microsoft.YourPhone_1.24072.106.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.318 [REPO] Adding manifest for [MSIX\Microsoft.Getstarted_1.3.42522.0_x64__8wekyb3d8bbwe, 1.3.42522.0] at relative path [] 2024-08-15 17:04:09.318 [REPO] Did not find an Id { MSIX\Microsoft.Getstarted_1.3.42522.0_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.321 [REPO] Adding manifest for [MSIX\MicrosoftTeams_24215.1103.3051.6995_x64__8wekyb3d8bbwe, 24215.1103.3051.6995] at relative path [] 2024-08-15 17:04:09.321 [REPO] Did not find an Id { MSIX\MicrosoftTeams_24215.1103.3051.6995_x64__8wekyb3d8bbwe } 2024-08-15 17:04:09.323 [REPO] Adding manifest for [MSIX\Microsoft.Winget.Source_2024.814.2321.46_neutral__8wekyb3d8bbwe, 2024.814.2321.46] at relative path [] 2024-08-15 17:04:09.324 [REPO] Did not find an Id { MSIX\Microsoft.Winget.Source_2024.814.2321.46_neutral__8wekyb3d8bbwe } 2024-08-15 17:04:09.503 [REPO] Performing search: Query:[none] Filter:Id='VideoLAN.VLC'[CaseInsensitive] 2024-08-15 17:04:09.514 [REPO] Opening database for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db' 2024-08-15 17:04:09.515 [REPO] Opened SQLite Index with version [1.7], last write [2024-03-03 12:09:19.000] 2024-08-15 17:04:09.604 [REPO] Search request meets optimized search criteria. 2024-08-15 17:04:09.605 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/VideoLAN.VLC?Market=NO 2024-08-15 17:04:09.605 [REPO] Http GET request details: GET / HTTP/1.1 Content-Type: application/json User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/Microsoft.DesktopAppInstaller v1.23.1911.0 Version: 1.6.0 2024-08-15 17:04:09.625 [REPO] Response status: 200 2024-08-15 17:04:09.625 [REPO] Response details: HTTP/1.1 200 OK Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: Access-Control-Expose-Headers: * Cache-Control: max-age=0, no-cache, no-store Connection: keep-alive Content-Length: 132 Content-Type: application/json; charset=utf-8 Date: Thu, 15 Aug 2024 15:04:07 GMT Expires: Thu, 15 Aug 2024 15:04:07 GMT MS-CV: Q6VJGsmdFku2VyIw.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_Legacy000L3E_1.0.0.0 X-Segment-On: true {"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageManifest.PackageManifestResponse, StoreEdgeFD"} 2024-08-15 17:04:09.625 [REPO] No manifest results returned. 2024-08-15 17:04:09.631 [REPO] Opening database for ReadWrite at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' 2024-08-15 17:04:09.632 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-15 17:01:51.000] 2024-08-15 17:04:09.719 [REPO] Performing search: Query:[none] Filter:Id='VideoLAN.VLC'[CaseInsensitive] 2024-08-15 17:04:09.722 [CORE] Reading cached file [C:\Users\olavb\AppData\Local\Temp\WinGet\cache\V2_PVD\Microsoft.Winget.Source_8wekyb3d8bbwe\packages\VideoLAN.VLC\c11d7eb7\versionData.mszyml] 2024-08-15 17:04:09.722 [CORE] PackageVersionDataManifest deserializing: sV: 1.0 vD: - v: 3.0.21 rP: manifests/v/VideoLAN/VLC/3.0.21/da09 s256H: e25050527be5222f43998069517f31f490b2878e978cc485a9fbc743dd49774c - v: 3.0.20 aMiV: 3.0.20.0 aMaV: 3.0.20.0 rP: manifests/v/VideoLAN/VLC/3.0.20/3c33 s256H: 3e6cf129390f7931bb585ed69fde947b282e3b3b9f064fb54ee92a87cb9fc874 - v: 3.0.19 aMiV: 3.0.19.0 aMaV: 3.0.19.0 rP: manifests/v/VideoLAN/VLC/3.0.19/3c33 s256H: 05f96ad034c44e9bda7edc309259f81e824378b2cb150cb5375624f2b6756576 - v: 3.0.18 aMiV: 3.0.18.0 aMaV: 3.0.18.0 rP: manifests/v/VideoLAN/VLC/3.0.18/3c33 s256H: e89d7d25ff81494ca19271b3ca12a36946c46f78088efa5958929d0b7af08f5f - v: 3.0.17.4 aMiV: 3.0.17.0 aMaV: 3.0.17.4 rP: manifests/v/VideoLAN/VLC/3.0.17.4/3c33 s256H: 593c79650fffb23005a1bf93885d0db831ceeaf4be76c6620e8fee43f51168fc - v: 3.0.16 rP: manifests/v/VideoLAN/VLC/3.0.16/3c33 s256H: bace436bbabe4482b31effd8692fe82b4657337adef7528294a5db015e86f60a - v: 3.0.15 rP: manifests/v/VideoLAN/VLC/3.0.15/3c33 s256H: c7fdc825e8499d05388c2d47887d557f3e19a3579adb9da73a306c43db8133f8 - v: 3.0.14 rP: manifests/v/VideoLAN/VLC/3.0.14/3c33 s256H: 9e37e21e7cdfb353928f1f5c411adf5bb9b494c1d045e035c4ace5960491815f - v: 3.0.13 rP: manifests/v/VideoLAN/VLC/3.0.13/3c33 s256H: 576efb9174734b286b7b04e7e95ca941314f1a6b0f2b13d770258d1b5ec5db4d - v: 3.0.12 rP: manifests/v/VideoLAN/VLC/3.0.12/3c33 s256H: d624a1ba6b59c9ecb87271fd8b9c22889fbc42f2dab8d698a28eb07de1a64ed9 - v: 3.0.11 rP: manifests/v/VideoLAN/VLC/3.0.11/3c33 s256H: 539f8dc018747e5f994b9daac5be92f4756910b17b24b5be566f53bc021da132 - v: 3.0.10 rP: manifests/v/VideoLAN/VLC/3.0.10/3c33 s256H: 607a1f1520f8a07a78ad748546269ea1db125ebf60e596863b7a33e4fa0ec32f 2024-08-15 17:04:09.722 [YAML] Detected UTF-8 2024-08-15 17:04:09.750 [REPO] Performing search: Query:[none] Filter:Id='VideoLAN.VLC'[CaseInsensitive] 2024-08-15 17:04:09.751 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:ProductCode='{0a1870bc-51b4-459d-b681-3b2033298122}'[Exact] Include:ProductCode='{117caf51-6cee-46bf-9347-fd4602d6b595}'[Exact] Include:ProductCode='{11a4d8f0-5022-4463-90de-1d5efbacb949}'[Exact] Include:ProductCode='{162a5ce4-04e4-4879-9cfb-4c7a2171d85a}'[Exact] Include:ProductCode='{1bb20266-7c52-4909-b075-22156f75d22c}'[Exact] Include:ProductCode='{392c2059-fbae-4b27-8559-3be43a2ff739}'[Exact] Include:ProductCode='{496fb7dc-40c7-41a7-8373-a0e2f001cc37}'[Exact] Include:ProductCode='{5b958621-e123-4836-a3df-a9c972bb8032}'[Exact] Include:ProductCode='{5c081c2a-82ee-44f4-a379-dec9154cee90}'[Exact] Include:ProductCode='{6799a970-32b3-47b4-89aa-2df0806fb862}'[Exact] Include:ProductCode='{92b6f4be-4bea-43b3-8859-f429e516b502}'[Exact] Include:ProductCode='{9675011c-2395-4ad7-b1cc-92910f991f58}'[Exact] Include:ProductCode='{96810b20-d631-4f46-b6b5-ebba829bd9b2}'[Exact] Include:ProductCode='{a3263831-98b6-4dc7-8d3f-bdc2365de42a}'[Exact] Include:ProductCode='{b022b1c5-d067-42cb-98e2-d965e4d74cfe}'[Exact] Include:ProductCode='{b9aae496-94b1-451f-a544-0f733fcdde8a}'[Exact] Include:ProductCode='{c4d381f1-1d4f-49ce-96c1-cea8ed7844a1}'[Exact] Include:ProductCode='{c68ee8ee-7da6-4cff-82d5-a99a4abe2c54}'[Exact] Include:ProductCode='{d3509c80-0b27-4337-be60-b985a585c320}'[Exact] Include:ProductCode='{e23b6852-a99c-4869-8777-3fc057d5a431}'[Exact] Include:ProductCode='{f44db270-76f6-49ee-aa99-e066bab0db21}'[Exact] Include:ProductCode='{f65d1e67-9c0b-4acd-a982-aa7f78f9b20e}'[Exact] Include:UpgradeCode='{d2e0205b-0d3a-46e2-adf7-0504ff48cf04}'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x64)'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x86)'+'videolan'[Exact] 2024-08-15 17:04:09.751 [REPO] Performing search: Query:[none] Include:ProductCode='{0a1870bc-51b4-459d-b681-3b2033298122}'[Exact] Include:ProductCode='{117caf51-6cee-46bf-9347-fd4602d6b595}'[Exact] Include:ProductCode='{11a4d8f0-5022-4463-90de-1d5efbacb949}'[Exact] Include:ProductCode='{162a5ce4-04e4-4879-9cfb-4c7a2171d85a}'[Exact] Include:ProductCode='{1bb20266-7c52-4909-b075-22156f75d22c}'[Exact] Include:ProductCode='{392c2059-fbae-4b27-8559-3be43a2ff739}'[Exact] Include:ProductCode='{496fb7dc-40c7-41a7-8373-a0e2f001cc37}'[Exact] Include:ProductCode='{5b958621-e123-4836-a3df-a9c972bb8032}'[Exact] Include:ProductCode='{5c081c2a-82ee-44f4-a379-dec9154cee90}'[Exact] Include:ProductCode='{6799a970-32b3-47b4-89aa-2df0806fb862}'[Exact] Include:ProductCode='{92b6f4be-4bea-43b3-8859-f429e516b502}'[Exact] Include:ProductCode='{9675011c-2395-4ad7-b1cc-92910f991f58}'[Exact] Include:ProductCode='{96810b20-d631-4f46-b6b5-ebba829bd9b2}'[Exact] Include:ProductCode='{a3263831-98b6-4dc7-8d3f-bdc2365de42a}'[Exact] Include:ProductCode='{b022b1c5-d067-42cb-98e2-d965e4d74cfe}'[Exact] Include:ProductCode='{b9aae496-94b1-451f-a544-0f733fcdde8a}'[Exact] Include:ProductCode='{c4d381f1-1d4f-49ce-96c1-cea8ed7844a1}'[Exact] Include:ProductCode='{c68ee8ee-7da6-4cff-82d5-a99a4abe2c54}'[Exact] Include:ProductCode='{d3509c80-0b27-4337-be60-b985a585c320}'[Exact] Include:ProductCode='{e23b6852-a99c-4869-8777-3fc057d5a431}'[Exact] Include:ProductCode='{f44db270-76f6-49ee-aa99-e066bab0db21}'[Exact] Include:ProductCode='{f65d1e67-9c0b-4acd-a982-aa7f78f9b20e}'[Exact] Include:UpgradeCode='{d2e0205b-0d3a-46e2-adf7-0504ff48cf04}'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x64)'+'videolan'[Exact] Include:NormalizedNameAndPublisher='vlcmediaplayer(x86)'+'videolan'[Exact] 2024-08-15 17:04:09.753 [CLI ] Search result size: 1 2024-08-15 17:04:09.754 [CLI ] Found one app. App id: VideoLAN.VLC App name: VLC media player 2024-08-15 17:04:09.754 [CLI ] Market Filter created with market: NO 2024-08-15 17:04:09.754 [CLI ] Locale Comparator created with Required Locales: [] , Preferred Locales: [en-US] , IsInstalledLocale: 1 2024-08-15 17:04:09.754 [CLI ] Architecture Comparator created with allowed architectures: [X64, X86, Neutral] 2024-08-15 17:04:09.758 [REPO] Attempting to open pinning database: C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db 2024-08-15 17:04:09.758 [REPO] ... opening existing pinning database 2024-08-15 17:04:09.758 [REPO] Opening database for Read at 'C:\Users\olavb\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db' 2024-08-15 17:04:09.759 [REPO] Opened Pinning Index with version [1.0], last write [2024-05-23 23:10:39.000] 2024-08-15 17:04:09.759 [REPO] Did not find pin Package=[ARP\Machine\X64\{9675011C-2395-4AD7-B1CC-92910F991F58}] Source=[*PredefinedInstalledSource] 2024-08-15 17:04:09.760 [CLI ] Updating from [3.0.20.0] to [3.0.21] 2024-08-15 17:04:09.760 [REPO] Did not find pin Package=[VideoLAN.VLC] Source=[Microsoft.Winget.Source_8wekyb3d8bbwe] 2024-08-15 17:04:09.760 [CORE] Reading cached file [C:\Users\olavb\AppData\Local\Temp\WinGet\cache\V2_M\Microsoft.Winget.Source_8wekyb3d8bbwe\manifests/v/VideoLAN/VLC/3.0.21/da09] 2024-08-15 17:04:09.768 [YAML] Detected UTF-8 2024-08-15 17:04:09.770 [CLI ] Starting installer selection. 2024-08-15 17:04:09.770 [CLI ] Installer [X64,nullsoft,Machine,] not applicable: Installed package type 'msi' is not compatible with installer type nullsoft, or with accepted type(s) nullsoft 2024-08-15 17:04:09.770 [CLI ] Installer [X86,nullsoft,Machine,] not applicable: Installed package type 'msi' is not compatible with installer type nullsoft, or with accepted type(s) nullsoft 2024-08-15 17:04:09.778 [CLI ] Terminating context: 0x8a15002b at C:\__w\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:be ```

Related: