https://bugs.winehq.org/show_bug.cgi?id=44618
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
commit https://source.winehq.org/git/wine.git/commitdiff/54ef6e5e3932a5ce747fca717c... ("msi: Add support for custom action type 7.") added support for concurrent installations.
Thanks Hans.
Unfortunately, the installer now fails in default 64-bit WINEPREFIX as the MSXML6 redistributable package is only for 32-bit (32-bit app).
--- snip --- $ WINEDEBUG=+msgbox wine ./MM70-E-429_Pro.exe ... 0077:trace:msgbox:MSGBOX_OnInit L"This MSXML6.0 package is not supported on the current processor type." 0077:err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603 0077:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3) 0077:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3) 0039:err:msi:ITERATE_Actions Execution halted, action L"RunMSXML6Setup" returned 1627 0039:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0039:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0039:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627 --- snip ---
MSXML6 package 'LaunchCondition' is indeed:
--- snip --- (NOT VersionNT64) [WrongPackage] --- snip ---
Hans do you want to fix this in a new bug or here?
$ wine --version wine-5.0-201-gcf6546fb3b
Regards