microsoft / microsoft/winget-cli
Issue with WinGet Installation as System User: Error Extracting Zip Packages
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 26.4k
- Forks
- 1.8k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 15
Description
Brief description of your issue
When attempting to install WinGet packages that contain zip files as the System User during a Packer Image Build, the extraction process fails, leading to an empty extracted folder. This issue occurs only with zip-based packages; other packages install successfully.
Steps to reproduce
Steps to reproduce:
- Create a Packer Image Build.
- Install WinGet in the system context using a scheduled task that runs under the System User.
- Add a private WinGet repository for the System User.
- Attempt to install a WinGet package that is distributed as a zip file.
Expected behavior
The zip package should be extracted and installed successfully
Actual behavior
The package is downloaded, but the extraction fails with the following error:
2024-08-30 08:48:36.846 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerCommonCore\Archive.cpp(48)\WindowsPackageManager.dll!00007FFD55354895: (caller: 00007FFD552AA17C) ReturnHr(1) tid(1090) 80010105 Ausnahmefehler des Servers.
2024-08-30 08:48:36.846 [CLI ] Failed to extract archive with code -2147417851
2024-08-30 08:48:36.847 [CLI ] Terminating context: 0x8a15005c at C:\__w\1\s\external\pkg\src\AppInstallerCLICore\Workflows\ArchiveFlow.cpp:4a
Environment
2024-08-30 09:31:21.441 [CORE] WinGet, version [1.8.1911], activity [{E3D0EAC1-8071-452C-9321-F65596B67114}]
2024-08-30 09:31:21.443 [CORE] OS: Windows.Desktop v10.0.22631.4037
2024-08-30 09:31:21.443 [CORE] Command line Args: "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe\winget.exe" install --id WFCD.WFInfo --silent --accept-package-agreements --accept-source-agreements --verbose-logs --scope machine
2024-08-30 09:31:21.443 [CORE] IsCOMCall:0; Caller: winget-cli
2024-08-30 09:31:21.444 [CLI ] WinGet invoked with arguments: 'install' '--id' 'WFCD.WFInfo' '--silent' '--accept-package-agreements' '--accept-source-agreements' '--verbose-logs' '--scope' 'machine'
2024-08-30 09:31:21.444 [CLI ] Found subcommand: install
2024-08-30 09:31:21.444 [CLI ] Leaf command to execute: root:install
2024-08-30 09:31:21.445 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:21.445 [CORE] Admin settings was not found
2024-08-30 09:31:21.446 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:21.446 [CORE] Admin settings was not found
2024-08-30 09:31:21.447 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:21.447 [CORE] Admin settings was not found
2024-08-30 09:31:21.447 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:21.447 [CORE] Admin settings was not found
2024-08-30 09:31:21.448 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:21.448 [CORE] Admin settings was not found
2024-08-30 09:31:21.448 [CLI ] Executing command: install
2024-08-30 09:31:21.450 [REPO] Additional sources GP is not enabled.
2024-08-30 09:31:21.450 [CORE] Setting action: Get, Type: Secure, Name: user_sources
2024-08-30 09:31:21.450 [YAML] Detected UTF-8
2024-08-30 09:31:21.450 [YAML] Detected UTF-8
2024-08-30 09:31:21.451 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:21.451 [CORE] Admin settings was not found
2024-08-30 09:31:21.452 [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-30 09:31:21.452 [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-30 09:31:21.459 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata
2024-08-30 09:31:21.459 [YAML] Detected UTF-8
2024-08-30 09:31:21.460 [REPO] GetCurrentSourceRefs: Source named 'microsoft.builtin.desktop.frameworks' from origin Default is hidden and is dropped.
2024-08-30 09:31:21.460 [REPO] Default source requested, multiple sources available, adding all to source references.
2024-08-30 09:31:21.460 [REPO] Adding to source references Customer
2024-08-30 09:31:21.460 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:21.461 [CORE] Admin settings was not found
2024-08-30 09:31:21.461 [CORE] Default proxy is not set
2024-08-30 09:31:21.461 [REPO] REST HTTP Client helper does not use proxy
2024-08-30 09:31:21.461 [REPO] Adding to source references msstore
2024-08-30 09:31:21.461 [REPO] REST HTTP Client helper does not use proxy
2024-08-30 09:31:21.461 [REPO] Adding to source references winget
2024-08-30 09:31:21.461 [CLI ] Created authentication arguments. Mode: silentPreferred, Account:
2024-08-30 09:31:21.463 [CORE] Started trust validation of msix at: C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.PreIndexed.Package\Microsoft.Winget.Source_8wekyb3d8bbwe\source.msix
2024-08-30 09:31:21.521 [CORE] Result for certificate chain validation of Microsoft origin: 0
2024-08-30 09:31:21.553 [CORE] Result for trust info validation of the msix: 0
2024-08-30 09:31:21.597 [REPO] Multiple sources available, creating aggregated source.
2024-08-30 09:31:21.597 [REPO] Adding to aggregated source: Customer
2024-08-30 09:31:21.597 [REPO] User agent caller found: winget-cli
2024-08-30 09:31:21.597 [REPO] Sending http GET request to: https://customerrepo00.azurewebsites.net/api/information
2024-08-30 09:31:21.597 [REPO] Http GET request details:
GET / HTTP/1.1
Content-Type: application/json
User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/none
2024-08-30 09:31:21.745 [REPO] Response status: 200
2024-08-30 09:31:21.745 [REPO] Response details:
HTTP/1.1 200 OK
Content-Length: 222
Content-Type: application/json; charset=utf-8
Date: Fri, 30 Aug 2024 07:31:21 GMT
{"Data":{"SourceIdentifier":"customerrepo00","ServerSupportedVersions":["1.0.0","1.1.0","1.4.0"],"UnsupportedPackageMatchFields":[],"RequiredPackageMatchFields":[],"UnsupportedQueryParameters":[],"RequiredQueryParameters":[]}}
2024-08-30 09:31:21.745 [REPO] Authentication node not found. Assuming authentication type none.
2024-08-30 09:31:21.745 [REPO] User agent caller found: winget-cli
2024-08-30 09:31:21.746 [REPO] Sending http GET request to: https://customerrepo00.azurewebsites.net/api/information
2024-08-30 09:31:21.746 [REPO] Http GET request details:
GET / HTTP/1.1
Content-Type: application/json
User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/none
2024-08-30 09:31:21.764 [REPO] Response status: 200
2024-08-30 09:31:21.764 [REPO] Response details:
HTTP/1.1 200 OK
Content-Length: 222
Content-Type: application/json; charset=utf-8
Date: Fri, 30 Aug 2024 07:31:21 GMT
{"Data":{"SourceIdentifier":"customerrepo00","ServerSupportedVersions":["1.0.0","1.1.0","1.4.0"],"UnsupportedPackageMatchFields":[],"RequiredPackageMatchFields":[],"UnsupportedQueryParameters":[],"RequiredQueryParameters":[]}}
2024-08-30 09:31:21.764 [REPO] Authentication node not found. Assuming authentication type none.
2024-08-30 09:31:21.765 [REPO] Adding to aggregated source: msstore
2024-08-30 09:31:21.765 [REPO] User agent caller found: winget-cli
2024-08-30 09:31:21.765 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-08-30 09:31:21.765 [REPO] Http GET request details:
GET / HTTP/1.1
Content-Type: application/json
User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/none
2024-08-30 09:31:21.851 [REPO] Response status: 200
2024-08-30 09:31:21.851 [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: Fri, 30 Aug 2024 07:31:21 GMT
Expires: Fri, 30 Aug 2024 07:31:21 GMT
MS-CV: G9wh9k4qbkyB7p4F.0
Pragma: no-cache
Server: Microsoft-HTTPAPI/2.0
X-OSG-Served-By: Torus-WESTEUROPE_Legacy000LD6_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-30 09:31:21.852 [REPO] Authentication node not found. Assuming authentication type none.
2024-08-30 09:31:21.852 [REPO] User agent caller found: winget-cli
2024-08-30 09:31:21.852 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2024-08-30 09:31:21.852 [REPO] Http GET request details:
GET / HTTP/1.1
Content-Type: application/json
User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/none
2024-08-30 09:31:21.859 [REPO] Response status: 200
2024-08-30 09:31:21.859 [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: Fri, 30 Aug 2024 07:31:21 GMT
Expires: Fri, 30 Aug 2024 07:31:21 GMT
MS-CV: G9wh9k4qbkyB7p4F.0
Pragma: no-cache
Server: Microsoft-HTTPAPI/2.0
X-OSG-Served-By: Torus-WESTEUROPE_Legacy000LD6_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-30 09:31:21.860 [REPO] Authentication node not found. Assuming authentication type none.
2024-08-30 09:31:21.860 [REPO] Adding to aggregated source: winget
2024-08-30 09:31:21.862 [CORE] Started trust validation of msix at: C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.PreIndexed.Package\Microsoft.Winget.Source_8wekyb3d8bbwe\source.msix
2024-08-30 09:31:21.905 [CORE] Result for certificate chain validation of Microsoft origin: 0
2024-08-30 09:31:21.928 [CORE] Result for trust info validation of the msix: 0
2024-08-30 09:31:22.102 [REPO] Opening database for ImmutableRead at 'C:\Windows\TEMP\WinGet\defaultState\{3F445781-DE69-4D6D-8A8D-131C2C98DC7B}'
2024-08-30 09:31:22.103 [REPO] Opened SQLite Index with version [2.0], last write [2024-08-30 07:23:27.000]
2024-08-30 09:31:22.145 [CLI ] Checking Source agreements for source: Customer
2024-08-30 09:31:22.147 [REPO] Additional sources GP is not enabled.
2024-08-30 09:31:22.147 [CORE] Setting action: Get, Type: Secure, Name: user_sources
2024-08-30 09:31:22.147 [YAML] Detected UTF-8
2024-08-30 09:31:22.147 [YAML] Detected UTF-8
2024-08-30 09:31:22.148 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:22.148 [CORE] Admin settings was not found
2024-08-30 09:31:22.148 [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-30 09:31:22.148 [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-30 09:31:22.148 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata
2024-08-30 09:31:22.148 [YAML] Detected UTF-8
2024-08-30 09:31:22.148 [CLI ] Source agreements satisfied. Source: Customer
2024-08-30 09:31:22.148 [CLI ] Checking Source agreements for source: msstore
2024-08-30 09:31:22.150 [REPO] Additional sources GP is not enabled.
2024-08-30 09:31:22.150 [CORE] Setting action: Get, Type: Secure, Name: user_sources
2024-08-30 09:31:22.150 [YAML] Detected UTF-8
2024-08-30 09:31:22.150 [YAML] Detected UTF-8
2024-08-30 09:31:22.151 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:22.151 [CORE] Admin settings was not found
2024-08-30 09:31:22.151 [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-30 09:31:22.151 [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-30 09:31:22.151 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata
2024-08-30 09:31:22.151 [YAML] Detected UTF-8
2024-08-30 09:31:22.151 [CLI ] Source agreements satisfied. Source: msstore
2024-08-30 09:31:22.151 [CLI ] Checking Source agreements for source: winget
2024-08-30 09:31:22.153 [REPO] Additional sources GP is not enabled.
2024-08-30 09:31:22.153 [CORE] Setting action: Get, Type: Secure, Name: user_sources
2024-08-30 09:31:22.153 [YAML] Detected UTF-8
2024-08-30 09:31:22.153 [YAML] Detected UTF-8
2024-08-30 09:31:22.154 [CORE] Setting action: Get, Type: Secure, Name: admin_settings
2024-08-30 09:31:22.154 [CORE] Admin settings was not found
2024-08-30 09:31:22.154 [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-30 09:31:22.154 [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-30 09:31:22.154 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata
2024-08-30 09:31:22.154 [YAML] Detected UTF-8
2024-08-30 09:31:22.154 [CLI ] Source agreements satisfied. Source: winget
2024-08-30 09:31:22.154 [REPO] Creating PredefinedInstalledSource with filter [Machine]
2024-08-30 09:31:22.154 [REPO] Creating new SQLite Index with version [Latest] at ':memory:'
2024-08-30 09:31:22.158 [REPO] Reading MSI UpgradeCodes
2024-08-30 09:31:22.159 [REPO] Examining ARP entries for Machine | X64
2024-08-30 09:31:22.159 [REPO] Adding manifest for [ARP\Machine\X64\7-Zip, 24.08] at relative path []
2024-08-30 09:31:22.159 [REPO] Did not find an Id { ARP\Machine\X64\7-Zip }
2024-08-30 09:31:22.160 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.160 [REPO] Skipping Connection Manager because it is a SystemComponent
2024-08-30 09:31:22.160 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.160 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.160 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.160 [REPO] Adding manifest for [ARP\Machine\X64\Greenshot_is1, 1.2.10.6] at relative path []
2024-08-30 09:31:22.161 [REPO] Did not find an Id { ARP\Machine\X64\Greenshot_is1 }
2024-08-30 09:31:22.161 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.161 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.161 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.161 [REPO] Skipping IEData because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.161 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.161 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.161 [REPO] Skipping mstsc-4b0a31aa-df6a-4307-9b47-d5cc50009643 because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.161 [REPO] Adding manifest for [ARP\Machine\X64\Notepad++, 8.6.9] at relative path []
2024-08-30 09:31:22.162 [REPO] Did not find an Id { ARP\Machine\X64\Notepad++ }
2024-08-30 09:31:22.162 [REPO] Adding manifest for [ARP\Machine\X64\O365ProPlusRetail - de-de, 16.0.17928.20114] at relative path []
2024-08-30 09:31:22.162 [REPO] Did not find an Id { ARP\Machine\X64\O365ProPlusRetail - de-de }
2024-08-30 09:31:22.163 [REPO] Adding manifest for [ARP\Machine\X64\OneDriveSetup.exe, 24.166.0818.0002] at relative path []
2024-08-30 09:31:22.163 [REPO] Did not find an Id { ARP\Machine\X64\OneDriveSetup.exe }
2024-08-30 09:31:22.164 [REPO] Adding manifest for [ARP\Machine\X64\ProjectProRetail - de-de, 16.0.17928.20114] at relative path []
2024-08-30 09:31:22.164 [REPO] Did not find an Id { ARP\Machine\X64\ProjectProRetail - de-de }
2024-08-30 09:31:22.164 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.165 [REPO] Adding manifest for [ARP\Machine\X64\Totalcmd64, 11.03] at relative path []
2024-08-30 09:31:22.165 [REPO] Did not find an Id { ARP\Machine\X64\Totalcmd64 }
2024-08-30 09:31:22.165 [REPO] Adding manifest for [ARP\Machine\X64\VisioProRetail - de-de, 16.0.17928.20114] at relative path []
2024-08-30 09:31:22.165 [REPO] Did not find an Id { ARP\Machine\X64\VisioProRetail - de-de }
2024-08-30 09:31:22.166 [REPO] Skipping WIC because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.166 [REPO] Adding manifest for [ARP\Machine\X64\{0E0F96AC-80DE-4400-A40C-429D63293651}, 17.10.6.1] at relative path []
2024-08-30 09:31:22.166 [REPO] Did not find an Id { ARP\Machine\X64\{0E0F96AC-80DE-4400-A40C-429D63293651} }
2024-08-30 09:31:22.167 [REPO] Skipping {16F850E7-54DF-4885-9A3B-0D6942A02547} because it is a SystemComponent
2024-08-30 09:31:22.167 [REPO] Adding manifest for [ARP\Machine\X64\{19979006-F5E1-473B-95D6-1A2F003C4DCA}, 10.3.1.387] at relative path []
2024-08-30 09:31:22.167 [REPO] Did not find an Id { ARP\Machine\X64\{19979006-F5E1-473B-95D6-1A2F003C4DCA} }
2024-08-30 09:31:22.167 [REPO] Adding manifest for [ARP\Machine\X64\{2270A09C-AF5A-4F19-BAF2-4DDC70C80F7B}, 1.54.2408.19001] at relative path []
2024-08-30 09:31:22.168 [REPO] Did not find an Id { ARP\Machine\X64\{2270A09C-AF5A-4F19-BAF2-4DDC70C80F7B} }
2024-08-30 09:31:22.168 [REPO] Skipping {4F4331E2-2810-4AE4-8BF2-B159CA74E0CE} because it is a SystemComponent
2024-08-30 09:31:22.168 [REPO] Adding manifest for [ARP\Machine\X64\{640C69DE-0FD1-4760-A753-6DA31D6A814A}, 11.19.0] at relative path []
2024-08-30 09:31:22.168 [REPO] Did not find an Id { ARP\Machine\X64\{640C69DE-0FD1-4760-A753-6DA31D6A814A} }
2024-08-30 09:31:22.169 [REPO] Adding manifest for [ARP\Machine\X64\{76EB75D2-CCF6-41A9-90B6-922DE9146276}, 18.7.4.0] at relative path []
2024-08-30 09:31:22.169 [REPO] Did not find an Id { ARP\Machine\X64\{76EB75D2-CCF6-41A9-90B6-922DE9146276} }
2024-08-30 09:31:22.170 [REPO] Adding manifest for [ARP\Machine\X64\{78CA3586-0715-4862-B091-200565E3BC87}, 2.8.85.0] at relative path []
2024-08-30 09:31:22.170 [REPO] Did not find an Id { ARP\Machine\X64\{78CA3586-0715-4862-B091-200565E3BC87} }
2024-08-30 09:31:22.170 [REPO] Adding manifest for [ARP\Machine\X64\{7AF6160A-CDBE-3F28-829F-6DB1E83C0D23}, 128.0.6613.114] at relative path []
2024-08-30 09:31:22.170 [REPO] Did not find an Id { ARP\Machine\X64\{7AF6160A-CDBE-3F28-829F-6DB1E83C0D23} }
2024-08-30 09:31:22.171 [REPO] Skipping {7CA9BDB2-DC47-44B5-B384-8938B461CC38} because it is a SystemComponent
2024-08-30 09:31:22.171 [REPO] Skipping {8E7A3713-551D-333A-9271-10EF4D77A80F} because it is a SystemComponent
2024-08-30 09:31:22.171 [REPO] Skipping {90160000-007E-0000-1000-0000000FF1CE} because it is a SystemComponent
2024-08-30 09:31:22.171 [REPO] Skipping {90160000-008C-0000-1000-0000000FF1CE} because it is a SystemComponent
2024-08-30 09:31:22.171 [REPO] Skipping {90160000-008C-0407-1000-0000000FF1CE} because it is a SystemComponent
2024-08-30 09:31:22.171 [REPO] Adding manifest for [ARP\Machine\X64\{95160000-0052-0409-1000-0000000FF1CE}, 16.0.4339.1001] at relative path []
2024-08-30 09:31:22.171 [REPO] Did not find an Id { ARP\Machine\X64\{95160000-0052-0409-1000-0000000FF1CE} }
2024-08-30 09:31:22.172 [REPO] Adding manifest for [ARP\Machine\X64\{AC76BA86-1033-FF00-7760-BC15014EA700}, 24.003.20054] at relative path []
2024-08-30 09:31:22.172 [REPO] Did not find an Id { ARP\Machine\X64\{AC76BA86-1033-FF00-7760-BC15014EA700} }
2024-08-30 09:31:22.173 [REPO] Adding manifest for [ARP\Machine\X64\{AD6352BE-16FD-4868-B139-8921468A14C3}, 1.0.6] at relative path []
2024-08-30 09:31:22.173 [REPO] Did not find an Id { ARP\Machine\X64\{AD6352BE-16FD-4868-B139-8921468A14C3} }
2024-08-30 09:31:22.173 [REPO] Adding manifest for [ARP\Machine\X64\{B29B42E8-7FFB-47C1-9230-289ABBFD44DE}, 9.5.368.0] at relative path []
2024-08-30 09:31:22.173 [REPO] Did not find an Id { ARP\Machine\X64\{B29B42E8-7FFB-47C1-9230-289ABBFD44DE} }
2024-08-30 09:31:22.174 [REPO] Adding manifest for [ARP\Machine\X64\{C1593F76-F694-448E-AD35-82DDD6203975}, 7.4.5.0] at relative path []
2024-08-30 09:31:22.174 [REPO] Did not find an Id { ARP\Machine\X64\{C1593F76-F694-448E-AD35-82DDD6203975} }
2024-08-30 09:31:22.175 [REPO] Skipping {CB4A0FDE-1126-4AE2-97C6-A243692C3D95} because it is a SystemComponent
2024-08-30 09:31:22.175 [REPO] Skipping {DD1EC0FD-3F0A-4740-A05E-1DCD14A6B0D1} because it is a SystemComponent
2024-08-30 09:31:22.175 [REPO] Adding manifest for [ARP\Machine\X64\{DDC95F26-92B1-4546-9678-5DC68DF76BA0}, 0.81.0.0] at relative path []
2024-08-30 09:31:22.175 [REPO] Did not find an Id { ARP\Machine\X64\{DDC95F26-92B1-4546-9678-5DC68DF76BA0} }
2024-08-30 09:31:22.176 [REPO] Examining ARP entries for Machine | X86
2024-08-30 09:31:22.176 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.176 [REPO] Adding manifest for [ARP\Machine\X86\Apache Directory Studio, Unknown] at relative path []
2024-08-30 09:31:22.176 [REPO] Did not find an Id { ARP\Machine\X86\Apache Directory Studio }
2024-08-30 09:31:22.177 [REPO] Skipping Connection Manager because it is a SystemComponent
2024-08-30 09:31:22.177 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.177 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.177 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.177 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.177 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.177 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.177 [REPO] Skipping IEData because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.177 [REPO] Adding manifest for [ARP\Machine\X86\KeePassPasswordSafe2_is1, 2.57] at relative path []
2024-08-30 09:31:22.177 [REPO] Did not find an Id { ARP\Machine\X86\KeePassPasswordSafe2_is1 }
2024-08-30 09:31:22.178 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge, 128.0.2739.54] at relative path []
2024-08-30 09:31:22.178 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge }
2024-08-30 09:31:22.179 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge Update, 1.3.195.15] at relative path []
2024-08-30 09:31:22.179 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge Update }
2024-08-30 09:31:22.179 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft EdgeWebView, 128.0.2739.54] at relative path []
2024-08-30 09:31:22.179 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft EdgeWebView }
2024-08-30 09:31:22.180 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Help Viewer 2.3, 2.3.28307] at relative path []
2024-08-30 09:31:22.180 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Help Viewer 2.3 }
2024-08-30 09:31:22.180 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.180 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.181 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.181 [REPO] Skipping WIC because DisplayName is not a REG_SZ value
2024-08-30 09:31:22.181 [REPO] Adding manifest for [ARP\Machine\X86\winscp3_is1, 6.3.4] at relative path []
2024-08-30 09:31:22.181 [REPO] Did not find an Id { ARP\Machine\X86\winscp3_is1 }
2024-08-30 09:31:22.181 [REPO] Skipping {29BA18D9-00DF-4A08-BBBE-A0211A31D452} because it is a SystemComponent
2024-08-30 09:31:22.181 [REPO] Skipping {2F69FB2B-2C48-491C-B249-22C1BDCE1117} because it is a SystemComponent
2024-08-30 09:31:22.181 [REPO] Skipping {31C9EB3A-5F0C-49E7-8E6C-D404E48F433D} because it is a SystemComponent
2024-08-30 09:31:22.181 [REPO] Skipping {33F0F46E-51D3-46B5-9EAA-9415E9BA3A7A} because it is a SystemComponent
2024-08-30 09:31:22.181 [REPO] Skipping {644B42A8-9074-44B2-96AF-5501B6073FA5} because it is a SystemComponent
2024-08-30 09:31:22.182 [REPO] Adding manifest for [ARP\Machine\X86\{7d607fb4-7e28-4c7a-a92f-3fcdaf555faf}, 14.26.28720.3] at relative path []
2024-08-30 09:31:22.182 [REPO] Did not find an Id { ARP\Machine\X86\{7d607fb4-7e28-4c7a-a92f-3fcdaf555faf} }
2024-08-30 09:31:22.182 [REPO] Adding manifest for [ARP\Machine\X86\{86380aef-fd23-4fc3-8723-a98ccad8f2c6}, 14.26.28720.3] at relative path []
2024-08-30 09:31:22.182 [REPO] Did not find an Id { ARP\Machine\X86\{86380aef-fd23-4fc3-8723-a98ccad8f2c6} }
2024-08-30 09:31:22.183 [REPO] Skipping {8D96B285-698F-42BA-B483-A0A54D75ECD6} because it is a SystemComponent
2024-08-30 09:31:22.183 [REPO] Adding manifest for [ARP\Machine\X86\{98566bce-3110-4bc9-b372-a014a6eb5b58}, 20.2.30.0] at relative path []
2024-08-30 09:31:22.183 [REPO] Did not find an Id { ARP\Machine\X86\{98566bce-3110-4bc9-b372-a014a6eb5b58} }
2024-08-30 09:31:22.184 [REPO] Skipping {98FA3A6A-2028-4F6B-993E-D1851F0D5EC6} because it is a SystemComponent
2024-08-30 09:31:22.184 [REPO] Skipping {99DC6816-30B2-32EB-9E12-AF8944C4FA4E} because it is a SystemComponent
2024-08-30 09:31:22.184 [REPO] Skipping {C33A075E-FA96-4D75-AC9A-BF4CB73A28C2} because it is a SystemComponent
2024-08-30 09:31:22.184 [REPO] Skipping {E7A0CD34-1F9B-3496-ADB3-2F180D302F6A} because it is a SystemComponent
2024-08-30 09:31:22.184 [REPO] Adding manifest for [ARP\Machine\X86\{f3fbabb4-bcfb-45eb-8fff-9b784fd68c38}, 16.0.31110] at relative path []
2024-08-30 09:31:22.184 [REPO] Did not find an Id { ARP\Machine\X86\{f3fbabb4-bcfb-45eb-8fff-9b784fd68c38} }
2024-08-30 09:31:22.185 [REPO] Adding manifest for [ARP\Machine\X86\{fa785b1c-9496-435e-ab54-9cc9984f68f7}, 2.9.8884.27471] at relative path []
2024-08-30 09:31:22.185 [REPO] Did not find an Id { ARP\Machine\X86\{fa785b1c-9496-435e-ab54-9cc9984f68f7} }
2024-08-30 09:31:22.186 [REPO] Examining MSIX entries for Machine
2024-08-30 09:31:22.252 [REPO] Adding manifest for [MSIX\Microsoft.549981C3F5F10_3.2204.14815.0_neutral_~_8wekyb3d8bbwe, 3.2204.14815.0] at relative path []
2024-08-30 09:31:22.252 [REPO] Did not find an Id { MSIX\Microsoft.549981C3F5F10_3.2204.14815.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.253 [REPO] Adding manifest for [MSIX\Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt, 2.2.8.0] at relative path []
2024-08-30 09:31:22.253 [REPO] Did not find an Id { MSIX\Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt }
2024-08-30 09:31:22.253 [REPO] Adding manifest for [MSIX\Microsoft.BingNews_4.2.27001.0_neutral_~_8wekyb3d8bbwe, 4.2.27001.0] at relative path []
2024-08-30 09:31:22.253 [REPO] Did not find an Id { MSIX\Microsoft.BingNews_4.2.27001.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.254 [REPO] Adding manifest for [MSIX\Microsoft.BingWeather_4.53.33420.0_neutral_~_8wekyb3d8bbwe, 4.53.33420.0] at relative path []
2024-08-30 09:31:22.254 [REPO] Did not find an Id { MSIX\Microsoft.BingWeather_4.53.33420.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.254 [REPO] Adding manifest for [MSIX\Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe, 2021.427.138.0] at relative path []
2024-08-30 09:31:22.254 [REPO] Did not find an Id { MSIX\Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.255 [REPO] Adding manifest for [MSIX\Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe, 10.2201.421.0] at relative path []
2024-08-30 09:31:22.255 [REPO] Did not find an Id { MSIX\Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.255 [REPO] Adding manifest for [MSIX\Microsoft.Getstarted_2021.2204.1.0_neutral_~_8wekyb3d8bbwe, 2021.2204.1.0] at relative path []
2024-08-30 09:31:22.255 [REPO] Did not find an Id { MSIX\Microsoft.Getstarted_2021.2204.1.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.256 [REPO] Adding manifest for [MSIX\Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe, 1.0.43012.0] at relative path []
2024-08-30 09:31:22.256 [REPO] Did not find an Id { MSIX\Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe }
2024-08-30 09:31:22.256 [REPO] Adding manifest for [MSIX\Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe, 1.0.50361.0] at relative path []
2024-08-30 09:31:22.256 [REPO] Did not find an Id { MSIX\Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe }
2024-08-30 09:31:22.257 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_~_8wekyb3d8bbwe, 18.2204.1141.0] at relative path []
2024-08-30 09:31:22.257 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.257 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_~_8wekyb3d8bbwe, 4.12.3171.0] at relative path []
2024-08-30 09:31:22.257 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.257 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftStickyNotes_4.2.2.0_neutral_~_8wekyb3d8bbwe, 4.2.2.0] at relative path []
2024-08-30 09:31:22.257 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftStickyNotes_4.2.2.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.258 [REPO] Adding manifest for [MSIX\Microsoft.Paint_11.2201.22.0_neutral_~_8wekyb3d8bbwe, 11.2201.22.0] at relative path []
2024-08-30 09:31:22.258 [REPO] Did not find an Id { MSIX\Microsoft.Paint_11.2201.22.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.258 [REPO] Adding manifest for [MSIX\Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe, 2020.901.1724.0] at relative path []
2024-08-30 09:31:22.258 [REPO] Did not find an Id { MSIX\Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.259 [REPO] Adding manifest for [MSIX\Microsoft.PowerAutomateDesktop_10.0.3735.0_neutral_~_8wekyb3d8bbwe, 10.0.3735.0] at relative path []
2024-08-30 09:31:22.259 [REPO] Did not find an Id { MSIX\Microsoft.PowerAutomateDesktop_10.0.3735.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.259 [REPO] Adding manifest for [MSIX\Microsoft.RawImageExtension_2.1.30391.0_neutral_~_8wekyb3d8bbwe, 2.1.30391.0] at relative path []
2024-08-30 09:31:22.259 [REPO] Did not find an Id { MSIX\Microsoft.RawImageExtension_2.1.30391.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.260 [REPO] Adding manifest for [MSIX\Microsoft.ScreenSketch_2022.2201.12.0_neutral_~_8wekyb3d8bbwe, 2022.2201.12.0] at relative path []
2024-08-30 09:31:22.260 [REPO] Did not find an Id { MSIX\Microsoft.ScreenSketch_2022.2201.12.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.260 [REPO] Adding manifest for [MSIX\Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe, 12008.1001.113.0] at relative path []
2024-08-30 09:31:22.260 [REPO] Did not find an Id { MSIX\Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.261 [REPO] Adding manifest for [MSIX\Microsoft.Todos_2.54.42772.0_neutral_~_8wekyb3d8bbwe, 2.54.42772.0] at relative path []
2024-08-30 09:31:22.261 [REPO] Did not find an Id { MSIX\Microsoft.Todos_2.54.42772.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.261 [REPO] Adding manifest for [MSIX\Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe, 1.0.50901.0] at relative path []
2024-08-30 09:31:22.261 [REPO] Did not find an Id { MSIX\Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe }
2024-08-30 09:31:22.261 [REPO] Adding manifest for [MSIX\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_~_8wekyb3d8bbwe, 1.0.42192.0] at relative path []
2024-08-30 09:31:22.262 [REPO] Did not find an Id { MSIX\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.262 [REPO] Adding manifest for [MSIX\Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe, 1.0.42351.0] at relative path []
2024-08-30 09:31:22.262 [REPO] Did not find an Id { MSIX\Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe }
2024-08-30 09:31:22.262 [REPO] Adding manifest for [MSIX\Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe, 21.21030.25003.0] at relative path []
2024-08-30 09:31:22.262 [REPO] Did not find an Id { MSIX\Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.263 [REPO] Adding manifest for [MSIX\Microsoft.WindowsAlarms_2022.2202.24.0_neutral_~_8wekyb3d8bbwe, 2022.2202.24.0] at relative path []
2024-08-30 09:31:22.263 [REPO] Did not find an Id { MSIX\Microsoft.WindowsAlarms_2022.2202.24.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.263 [REPO] Adding manifest for [MSIX\Microsoft.WindowsCalculator_2020.2103.8.0_neutral_~_8wekyb3d8bbwe, 2020.2103.8.0] at relative path []
2024-08-30 09:31:22.263 [REPO] Did not find an Id { MSIX\Microsoft.WindowsCalculator_2020.2103.8.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.264 [REPO] Adding manifest for [MSIX\Microsoft.WindowsCamera_2022.2201.4.0_neutral_~_8wekyb3d8bbwe, 2022.2201.4.0] at relative path []
2024-08-30 09:31:22.264 [REPO] Did not find an Id { MSIX\Microsoft.WindowsCamera_2022.2201.4.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.264 [REPO] Adding manifest for [MSIX\microsoft.windowscommunicationsapps_16005.14326.20544.0_neutral_~_8wekyb3d8bbwe, 16005.14326.20544.0] at relative path []
2024-08-30 09:31:22.264 [REPO] Did not find an Id { MSIX\microsoft.windowscommunicationsapps_16005.14326.20544.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.265 [REPO] Adding manifest for [MSIX\Microsoft.WindowsFeedbackHub_2022.106.2230.0_neutral_~_8wekyb3d8bbwe, 2022.106.2230.0] at relative path []
2024-08-30 09:31:22.265 [REPO] Did not find an Id { MSIX\Microsoft.WindowsFeedbackHub_2022.106.2230.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.265 [REPO] Adding manifest for [MSIX\Microsoft.WindowsMaps_2022.2202.6.0_neutral_~_8wekyb3d8bbwe, 2022.2202.6.0] at relative path []
2024-08-30 09:31:22.265 [REPO] Did not find an Id { MSIX\Microsoft.WindowsMaps_2022.2202.6.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.266 [REPO] Adding manifest for [MSIX\Microsoft.WindowsNotepad_11.2112.32.0_neutral_~_8wekyb3d8bbwe, 11.2112.32.0] at relative path []
2024-08-30 09:31:22.266 [REPO] Did not find an Id { MSIX\Microsoft.WindowsNotepad_11.2112.32.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.266 [REPO] Adding manifest for [MSIX\Microsoft.WindowsSoundRecorder_2021.2103.28.0_neutral_~_8wekyb3d8bbwe, 2021.2103.28.0] at relative path []
2024-08-30 09:31:22.266 [REPO] Did not find an Id { MSIX\Microsoft.WindowsSoundRecorder_2021.2103.28.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.266 [REPO] Adding manifest for [MSIX\Microsoft.WindowsStore_22204.1400.4.0_neutral_~_8wekyb3d8bbwe, 22204.1400.4.0] at relative path []
2024-08-30 09:31:22.267 [REPO] Did not find an Id { MSIX\Microsoft.WindowsStore_22204.1400.4.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.267 [REPO] Adding manifest for [MSIX\Microsoft.WindowsTerminal_3001.12.10983.0_neutral_~_8wekyb3d8bbwe, 3001.12.10983.0] at relative path []
2024-08-30 09:31:22.267 [REPO] Did not find an Id { MSIX\Microsoft.WindowsTerminal_3001.12.10983.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.267 [REPO] Adding manifest for [MSIX\Microsoft.Xbox.TCUI_1.23.28004.0_neutral_~_8wekyb3d8bbwe, 1.23.28004.0] at relative path []
2024-08-30 09:31:22.267 [REPO] Did not find an Id { MSIX\Microsoft.Xbox.TCUI_1.23.28004.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.268 [REPO] Adding manifest for [MSIX\Microsoft.XboxGameOverlay_1.47.2385.0_neutral_~_8wekyb3d8bbwe, 1.47.2385.0] at relative path []
2024-08-30 09:31:22.268 [REPO] Did not find an Id { MSIX\Microsoft.XboxGameOverlay_1.47.2385.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.268 [REPO] Adding manifest for [MSIX\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_~_8wekyb3d8bbwe, 2.622.3232.0] at relative path []
2024-08-30 09:31:22.268 [REPO] Did not find an Id { MSIX\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.269 [REPO] Adding manifest for [MSIX\Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe, 12.50.6001.0] at relative path []
2024-08-30 09:31:22.269 [REPO] Did not find an Id { MSIX\Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.269 [REPO] Adding manifest for [MSIX\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe, 1.17.29001.0] at relative path []
2024-08-30 09:31:22.269 [REPO] Did not find an Id { MSIX\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.270 [REPO] Adding manifest for [MSIX\Microsoft.YourPhone_1.22022.147.0_neutral_~_8wekyb3d8bbwe, 1.22022.147.0] at relative path []
2024-08-30 09:31:22.270 [REPO] Did not find an Id { MSIX\Microsoft.YourPhone_1.22022.147.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.270 [REPO] Adding manifest for [MSIX\Microsoft.ZuneMusic_11.2202.46.0_neutral_~_8wekyb3d8bbwe, 11.2202.46.0] at relative path []
2024-08-30 09:31:22.270 [REPO] Did not find an Id { MSIX\Microsoft.ZuneMusic_11.2202.46.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.271 [REPO] Adding manifest for [MSIX\Microsoft.ZuneVideo_2019.22020.10021.0_neutral_~_8wekyb3d8bbwe, 2019.22020.10021.0] at relative path []
2024-08-30 09:31:22.271 [REPO] Did not find an Id { MSIX\Microsoft.ZuneVideo_2019.22020.10021.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.271 [REPO] Adding manifest for [MSIX\MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral_~_8wekyb3d8bbwe, 2022.414.1758.0] at relative path []
2024-08-30 09:31:22.271 [REPO] Did not find an Id { MSIX\MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.272 [REPO] Adding manifest for [MSIX\MicrosoftWindows.Client.WebExperience_421.20070.195.0_neutral_~_cw5n1h2txyewy, 421.20070.195.0] at relative path []
2024-08-30 09:31:22.272 [REPO] Did not find an Id { MSIX\MicrosoftWindows.Client.WebExperience_421.20070.195.0_neutral_~_cw5n1h2txyewy }
2024-08-30 09:31:22.273 [REPO] Adding manifest for [MSIX\Microsoft.MicrosoftEdge.Stable_128.0.2739.54_neutral__8wekyb3d8bbwe, 128.0.2739.54] at relative path []
2024-08-30 09:31:22.273 [REPO] Did not find an Id { MSIX\Microsoft.MicrosoftEdge.Stable_128.0.2739.54_neutral__8wekyb3d8bbwe }
2024-08-30 09:31:22.273 [REPO] Adding manifest for [MSIX\Microsoft.OneDriveSync_24166.818.2.0_neutral__8wekyb3d8bbwe, 24166.818.2.0] at relative path []
2024-08-30 09:31:22.273 [REPO] Did not find an Id { MSIX\Microsoft.OneDriveSync_24166.818.2.0_neutral__8wekyb3d8bbwe }
2024-08-30 09:31:22.274 [REPO] Adding manifest for [MSIX\MSTeams_24193.1805.3040.8975_x64__8wekyb3d8bbwe, 24193.1805.3040.8975] at relative path []
2024-08-30 09:31:22.274 [REPO] Did not find an Id { MSIX\MSTeams_24193.1805.3040.8975_x64__8wekyb3d8bbwe }
2024-08-30 09:31:22.274 [REPO] Adding manifest for [MSIX\Microsoft.DesktopAppInstaller_2024.709.2344.0_neutral_~_8wekyb3d8bbwe, 2024.709.2344.0] at relative path []
2024-08-30 09:31:22.274 [REPO] Did not find an Id { MSIX\Microsoft.DesktopAppInstaller_2024.709.2344.0_neutral_~_8wekyb3d8bbwe }
2024-08-30 09:31:22.275 [REPO] Adding manifest for [MSIX\Microsoft.SecHealthUI_1000.25992.9000.0_x64__8wekyb3d8bbwe, 1000.25992.9000.0] at relative path []
2024-08-30 09:31:22.275 [REPO] Did not find an Id { MSIX\Microsoft.SecHealthUI_1000.25992.9000.0_x64__8wekyb3d8bbwe }
2024-08-30 09:31:22.275 [REPO] ... finished creating PredefinedInstalledSource
2024-08-30 09:31:22.537 [REPO] Opening database for ReadWrite at 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft/WinGet\State\defaultState\customerrepo00\installed.db'
2024-08-30 09:31:22.538 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-30 08:34:31.000]
2024-08-30 09:31:22.539 [REPO] Search request meets optimized search criteria.
2024-08-30 09:31:22.539 [REPO] Sending http GET request to: https://customerrepo00.azurewebsites.net/api/packageManifests/WFCD.WFInfo
2024-08-30 09:31:22.539 [REPO] Http GET request details:
GET / HTTP/1.1
Content-Type: application/json
User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/none
Version: 1.4.0
2024-08-30 09:31:22.568 [REPO] Response status: 204
2024-08-30 09:31:22.568 [REPO] Response details:
HTTP/1.1 204 No Content
Date: Fri, 30 Aug 2024 07:31:21 GMT
2024-08-30 09:31:22.568 [REPO] No results were returned by the rest source for package id: WFCD.WFInfo
2024-08-30 09:31:22.570 [REPO] Opening database for ReadWrite at 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft/WinGet\State\defaultState\StoreEdgeFD\installed.db'
2024-08-30 09:31:22.571 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-30 08:34:32.000]
2024-08-30 09:31:22.572 [REPO] Search request meets optimized search criteria.
2024-08-30 09:31:22.573 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/WFCD.WFInfo?Market=US
2024-08-30 09:31:22.573 [REPO] Http GET request details:
GET / HTTP/1.1
Content-Type: application/json
User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/none
Version: 1.6.0
2024-08-30 09:31:22.615 [REPO] Response status: 200
2024-08-30 09:31:22.615 [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: Fri, 30 Aug 2024 07:31:22 GMT
Expires: Fri, 30 Aug 2024 07:31:22 GMT
MS-CV: if9UHl8hnkKquKU4.0
Pragma: no-cache
Server: Microsoft-HTTPAPI/2.0
X-OSG-Served-By: Torus-WESTEUROPE_Legacy000M45_1.0.0.0
X-Segment-On: true
{"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.PackageManifest.PackageManifestResponse, StoreEdgeFD"}
2024-08-30 09:31:22.615 [REPO] No manifest results returned.
2024-08-30 09:31:22.617 [REPO] Opening database for ReadWrite at 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2024-08-30 09:31:22.618 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-30 08:33:46.000]
2024-08-30 09:31:22.619 [REPO] Performing search: Query:[none] Filter:Id='WFCD.WFInfo'[CaseInsensitive]
2024-08-30 09:31:22.621 [CORE] Getting upstream file from remote: https://cdn.winget.microsoft.com/cache/packages/WFCD.WFInfo/dc46f697/versionData.mszyml
2024-08-30 09:31:22.621 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/packages/WFCD.WFInfo/dc46f697/versionData.mszyml
2024-08-30 09:31:23.127 [CORE] Download request status success.
2024-08-30 09:31:23.127 [CORE] Download size: 202
2024-08-30 09:31:23.127 [CORE] Download hash: dc46f697687cc65d49c0b8fd306f5e39bcdb6b29f114384d368ed1593f2abcd5
2024-08-30 09:31:23.127 [CORE] Download completed.
2024-08-30 09:31:23.128 [CORE] Writing cached file [C:\Windows\TEMP\WinGet\defaultState\cache\V2_PVD\Microsoft.Winget.Source_8wekyb3d8bbwe\packages\WFCD.WFInfo\dc46f697\versionData.mszyml]
2024-08-30 09:31:23.129 [CORE] PackageVersionDataManifest deserializing:
sV: 1.0
vD:
- v: 9.6.3
rP: manifests/w/WFCD/WFInfo/9.6.3/3c33
s256H: 50d456e68081e6c7abaa222bab4405b3184bc286a7622ef9ec799569f05b374c
- v: 9.6.0
rP: manifests/w/WFCD/WFInfo/9.6.0/3c33
s256H: 3dcce5e057cc2170608deae48dc66aa01fe0633517ffb4c6c61fa94e2f404dde
2024-08-30 09:31:23.129 [YAML] Detected UTF-8
2024-08-30 09:31:23.135 [REPO] Performing search: Query:[none] Filter:Id='WFCD.WFInfo'[CaseInsensitive]
2024-08-30 09:31:23.137 [REPO] Found multiple results for Id [WFCD.WFInfo] in tracking catalog for: winget
2024-08-30 09:31:23.137 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:NormalizedNameAndPublisher='wfinfo'+'warframecommunitydevelopers'[Exact]
2024-08-30 09:31:23.137 [REPO] Performing search: Query:[none] Include:NormalizedNameAndPublisher='wfinfo'+'warframecommunitydevelopers'[Exact]
2024-08-30 09:31:23.137 [CLI ] Search result size: 1
2024-08-30 09:31:23.137 [CLI ] Found one app. App id: WFCD.WFInfo App name: WFInfo
2024-08-30 09:31:23.138 [CLI ] Market Filter created with market: US
2024-08-30 09:31:23.138 [CLI ] Locale Comparator created with Required Locales: [] , Preferred Locales: [en-US] , IsInstalledLocale: 0
2024-08-30 09:31:23.138 [CLI ] Architecture Comparator created with allowed architectures: [X64, X86, Neutral]
2024-08-30 09:31:23.140 [REPO] Attempting to open pinning database: C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft/WinGet\State\defaultState\pinning.db
2024-08-30 09:31:23.140 [CORE] Getting upstream file from remote: https://cdn.winget.microsoft.com/cache/manifests/w/WFCD/WFInfo/9.6.3/3c33
2024-08-30 09:31:23.140 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/w/WFCD/WFInfo/9.6.3/3c33
2024-08-30 09:31:23.628 [CORE] Download request status success.
2024-08-30 09:31:23.628 [CORE] Download size: 1072
2024-08-30 09:31:23.629 [CORE] Download hash: 50d456e68081e6c7abaa222bab4405b3184bc286a7622ef9ec799569f05b374c
2024-08-30 09:31:23.629 [CORE] Download completed.
2024-08-30 09:31:23.630 [CORE] Writing cached file [C:\Windows\TEMP\WinGet\defaultState\cache\V2_M\Microsoft.Winget.Source_8wekyb3d8bbwe\manifests/w/WFCD/WFInfo/9.6.3/3c33]
2024-08-30 09:31:23.630 [YAML] Detected UTF-8
2024-08-30 09:31:23.632 [CLI ] Starting installer selection.
2024-08-30 09:31:23.632 [CLI ] Installer [X64,portable,Unknown,] is current best choice
2024-08-30 09:31:23.632 [CLI ] Completed installer selection.
2024-08-30 09:31:23.632 [CLI ] Selected installer Architecture: 2
2024-08-30 09:31:23.632 [CLI ] Selected installer URL: https://github.com/WFCD/WFinfo/releases/download/v9.6.3/WFInfo.zip
2024-08-30 09:31:23.632 [CLI ] Selected installer InstallerType: portable
2024-08-30 09:31:23.632 [CLI ] Selected installer Scope: Unknown
2024-08-30 09:31:23.632 [CLI ] Selected installer Language:
2024-08-30 09:31:23.632 [CLI ] Manifest fields: Name [WFInfo], Version [9.6.3]
2024-08-30 09:31:23.642 [CLI ] Generated temp download path: C:\Windows\TEMP\WinGet\defaultState\WFCD.WFInfo.9.6.3\81b28e2259b1df0e3cffbdedac261e9fe889e1e31f2cebda3c085afbe4094634
2024-08-30 09:31:23.642 [CORE] Downloading to path: C:\Windows\TEMP\WinGet\defaultState\WFCD.WFInfo.9.6.3\81b28e2259b1df0e3cffbdedac261e9fe889e1e31f2cebda3c085afbe4094634
2024-08-30 09:31:23.642 [CORE] DeliveryOptimization downloading from url: https://github.com/WFCD/WFinfo/releases/download/v9.6.3/WFInfo.zip
2024-08-30 09:31:23.648 [CORE] DO State 1, 0 / 0, Error 0x00000000, extended error 0x00000000
2024-08-30 09:31:25.302 [CORE] DO State 1, 1048576 / 6193932, Error 0x00000000, extended error 0x00000000
2024-08-30 09:31:25.683 [CORE] DO State 2, 6193932 / 6193932, Error 0x00000000, extended error 0x00000000
2024-08-30 09:31:25.686 [CORE] Download completed.
2024-08-30 09:31:25.830 [CORE] Started applying motw to C:\Windows\TEMP\WinGet\defaultState\WFCD.WFInfo.9.6.3\81b28e2259b1df0e3cffbdedac261e9fe889e1e31f2cebda3c085afbe4094634 with zone: 3
2024-08-30 09:31:25.833 [CORE] Finished applying motw
2024-08-30 09:31:25.833 [CLI ] Installer hash verified
2024-08-30 09:31:25.833 [CORE] Started applying motw to C:\Windows\TEMP\WinGet\defaultState\WFCD.WFInfo.9.6.3\81b28e2259b1df0e3cffbdedac261e9fe889e1e31f2cebda3c085afbe4094634 with zone: 2
2024-08-30 09:31:25.834 [CORE] Finished applying motw
2024-08-30 09:31:25.835 [CLI ] Successfully renamed downloaded installer. Path: C:\Windows\TEMP\WinGet\defaultState\WFCD.WFInfo.9.6.3\WFInfo.zip
2024-08-30 09:31:25.945 [CLI ] Extracting archive to: C:\Windows\TEMP\WinGet\defaultState\WFCD.WFInfo.9.6.3\extracted
2024-08-30 09:31:25.959 [FAIL] C:\__w\1\s\external\pkg\src\AppInstallerCommonCore\Archive.cpp(48)\WindowsPackageManager.dll!00007FFD37B64895: (caller: 00007FFD37ABA17C) ReturnHr(1) tid(1534) 80010105 Ausnahmefehler des Servers.
2024-08-30 09:31:25.959 [CLI ] Failed to extract archive with code -2147417851
2024-08-30 09:31:25.959 [CLI ] Terminating context: 0x8a15005c at C:\__w\1\s\external\pkg\src\AppInstallerCLICore\Workflows\ArchiveFlow.cpp:4a
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the zip-package installation under the System User in the Packer and scheduled-task setup described. Inspect external/pkg/src/AppInstallerCommonCore/Archive.cpp at line 48 and external/pkg/src/AppInstallerCLICore/Workflows/ArchiveFlow.cpp around the reported failure. Done means zip packages extract and install successfully in that context without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100