microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.67k stars 4.51k forks source link

[Package Issue]: UCBerkeley.BOINC 8.0.4 Update #167207

Open pwcrickman opened 2 months ago

pwcrickman commented 2 months ago

Please confirm these before moving forward

Category of the issue

Different install technology.

Brief description of your issue

A new version (8.0.4) of BOINC (UCBerkeley.BOINC) was listed when I refreshed the winget client. I have version 8.0.2 installed. The update failed claiming that the install technology was incompatible with the current version installed. I visited the BOINC website and the official download is version 8.0.2. Where is this update published?

Steps to reproduce

Install BOINC version 8.0.2 and execute winget show --versions UCBerkeley.BOINC.

Actual behavior

Install errors out.

Expected behavior

Not sure.

Environment

[winget --info]
Windows Package Manager v1.8.1911
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22631.3958
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.23.1911.0

Winget Directories
-----------------------------------------------------------------------------------------------------------------------
Logs                               %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User)    %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User)       %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root              C:\Program Files\WinGet\Packages
Portable Package Root (x86)        C:\Program Files (x86)\WinGet\Packages
Installer Downloads                %USERPROFILE%\Downloads

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled
ProxyCommandLineOptions                   Disabled
DefaultProxy                              Disabled

Screenshots and Logs

No response

Dragon1573 commented 2 months ago

The update failed claiming that the install technology was incompatible with the current version installed.

This might caused by AppsAndFeaturesEntries.[*].InstallerType in version 8.0.4.

pwsh> komac show --installer-manifest UCBerkeley.BOINC --version 8.0.4
PackageIdentifier: UCBerkeley.BOINC
PackageVersion: 8.0.4
InstallerType: exe
InstallerSwitches:
  Silent: /S /V"/quiet /norestart"
  SilentWithProgress: /S /V"/quiet /norestart"
ProductCode: '{26DE5F3D-B848-4715-ABBB-8EC277FEB5E4}'
AppsAndFeaturesEntries:
- InstallerType: msi
Installers:
- Architecture: x64
  InstallerUrl: https://boinc.berkeley.edu/dl/boinc_8.0.4_windows_x86_64.exe
  InstallerSha256: 10537B2267DC8D6A922439741BD6653EA4F5427E984949727B64C29AF83B1183
ManifestType: installer
ManifestVersion: 1.6.0
pwsh> komac show --installer-manifest UCBerkeley.BOINC --version 8.0.2
PackageIdentifier: UCBerkeley.BOINC
PackageVersion: 8.0.2
InstallerType: exe
InstallerSwitches:
  Silent: /S /V"/quiet /norestart"
  SilentWithProgress: /S /V"/quiet /norestart"
ProductCode: '{26DE5F3D-B848-4715-ABBB-8EC277FEB5E4}'
Installers:
- Architecture: x64
  InstallerUrl: https://boinc.berkeley.edu/dl/boinc_8.0.2_windows_x86_64.exe
  InstallerSha256: D137BEDDC5B3CA40C7D47996631A98006D0C54FBCCA0D63D7DB64E6D7FD8D19F
ManifestType: installer
ManifestVersion: 1.6.0

I visited the BOINC website and the official download is version 8.0.2. Where is this update published?

It can be found in All versions page.

image image image

Dragon1573 commented 2 months ago

This might caused by AppsAndFeaturesEntries.[*].InstallerType in version 8.0.4.

In manifest version 8.0.2, although it says the InstallerType is exe but actually msi. I can't reproduce your issue.

