https://bugs.winehq.org/show_bug.cgi?id=46136
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Component|-unknown |mspatcha URL| |https://web.archive.org/web | |/20210228140139if_/http://d | |ownload.adobe.com/pub/adobe | |/reader/win/AcrobatDC/18011 | |20055/AcroRdrDCUpd180112005 | |5.msp
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links for documentation.
Since OP objected to my first resolution, I've retested with an old Acrobat DC release 1500720033:
ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_en_US.exe
Applied update package 1801120055 for Acrobat DC:
https://web.archive.org/web/20210228140139if_/http://download.adobe.com/pub/...
This obviously fails due to bug 12501.
--- snip --- $ wine msiexec /p AcroRdrDCUpd1801120055.msp ... 0218:fixme:mspatcha:read_header special processing of 32-bit executables not implemented. 0218:err:msi:ACTION_PatchFiles Failed to apply patch to file: L"ccme_base_non_fips.dll" 0218:err:msi:execute_script Execution of script 0 halted; action L"PatchFiles" returned 1603 0218:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603 0218:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0218:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0218:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603 --- snip --
The update succeeds after applying 'winetricks -q mspatcha' to the WINEPREFIX. I've even retested with old Wine 3.20 release the bug was reported against.
Another tidbit:
--- snip --- 00ac:fixme:mspatcha:ApplyPatchToFileW stub - L"C:\users\root\Temp\msia8ee.tmp", L"C:\Program Files\Adobe\Acrobat DC\PDFMaker\AutoCAD\OD\ExDynamicBlocks.tx", L"C:\users\root\Temp\msib2fe.tmp", 00000000 --- snip ---
Home user 'root'. Don't ever use root user credentials with Wine (qualifies as INVALID bug by default). This is a big no-no.
Whatever. Kinda wasted time to argue/help further here.
$ sha1sum AcroRdrDC*
1e4726d73e7cf583975bdd5e2656399ffc7513ed AcroRdrDC1500720033_en_US.exe 842265d68f89999b8958f2db6af09edc4e9cf9b4 AcroRdrDC1801120055_en_US.exe 9fc1cc6c0fc2aa070a8121b22e2cd7e086c3715f AcroRdrDCUpd1801120055.msp
$ du -sh AcroRdrDC*
48M AcroRdrDC1500720033_en_US.exe 116M AcroRdrDC1801120055_en_US.exe 99M AcroRdrDCUpd1801120055.msp
$ wine --version wine-3.20
$ wine --version wine-6.3
Regards