http://bugs.winehq.org/show_bug.cgi?id=48534 --- Comment #2 from Hans Leidekker <hans@meelstraat.net> --- (In reply to Anastasius Focht from comment #0)
Hello folks,
extracted/continuation from bug 44618
The MSXML 6.0 package is part of MindManager Pro v7.0 installer (app is 32-bit). It fails in default 64-bit WINEPREFIX as the MSXML6 redistributable package is only for 32-bit.
--- 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 ... 0039:err:msi:ITERATE_Actions Execution halted, action L"RunMSXML6Setup" returned 1627 ... 0039:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627 --- snip ---
MSXML6 package 'LaunchCondition' is indeed:
--- snip --- (NOT VersionNT64) [WrongPackage] --- snip ---
If I run this installer on 64-bit Windows 10 it completes immediately and returns success. It seems that there's special handling for this installer, possibly because MSXML6.0 is shipped with the OS. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.