Console Logs ```text --> Installing WinGet --> Disabling safety warning when running installer Tip: you can type 'Update-EnvironmentVariables' to update your environment variables, such as after installing a new software. PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> winget install -e UCBerkeley.BOINC --version 8.0.2 The `msstore` source requires that you view the following agreements before using. Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction The source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US"). Do you agree to all the source agreements terms? [Y] Yes [N] No: Y Found BOINC [UCBerkeley.BOINC] Version 8.0.2 This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Downloading https://boinc.berkeley.edu/dl/boinc_8.0.2_windows_x86_64.exe ██████████████████████████████ 11.6 MB / 11.6 MB Successfully verified installer hash Starting package install... Successfully installed PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> winget update --verbose UCBerkeley.BOINC Found BOINC [UCBerkeley.BOINC] Version 8.0.4 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://boinc.berkeley.edu/dl/boinc_8.0.4_windows_x86_64.exe ██████████████████████████████ 11.6 MB / 11.6 MB Successfully verified installer hash Starting package install... Successfully installed ```
Verbose log by winget.exe ```text 2024-08-13 10:29:40.496 [CORE] WinGet, version [1.8.1911], activity [{AE3AD7AB-0358-4C95-8ABD-CFE477AF5A0D}] 2024-08-13 10:29:40.496 [CORE] OS: Windows.Desktop v10.0.22621.3958 2024-08-13 10:29:40.497 [CORE] Command line Args: "C:\Users\WDAGUtilityAccount\AppData\Local\Microsoft\WindowsApps\winget.exe" update --verbose UCBerkeley.BOINC 2024-08-13 10:29:40.497 [CORE] Package: Microsoft.DesktopAppInstaller v1.23.1911.0 2024-08-13 10:29:40.497 [CORE] IsCOMCall:0; Caller: winget-cli 2024-08-13 10:29:40.502 [CLI ] WinGet invoked with arguments: 'update' '--verbose' 'UCBerkeley.BOINC' 2024-08-13 10:29:40.503 [CLI ] Found subcommand: update 2024-08-13 10:29:40.503 [CLI ] Leaf command to execute: root:upgrade 2024-08-13 10:29:40.504 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:40.505 [YAML] Detected UTF-8 2024-08-13 10:29:40.505 [YAML] Detected UTF-8 2024-08-13 10:29:40.505 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:40.505 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:40.505 [YAML] Detected UTF-8 2024-08-13 10:29:40.505 [YAML] Detected UTF-8 2024-08-13 10:29:40.505 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:40.505 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:40.506 [YAML] Detected UTF-8 2024-08-13 10:29:40.506 [YAML] Detected UTF-8 2024-08-13 10:29:40.506 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:40.506 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:40.506 [YAML] Detected UTF-8 2024-08-13 10:29:40.506 [YAML] Detected UTF-8 2024-08-13 10:29:40.506 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:40.506 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:40.506 [YAML] Detected UTF-8 2024-08-13 10:29:40.506 [YAML] Detected UTF-8 2024-08-13 10:29:40.506 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:40.506 [CLI ] Executing command: upgrade 2024-08-13 10:29:40.506 [REPO] Additional sources GP is not enabled. 2024-08-13 10:29:40.506 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-13 10:29:40.507 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:40.507 [YAML] Detected UTF-8 2024-08-13 10:29:40.507 [YAML] Detected UTF-8 2024-08-13 10:29:40.507 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:40.507 [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-13 10:29:40.507 [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-13 10:29:40.514 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-13 10:29:40.515 [YAML] Detected UTF-8 2024-08-13 10:29:40.515 [REPO] GetCurrentSourceRefs: Source named 'microsoft.builtin.desktop.frameworks' from origin Default is hidden and is dropped. 2024-08-13 10:29:40.515 [REPO] Default source requested, multiple sources available, adding all to source references. 2024-08-13 10:29:40.515 [REPO] Adding to source references msstore 2024-08-13 10:29:40.515 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:40.515 [YAML] Detected UTF-8 2024-08-13 10:29:40.515 [YAML] Detected UTF-8 2024-08-13 10:29:40.515 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:40.515 [CORE] Default proxy is not set 2024-08-13 10:29:40.515 [REPO] REST HTTP Client helper does not use proxy 2024-08-13 10:29:40.515 [REPO] Adding to source references winget 2024-08-13 10:29:40.515 [CLI ] Created authentication arguments. Mode: silentPreferred, Account: 2024-08-13 10:29:40.527 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB 2024-08-13 10:29:40.527 [CORE] Found matching extension. 2024-08-13 10:29:40.530 [REPO] Multiple sources available, creating aggregated source. 2024-08-13 10:29:40.530 [REPO] Adding to aggregated source: msstore 2024-08-13 10:29:40.530 [REPO] User agent caller found: winget-cli 2024-08-13 10:29:40.530 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information 2024-08-13 10:29:40.531 [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-13 10:29:41.978 [REPO] Response status: 200 2024-08-13 10:29:41.978 [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: Tue, 13 Aug 2024 02:29:08 GMT Expires: Tue, 13 Aug 2024 02:29:08 GMT MS-CV: lX+d/LbBXkSt9QzM.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_LEGACY0006CD_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-13 10:29:41.979 [REPO] Authentication node not found. Assuming authentication type none. 2024-08-13 10:29:41.979 [REPO] User agent caller found: winget-cli 2024-08-13 10:29:41.979 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information 2024-08-13 10:29:41.979 [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-13 10:29:43.330 [REPO] Response status: 200 2024-08-13 10:29:43.330 [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: Tue, 13 Aug 2024 02:29:09 GMT Expires: Tue, 13 Aug 2024 02:29:09 GMT MS-CV: lX+d/LbBXkSt9QzM.0 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-WESTEUROPE_LEGACY0006CD_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-13 10:29:43.330 [REPO] Authentication node not found. Assuming authentication type none. 2024-08-13 10:29:43.331 [REPO] Adding to aggregated source: winget 2024-08-13 10:29:43.335 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB 2024-08-13 10:29:43.335 [CORE] Found matching extension. 2024-08-13 10:29:43.355 [REPO] Opening database for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2024.812.2357.20_neutral__8wekyb3d8bbwe\Public\index.db' 2024-08-13 10:29:43.356 [REPO] Opened SQLite Index with version [2.0], last write [2024-08-13 06:55:25.000] 2024-08-13 10:29:43.445 [CLI ] Checking Source agreements for source: msstore 2024-08-13 10:29:43.445 [REPO] Additional sources GP is not enabled. 2024-08-13 10:29:43.445 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-13 10:29:43.445 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:43.445 [YAML] Detected UTF-8 2024-08-13 10:29:43.445 [YAML] Detected UTF-8 2024-08-13 10:29:43.445 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:43.446 [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-13 10:29:43.446 [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-13 10:29:43.446 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-13 10:29:43.446 [YAML] Detected UTF-8 2024-08-13 10:29:43.446 [CLI ] Source agreements satisfied. Source: msstore 2024-08-13 10:29:43.446 [CLI ] Checking Source agreements for source: winget 2024-08-13 10:29:43.446 [REPO] Additional sources GP is not enabled. 2024-08-13 10:29:43.446 [CORE] Setting action: Get, Type: Secure, Name: user_sources 2024-08-13 10:29:43.446 [CORE] Setting action: Get, Type: Secure, Name: admin_settings 2024-08-13 10:29:43.446 [YAML] Detected UTF-8 2024-08-13 10:29:43.446 [YAML] Detected UTF-8 2024-08-13 10:29:43.446 [CORE] Admin setting 'DefaultProxy' was not found or did not contain the expected format 2024-08-13 10:29:43.446 [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-13 10:29:43.446 [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-13 10:29:43.446 [CORE] Setting action: Get, Type: Standard, Name: sources_metadata 2024-08-13 10:29:43.446 [YAML] Detected UTF-8 2024-08-13 10:29:43.447 [CLI ] Source agreements satisfied. Source: winget 2024-08-13 10:29:43.447 [REPO] Creating PredefinedInstalledSource with filter [ARP] 2024-08-13 10:29:43.448 [REPO] Creating new SQLite Index with version [Latest] at ':memory:' 2024-08-13 10:29:43.452 [REPO] Reading MSI UpgradeCodes 2024-08-13 10:29:43.452 [REPO] Examining ARP entries for Machine | X64 2024-08-13 10:29:43.452 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.452 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-13 10:29:43.453 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping mstsc-4b0a31aa-df6a-4307-9b47-d5cc50009643 because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.453 [REPO] Adding manifest for [ARP\Machine\X64\{EE20961F-F57F-4AE1-B299-30D29432394A}, 8.0.2] at relative path [] 2024-08-13 10:29:43.454 [REPO] Did not find an Id { ARP\Machine\X64\{EE20961F-F57F-4AE1-B299-30D29432394A} } 2024-08-13 10:29:43.455 [REPO] Examining ARP entries for Machine | X86 2024-08-13 10:29:43.455 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.455 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-13 10:29:43.455 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.455 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.455 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.455 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.455 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.456 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.456 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.456 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge, 100.0.1185.36] at relative path [] 2024-08-13 10:29:43.456 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge } 2024-08-13 10:29:43.457 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge Update, 1.3.155.85] at relative path [] 2024-08-13 10:29:43.457 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge Update } 2024-08-13 10:29:43.457 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.457 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.457 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.457 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-13 10:29:43.457 [REPO] Reading MSI UpgradeCodes 2024-08-13 10:29:43.458 [REPO] Examining ARP entries for User | X64 2024-08-13 10:29:43.458 [REPO] ... finished creating PredefinedInstalledSource 2024-08-13 10:29:43.458 [REPO] Examining MSIX entries for User 2024-08-13 10:29:43.465 [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-13 10:29:43.465 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe } 2024-08-13 10:29:43.467 [REPO] Adding manifest for [MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe, 14.0.30704.0] at relative path [] 2024-08-13 10:29:43.467 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe } 2024-08-13 10:29:43.476 [FAIL] WindowsPackageManager.dll!00007FFCA1711F73: LogHr(1) tid(1060) 80070015 The device is not ready. 2024-08-13 10:29:43.476 [FAIL] WindowsPackageManager.dll!00007FFCA14BCEEA: LogHr(2) tid(1060) 80070015 The device is not ready. 2024-08-13 10:29:43.476 [REPO] winrt::hresult_error[0x80070015: The device is not ready.] exception thrown when getting DisplayName for Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe 2024-08-13 10:29:43.476 [REPO] Adding manifest for [MSIX\Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe, 1000.22621.1.0] at relative path [] 2024-08-13 10:29:43.476 [REPO] Did not find an Id { MSIX\Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe } 2024-08-13 10:29:43.479 [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-13 10:29:43.479 [REPO] Did not find an Id { MSIX\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33321.0_x64__8wekyb3d8bbwe } 2024-08-13 10:29:43.481 [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-13 10:29:43.481 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe } 2024-08-13 10:29:43.483 [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-13 10:29:43.483 [REPO] Did not find an Id { MSIX\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe } 2024-08-13 10:29:43.487 [REPO] Adding manifest for [MSIX\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe, 1.23.1911.0] at relative path [] 2024-08-13 10:29:43.487 [REPO] Did not find an Id { MSIX\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe } 2024-08-13 10:29:43.489 [REPO] Adding manifest for [MSIX\Microsoft.Winget.Source_2024.812.2357.20_neutral__8wekyb3d8bbwe, 2024.812.2357.20] at relative path [] 2024-08-13 10:29:43.489 [REPO] Did not find an Id { MSIX\Microsoft.Winget.Source_2024.812.2357.20_neutral__8wekyb3d8bbwe } 2024-08-13 10:29:43.556 [REPO] Performing search: Query:[none] Include:PackageFamilyName='UCBerkeley.BOINC'[Exact] Include:ProductCode='UCBerkeley.BOINC'[Exact] Include:Id='UCBerkeley.BOINC'[CaseInsensitive] Include:Name='UCBerkeley.BOINC'[CaseInsensitive] Include:Moniker='UCBerkeley.BOINC'[CaseInsensitive] 2024-08-13 10:29:43.563 [REPO] Opening database for ReadWrite at 'C:\Users\WDAGUtilityAccount\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db' 2024-08-13 10:29:43.564 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-13 10:21:16.000] 2024-08-13 10:29:43.567 [REPO] Sending http POST request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/manifestSearch 2024-08-13 10:29:43.567 [REPO] Http POST request details: POST / HTTP/1.1 Content-Length: 669 Content-Type: application/json User-Agent: winget-cli WindowsPackageManager/1.8.1911 DesktopAppInstaller/Microsoft.DesktopAppInstaller v1.23.1911.0 Version: 1.6.0 {"Filters":[{"PackageMatchField":"Market","RequestMatch":{"KeyWord":"US","MatchType":"CaseInsensitive"}}],"Inclusions":[{"PackageMatchField":"PackageFamilyName","RequestMatch":{"KeyWord":"UCBerkeley.BOINC","MatchType":"Exact"}},{"PackageMatchField":"ProductCode","RequestMatch":{"KeyWord":"UCBerkeley.BOINC","MatchType":"Exact"}},{"PackageMatchField":"PackageIdentifier","RequestMatch":{"KeyWord":"UCBerkeley.BOINC","MatchType":"CaseInsensitive"}},{"PackageMatchField":"PackageName","RequestMatch":{"KeyWord":"UCBerkeley.BOINC","MatchType":"CaseInsensitive"}},{"PackageMatchField":"Moniker","RequestMatch":{"KeyWord":"UCBerkeley.BOINC","MatchType":"CaseInsensitive"}}]} 2024-08-13 10:29:44.245 [REPO] Response status: 200 2024-08-13 10:29:44.245 [REPO] Response details: HTTP/1.1 200 OK Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: * Access-Control-Allow-Origin: Cache-Control: max-age=0, no-cache, no-store Connection: keep-alive Content-Length: 140 Content-Type: application/json; charset=utf-8 Date: Tue, 13 Aug 2024 02:29:10 GMT Expires: Tue, 13 Aug 2024 02:29:10 GMT MS-CV: uURwqHe2JE6RGeMg.1 Pragma: no-cache Server: Microsoft-HTTPAPI/2.0 X-OSG-Served-By: Torus-EastAsia_Legacy000BB5_1.0.0.0 X-Segment-On: true {"$type":"Microsoft.Marketplace.Storefront.StoreEdgeFD.BusinessLogic.Response.ManifestSearch.ManifestSearchResponse, StoreEdgeFD","Data":[]} 2024-08-13 10:29:44.246 [REPO] No search results returned. 2024-08-13 10:29:44.246 [REPO] No search results returned by rest source 2024-08-13 10:29:44.250 [REPO] Opening database for ReadWrite at 'C:\Users\WDAGUtilityAccount\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' 2024-08-13 10:29:44.250 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-13 10:23:35.000] 2024-08-13 10:29:44.253 [REPO] Performing search: Query:[none] Include:PackageFamilyName='UCBerkeley.BOINC'[Exact] Include:ProductCode='UCBerkeley.BOINC'[Exact] Include:Id='UCBerkeley.BOINC'[CaseInsensitive] Include:Name='UCBerkeley.BOINC'[CaseInsensitive] Include:Moniker='UCBerkeley.BOINC'[CaseInsensitive] 2024-08-13 10:29:44.257 [CORE] Reading cached file [C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\cache\V2_PVD\Microsoft.Winget.Source_8wekyb3d8bbwe\packages\UCBerkeley.BOINC\d66caddf\versionData.mszyml] 2024-08-13 10:29:44.258 [CORE] PackageVersionDataManifest deserializing: sV: 1.0 vD: - v: 8.0.4 rP: manifests/u/UCBerkeley/BOINC/8.0.4/dc89 s256H: f5c75c1b0eb8ae4a0647030cef2b5edf5b7fd84cccfb1de8a8fa9b890aa508b1 - v: 8.0.2 rP: manifests/u/UCBerkeley/BOINC/8.0.2/3c33 s256H: 65a420003fd85f41971a7e652fe4e4e2341da94d7b48380bc7e867351d777742 - v: 8.0.0 rP: manifests/u/UCBerkeley/BOINC/8.0.0/3c33 s256H: cd5682a2789099644266a5e520c0efccb5dac36404007a2e2e99baa6090527c8 - v: 7.24.1 rP: manifests/u/UCBerkeley/BOINC/7.24.1/3c33 s256H: 5a420c8a978e2c97482a00160d6e1d9aeb8b1df0b511b8311507fcb9ef62c632 - v: 7.22.2 rP: manifests/u/UCBerkeley/BOINC/7.22.2/3c33 s256H: dfb95e7fe4e70d763d86d46458cb44edf7156272090ae954763b4363b75ebccd - v: 7.20.2 rP: manifests/u/UCBerkeley/BOINC/7.20.2/3c33 s256H: d08c03ad9aa370b6e413f13c831116bbf87a85aaed3aace4218fab27dcd2fed1 - v: 7.16.20 rP: manifests/u/UCBerkeley/BOINC/7.16.20/3c33 s256H: 7a587c7f344a644317367d06cfa17cf30e962b352e79e8e5bf3606509531151a - v: 7.16.11 rP: manifests/u/UCBerkeley/BOINC/7.16.11/3c33 s256H: 213a59eeb07fa2c389160fed0a3016f04784a5c6ecb3c3a8da0b2ae743ac5b57 - v: 7.16.7 rP: manifests/u/UCBerkeley/BOINC/7.16.7/3c33 s256H: 05c3599fae661c5e6f656c5e5e5a4e543965c5c9cd5a75a3bbe12aeaba371ed0 - v: 7.16.5 rP: manifests/u/UCBerkeley/BOINC/7.16.5/3c33 s256H: 3816b4d4036cf2a2136420c828f9e8adcd5af20fe913680febe7e8cdfeb28d33 2024-08-13 10:29:44.258 [YAML] Detected UTF-8 2024-08-13 10:29:44.278 [REPO] Performing search: Query:[none] Filter:Id='UCBerkeley.BOINC'[CaseInsensitive] 2024-08-13 10:29:44.279 [REPO] Finding installed package from available package using system reference search: Query:[none] Include:ProductCode='{26de5f3d-b848-4715-abbb-8ec277feb5e4}'[Exact] Include:ProductCode='{ee20961f-f57f-4ae1-b299-30d29432394a}'[Exact] Include:UpgradeCode='{e913e54d-5080-42ec-a312-b21948ba1c02}'[Exact] Include:NormalizedNameAndPublisher='boinc'+'spacescienceslaboratoryucberkeley'[Exact] Include:NormalizedNameAndPublisher='boinc'+'universityofcaliforniaberkeley'[Exact] 2024-08-13 10:29:44.279 [REPO] Performing search: Query:[none] Include:ProductCode='{26de5f3d-b848-4715-abbb-8ec277feb5e4}'[Exact] Include:ProductCode='{ee20961f-f57f-4ae1-b299-30d29432394a}'[Exact] Include:UpgradeCode='{e913e54d-5080-42ec-a312-b21948ba1c02}'[Exact] Include:NormalizedNameAndPublisher='boinc'+'spacescienceslaboratoryucberkeley'[Exact] Include:NormalizedNameAndPublisher='boinc'+'universityofcaliforniaberkeley'[Exact] 2024-08-13 10:29:44.280 [CLI ] Search result size: 1 2024-08-13 10:29:44.281 [CLI ] Found one app. App id: UCBerkeley.BOINC App name: BOINC 2024-08-13 10:29:44.281 [CLI ] Market Filter created with market: US 2024-08-13 10:29:44.281 [CLI ] Locale Comparator created with Required Locales: [] , Preferred Locales: [en-US] , IsInstalledLocale: 1 2024-08-13 10:29:44.281 [CLI ] Architecture Comparator created with allowed architectures: [X64, X86, Neutral] 2024-08-13 10:29:44.285 [REPO] Attempting to open pinning database: C:\Users\WDAGUtilityAccount\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db 2024-08-13 10:29:44.285 [CLI ] Updating from [8.0.2] to [8.0.4] 2024-08-13 10:29:44.285 [CORE] Getting upstream file from remote: https://cdn.winget.microsoft.com/cache/manifests/u/UCBerkeley/BOINC/8.0.4/dc89 2024-08-13 10:29:44.286 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/u/UCBerkeley/BOINC/8.0.4/dc89 2024-08-13 10:29:45.975 [CORE] Download request status success. 2024-08-13 10:29:45.975 [CORE] Download size: 908 2024-08-13 10:29:45.976 [CORE] Download hash: f5c75c1b0eb8ae4a0647030cef2b5edf5b7fd84cccfb1de8a8fa9b890aa508b1 2024-08-13 10:29:45.976 [CORE] Download completed. 2024-08-13 10:29:45.977 [CORE] Writing cached file [C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\cache\V2_M\Microsoft.Winget.Source_8wekyb3d8bbwe\manifests/u/UCBerkeley/BOINC/8.0.4/dc89] 2024-08-13 10:29:45.977 [YAML] Detected UTF-8 2024-08-13 10:29:45.978 [CLI ] Starting installer selection. 2024-08-13 10:29:45.978 [CLI ] Installer [X64,exe,Unknown,] is current best choice 2024-08-13 10:29:45.978 [CLI ] Completed installer selection. 2024-08-13 10:29:45.978 [CLI ] Selected installer Architecture: 2 2024-08-13 10:29:45.978 [CLI ] Selected installer URL: https://boinc.berkeley.edu/dl/boinc_8.0.4_windows_x86_64.exe 2024-08-13 10:29:45.978 [CLI ] Selected installer InstallerType: exe 2024-08-13 10:29:45.978 [CLI ] Selected installer Scope: Unknown 2024-08-13 10:29:45.978 [CLI ] Selected installer Language: 2024-08-13 10:29:45.978 [CLI ] Manifest fields: Name [BOINC], Version [8.0.4] 2024-08-13 10:29:45.994 [CLI ] Generated temp download path: C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\UCBerkeley.BOINC.8.0.4\10537b2267dc8d6a922439741bd6653ea4f5427e984949727b64c29af83b1183 2024-08-13 10:29:45.995 [CORE] Downloading to path: C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\UCBerkeley.BOINC.8.0.4\10537b2267dc8d6a922439741bd6653ea4f5427e984949727b64c29af83b1183 2024-08-13 10:29:45.995 [CORE] DeliveryOptimization downloading from url: https://boinc.berkeley.edu/dl/boinc_8.0.4_windows_x86_64.exe 2024-08-13 10:29:48.654 [CORE] DO State 1, 0 / 0, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:10.960 [CORE] DO State 1, 712808 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:15.119 [CORE] DO State 1, 1761384 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:16.795 [CORE] DO State 1, 2809960 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:20.651 [CORE] DO State 1, 3858536 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:29.466 [CORE] DO State 1, 4907112 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:34.039 [CORE] DO State 1, 5955688 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:39.859 [CORE] DO State 1, 7004264 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:45.874 [CORE] DO State 1, 8052840 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:51.375 [CORE] DO State 1, 9101416 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:30:56.524 [CORE] DO State 1, 10149992 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:31:02.593 [CORE] DO State 1, 11198568 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:31:08.083 [CORE] DO State 1, 12247144 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:31:08.090 [CORE] DO State 2, 12247144 / 12247144, Error 0x00000000, extended error 0x00000000 2024-08-13 10:31:08.096 [CORE] Download completed. 2024-08-13 10:31:08.155 [CORE] Started applying motw to C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\UCBerkeley.BOINC.8.0.4\10537b2267dc8d6a922439741bd6653ea4f5427e984949727b64c29af83b1183 with zone: 3 2024-08-13 10:31:08.157 [CORE] Finished applying motw 2024-08-13 10:31:08.158 [CLI ] Installer hash verified 2024-08-13 10:31:08.159 [CORE] Started applying motw to C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\UCBerkeley.BOINC.8.0.4\10537b2267dc8d6a922439741bd6653ea4f5427e984949727b64c29af83b1183 with zone: 2 2024-08-13 10:31:08.159 [CORE] Finished applying motw 2024-08-13 10:31:08.159 [CLI ] Successfully renamed downloaded installer. Path: C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\UCBerkeley.BOINC.8.0.4\boinc_8.0.4_windows_x86_64.exe 2024-08-13 10:31:08.159 [REPO] Creating PredefinedInstalledSource with filter [ARP] 2024-08-13 10:31:08.159 [REPO] Creating new SQLite Index with version [Latest] at ':memory:' 2024-08-13 10:31:08.164 [REPO] Reading MSI UpgradeCodes 2024-08-13 10:31:08.164 [REPO] Examining ARP entries for Machine | X64 2024-08-13 10:31:08.164 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.164 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-13 10:31:08.164 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.164 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.164 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.164 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.164 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.164 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.165 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.165 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.165 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.165 [REPO] Skipping mstsc-4b0a31aa-df6a-4307-9b47-d5cc50009643 because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.165 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.165 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.165 [REPO] Adding manifest for [ARP\Machine\X64\{EE20961F-F57F-4AE1-B299-30D29432394A}, 8.0.2] at relative path [] 2024-08-13 10:31:08.165 [REPO] Did not find an Id { ARP\Machine\X64\{EE20961F-F57F-4AE1-B299-30D29432394A} } 2024-08-13 10:31:08.166 [REPO] Examining ARP entries for Machine | X86 2024-08-13 10:31:08.166 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.166 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-13 10:31:08.166 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.166 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.167 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.167 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.167 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.167 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.167 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.167 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge, 100.0.1185.36] at relative path [] 2024-08-13 10:31:08.167 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge } 2024-08-13 10:31:08.168 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge Update, 1.3.155.85] at relative path [] 2024-08-13 10:31:08.168 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge Update } 2024-08-13 10:31:08.168 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.168 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.168 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.169 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-13 10:31:08.169 [REPO] Reading MSI UpgradeCodes 2024-08-13 10:31:08.169 [REPO] Examining ARP entries for User | X64 2024-08-13 10:31:08.169 [REPO] ... finished creating PredefinedInstalledSource 2024-08-13 10:31:08.171 [REPO] Performing search: Query:[none] 2024-08-13 10:31:08.289 [CLI ] Installer args: /S /V"/quiet /norestart" 2024-08-13 10:31:08.290 [CLI ] Starting: 'C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\UCBerkeley.BOINC.8.0.4\boinc_8.0.4_windows_x86_64.exe' with arguments '/S /V"/quiet /norestart"' 2024-08-13 10:31:15.633 [REPO] Creating PredefinedInstalledSource with filter [ARP] 2024-08-13 10:31:15.633 [REPO] Creating new SQLite Index with version [Latest] at ':memory:' 2024-08-13 10:31:15.638 [REPO] Reading MSI UpgradeCodes 2024-08-13 10:31:15.638 [REPO] Examining ARP entries for Machine | X64 2024-08-13 10:31:15.638 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-13 10:31:15.638 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping mstsc-4b0a31aa-df6a-4307-9b47-d5cc50009643 because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.638 [REPO] Adding manifest for [ARP\Machine\X64\{B350DF20-CD25-4793-A1F9-2461F6F699FF}, 8.0.4] at relative path [] 2024-08-13 10:31:15.638 [REPO] Did not find an Id { ARP\Machine\X64\{B350DF20-CD25-4793-A1F9-2461F6F699FF} } 2024-08-13 10:31:15.639 [REPO] Examining ARP entries for Machine | X86 2024-08-13 10:31:15.639 [REPO] Skipping AddressBook because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.639 [REPO] Skipping Connection Manager because it is a SystemComponent 2024-08-13 10:31:15.640 [REPO] Skipping DirectDrawEx because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.640 [REPO] Skipping DXM_Runtime because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.640 [REPO] Skipping Fontcore because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.640 [REPO] Skipping IE40 because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.640 [REPO] Skipping IE4Data because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.640 [REPO] Skipping IE5BAKEX because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.640 [REPO] Skipping IEData because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.640 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge, 100.0.1185.36] at relative path [] 2024-08-13 10:31:15.640 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge } 2024-08-13 10:31:15.641 [REPO] Adding manifest for [ARP\Machine\X86\Microsoft Edge Update, 1.3.155.85] at relative path [] 2024-08-13 10:31:15.641 [REPO] Did not find an Id { ARP\Machine\X86\Microsoft Edge Update } 2024-08-13 10:31:15.641 [REPO] Skipping MobileOptionPack because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.641 [REPO] Skipping MPlayer2 because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.641 [REPO] Skipping SchedulingAgent because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.641 [REPO] Skipping WIC because DisplayName is not a REG_SZ value 2024-08-13 10:31:15.641 [REPO] Reading MSI UpgradeCodes 2024-08-13 10:31:15.642 [REPO] Examining ARP entries for User | X64 2024-08-13 10:31:15.642 [REPO] ... finished creating PredefinedInstalledSource 2024-08-13 10:31:15.644 [REPO] Performing search: Query:[none] 2024-08-13 10:31:15.644 [REPO] Finding ARP entry matching newly installed package 2024-08-13 10:31:15.644 [REPO] Performing search: Query:[none] Include:NormalizedNameAndPublisher='BOINC'+'Space Sciences Laboratory, U.C. Berkeley'[Exact] Include:ProductCode='{26DE5F3D-B848-4715-ABBB-8EC277FEB5E4}'[Exact] 2024-08-13 10:31:15.645 [CLI ] During package install, 1 changes to ARP were observed, 1 matches were found for the package, and 1 packages were in both 2024-08-13 10:31:15.645 [CLI ] The entry determined to be associated with the package is 'BOINC', with publisher 'Space Sciences Laboratory, U.C. Berkeley' 2024-08-13 10:31:15.651 [REPO] Opening database for ReadWrite at 'C:\Users\WDAGUtilityAccount\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' 2024-08-13 10:31:15.652 [REPO] Opened SQLite Index with version [1.7], last write [2024-08-13 10:23:35.000] 2024-08-13 10:31:15.655 [REPO] Did not find a Version { 8.0.4 } 2024-08-13 10:31:15.655 [REPO] Adding manifest for [UCBerkeley.BOINC, 8.0.4] at relative path [] 2024-08-13 10:31:15.655 [REPO] Did not find a Version { 8.0.4 } 2024-08-13 10:31:15.666 [CLI ] Removing installer: C:\Users\WDAGUT~1\AppData\Local\Temp\WinGet\UCBerkeley.BOINC.8.0.4\boinc_8.0.4_windows_x86_64.exe 2024-08-13 10:31:15.667 [CLI ] Leaf command succeeded: root:upgrade ```

Did you install version 8.0.2 in another way than with winget install? This might cause some strange behavior when winget install or winget update.