Issue installing latest Adobe Acrobat Pro

Questions about Wine on Linux
Locked
iacchi
Newbie
Newbie
Posts: 1
Joined: Tue Sep 24, 2024 5:30 am

Issue installing latest Adobe Acrobat Pro

Post by iacchi »

Hello,
I'm trying (and failing) to install the latest version of Adobe Acrobat Pro. Here's what I've done:

1. Created a new 64 bit wineprefix with winetricks
2. Set Windows version as Windows 10
3. Followed instructions on this page: https://appdb.winehq.org/objectManager. ... &iId=32266 and installed components atmlib, msftedit, mspatcha, riched20, riched30, wsh57, allfonts
4. Ran setup.exe after extracting the zip file downloaded from the Adobe website

The installer starts but it stops midway through saying that it wasn't possible to finish the installation. Looking at the log in the console (I launched winetricks from cli), I get this:

Code: Select all

07a0:err:msi:ACTION_PatchFiles Failed to apply patch to file: L"AcroPDFImpl.dll"
07a0:err:msi:execute_script Execution of script 0 halted; action L"PatchFiles" returned 1603
07a0:err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 1603
07a0:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Just in case you missed it from the list above, mspatcha is installed in the prefix.

Any suggestions on how to proceed/what might be missing?
Locked