https://bugs.winehq.org/show_bug.cgi?id=48534
Bug ID: 48534 Summary: 32-bit MSXML 6.0 package fails to install in 64-bit WINEPREFIX 'package is not supported on the current processor type.' Product: Wine Version: 5.0 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
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 ---
Direct link from Microsoft:
https://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5...
$ sha1sum msxml6_x86.msi 5125220e985b33c946bbf9f60e2b222c7570bfa2 msxml6_x86.msi
$ du -sh msxml6_x86.msi 1.5M msxml6_x86.msi
$ wine --version wine-5.0-201-gcf6546fb3b
Regards
https://bugs.winehq.org/show_bug.cgi?id=48534
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://download.microsoft. | |com/download/e/a/f/eafb8ee7 | |-667d-4e30-bb39-4694b5b3006 | |f/msxml6_x86.msi Keywords| |download, Installer
https://bugs.winehq.org/show_bug.cgi?id=48534
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://download.microsoft. |https://web.archive.org/web |com/download/e/a/f/eafb8ee7 |/20120112002014/http://down |-667d-4e30-bb39-4694b5b3006 |load.microsoft.com/download |f/msxml6_x86.msi |/e/a/f/eafb8ee7-667d-4e30-b | |b39-4694b5b3006f/msxml6_x86 | |.msi
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, obviously still present.
Adding stable links via Internet Archive:
'MindManager Pro v7.0' from bug 44618
https://web.archive.org/web/20071122165848/http://ftp2.mindjet.com/download/...
32-bit MSXML 6.0 redistributable package:
https://web.archive.org/web/20120112002014/http://download.microsoft.com/dow...
$ sha1sum MM70-E-429_Pro.exe a546bdbad175260764b0a11f250d02950b93e940 MM70-E-429_Pro.exe
$ du -sh MM70-E-429_Pro.exe 77M MM70-E-429_Pro.exe
$ wine --version wine-6.0-rc6
Regards