Open pwcrickman opened 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.
This might caused by
AppsAndFeaturesEntries.[*].InstallerType
in version8.0.4
.
In manifest version 8.0.2
, although it says the InstallerType
is exe
but actually msi
. I can't reproduce your issue.
winget.exe
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
.
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
Screenshots and Logs
No response