Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Package Issue]: Crucial.StorageExecutive #183876

Closed
2 tasks done
jamesaepp opened this issue Oct 17, 2024 · 2 comments · Fixed by #183883 or #183885
Closed
2 tasks done

[Package Issue]: Crucial.StorageExecutive #183876

jamesaepp opened this issue Oct 17, 2024 · 2 comments · Fixed by #183883 or #183885
Labels
Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash In-PR Needs-Triage This work item needs to be triaged by a member of the core team. Package-Update This package needs to be updated
Milestone

Comments

@jamesaepp
Copy link
Contributor

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have not been informed if the issue is resolved in a preview version of the winget client.

Category of the issue

Installation issue.

Brief description of your issue

Installer hash does not match; this cannot be overridden when running as admin

Steps to reproduce

winget install crucial.storageexecutive

Actual behavior

Installer hash does not match; this cannot be overridden when running as admin

Expected behavior

Successful installation

Environment

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

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

Screenshots and Logs

No response

@jamesaepp jamesaepp added the Issue-Bug It either shouldn't be doing this or needs an investigation. label Oct 17, 2024
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Triage This work item needs to be triaged by a member of the core team. Package-Update This package needs to be updated Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash and removed Issue-Bug It either shouldn't be doing this or needs an investigation. labels Oct 17, 2024
@Dragon1573
Copy link
Contributor

Manually verified locally. It seems this package uses a "vanity URL" for installer downloading, which always points to the latest version.

23:45:07 C:\...\winget-pkgs  [master ≡] 1ms pwsh> winget download -e --id Crucial.StorageExecutive
已找到 Crucial Storage Executive [Crucial.StorageExecutive] 版本 10.01.012024.00
此应用程序由其所有者授权给你。
Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。
正在下载 https://www.crucial.com/content/dam/crucial/support/storage-executive-win-64.zip
   202 MB
安装程序哈希不匹配;若要重写此检查,请使用 --ignore-security-hash

23:45:55 C:\...\winget-pkgs  [master ≡] 46.936s 0x8A150011 pwsh> winget download -e --id Crucial.StorageExecutive --ignore-security-hash
已找到 Crucial Storage Executive [Crucial.StorageExecutive] 版本 10.01.012024.00
此应用程序由其所有者授权给你。
Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。
正在下载 https://www.crucial.com/content/dam/crucial/support/storage-executive-win-64.zip
   202 MB
安装程序哈希不匹配;由于 --ignore-security-hash 而继续进行
已下载安装程序: D:\Download\Crucial.StorageExecutive_10.01.012024.00\Crucial Storage Executive_10.01.012024.00_X64_exe_en-US.zip

23:46:21 C:\...\winget-pkgs  [master ≡] 15.531s pwsh> komac analyse 'D:\Download\Crucial.StorageExecutive_10.01.012024.00\Crucial Storage Executive_10.01.012024.00_X64_exe_en-US.zip' 
Architecture: neutral
InstallerType: zip
NestedInstallerType: exe
NestedInstallerFiles:
- RelativeFilePath: StorageExecutive-10.07.072024.01-windows-64bit-Setup.exe
InstallerUrl: https://www.example.com/
InstallerSha256: A202677AF1EE2EE53D8A9AE3AB4369FBBF3C0566A7E408EB951E25148E80DE88

23:48:04 C:\...\winget-pkgs  [master ≡] 2ms pwsh> komac show --installer-manifest Crucial.StorageExecutive
PackageIdentifier: Crucial.StorageExecutive
PackageVersion: 10.01.012024.00
InstallerType: zip
NestedInstallerType: exe
NestedInstallerFiles:
- RelativeFilePath: Storage-Executive-win-64.exe
InstallerSwitches:
  Silent: --mode unattended
  SilentWithProgress: --mode unattended --unattendedmodeui minimal
Installers:
- Architecture: x64
  InstallerUrl: https://www.crucial.com/content/dam/crucial/support/storage-executive-win-64.zip
  InstallerSha256: F7554D7FD86E96C8B3AFA5BAA85531D2A58ABE6CD814348B5877FCFA0E0AB40B
ManifestType: installer
ManifestVersion: 1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash In-PR Needs-Triage This work item needs to be triaged by a member of the core team. Package-Update This package needs to be updated
Projects
None yet
3 participants