microsoft / microsoft/winget-pkgs

Adobe Acrobat Pro 25.001.20937 Hash mismatch

Open Beginner friendly
#328,565 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Error-Hash-Mismatch Help-Wanted Issue-Task Package-Update
Dominant language
No language data
Stars
11.1k
Forks
9.7k
Avg merge
1h 32m
Merged PRs (30d)
616

Description

Relevant area(s)

WinGet CLI

Relevant command(s)

winget install

Brief description of your issue

Trying to install Adobe.Acrobat.Pro get

Installer hash does not match; this cannot be overridden when running as admin
I downloaded and the download does have a new hash.

Steps to reproduce

Powershell
winget install Adobe.Acrobat.Pro

Expected behavior

It installs adobe.

Actual behavior

It errors on hash check.

https://github.com/microsoft/winget-pkgs/blob/master/manifests/a/Adobe/Acrobat/Pro/25.001.20937/Adobe.Acrobat.Pro.installer.yaml

Checks for HASH
InstallerSha256: 61B84DE7DD7BBEB418BADC70FF43E1330F92B89932A793B625521B0D3891BDF5

Download
InstallerUrl: https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/win32/Acrobat_DC_Web_x64_WWMUI.zip

Has this hash
00105F548FD2039D74D04E485582A4C19E25A2679AFE875F41DEA6A044503385

I thought it might be outdated winget I updated and same issue. Then downloaded the zip file and ran

Powershell.
Get-FileHash .\Acrobat_DC_Web_x64_WWMUI.zip -Algorithm SHA256

Algorithm Hash Path


SHA256 00105F548FD2039D74D04E485582A4C19E25A2679AFE875F41DEA6A044503385

Environment
This is a test VM so there should be little to nothing on it. 

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

Windows: Windows.Desktop v10.0.22621.3880
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.27.350.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
Configuration Modules              %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with manifests/a/Adobe/Acrobat/Pro/25.001.20937/Adobe.Acrobat.Pro.installer.yaml and verify the installer URL with PowerShell Get-FileHash using SHA256. Confirm the recorded hash matches the downloaded archive, then run winget install Adobe.Acrobat.Pro to verify that installation succeeds.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.