Results 1 to 4 of 4

Thread: MSXML6.0 not supported on my processor?

  1. #1
    Join Date
    Jan 2012
    Beans
    753

    MSXML6.0 not supported on my processor?

    I'm trying to install the MSXML6.0 package through Wine 1.5 on my Kubuntu 12.04 computer. However, when I run "winetricks msxml6" or "wine msiexec /i /home/alex/.cache/winetricks/msxml6/msxml6_x86.msi", I get an error popup saying "This MSXML6.0 package is not supported on the current processor type". I have an 8-core (4 physical) Intel Core i7-2760QM @ 2.4 GHz, btw. I'd think it would be compatible. :/

    Here's the output of "winetricks msxml6" through Terminal:
    Code:
    alex@kubuntu:~$ winetricks msxml6
    Executing w_do_call msxml6
    Executing load_msxml6
    Executing mkdir -p /home/alex/.cache/winetricks/msxml6
    Using native,builtin override for following DLLs: msxml6
    Executing winetricks_early_wine regedit C:\windows\Temp\_msxml6\override-dll.reg
    Executing wine msiexec /i /home/alex/.cache/winetricks/msxml6/msxml6_x86.msi
    fixme:storage:create_storagefile Storage share mode not implemented.
    err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603
    ------------------------------------------------------
    Note: command 'wine msiexec /i /home/alex/.cache/winetricks/msxml6/msxml6_x86.msi' returned status 67.  Aborting.
    The output of "wine msiexec /i /home/alex/.cache/winetricks/msxml6/msxml6_x86.msi" is:
    Code:
    alex@kubuntu:~$ wine msiexec /i /home/alex/.cache/winetricks/msxml6/msxml6_x86.msi
    err:menubuilder:init_xdg error looking up the desktop directory
    fixme:storage:create_storagefile Storage share mode not implemented.
    err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603
    I need MSXML6 to install Microsoft Office 64-bit on my computer (LibreOffice hates KDE), and it's one of the things I need installed for MS Office to run.

  2. #2
    Join Date
    Apr 2011
    Beans
    214
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: MSXML6.0 not supported on my processor?

    That's because use you have 64bit OS and you try to install 32bit xml addon on a 64bit default wine prefix, it won't work because most Microsoft addons are still 32bit.

    First: create a NEW wineprefix
    Seconds: choose 32bit architecture by running: export WINEARCH=win32
    Third: run winetricks again, it should work this time

  3. #3
    Join Date
    Jul 2012
    Location
    Tampa, FL
    Beans
    66

    Re: MSXML6.0 not supported on my processor?

    Quote Originally Posted by ergo-proxy View Post
    That's because use you have 64bit OS and you try to install 32bit xml addon on a 64bit default wine prefix, it won't work because most Microsoft addons are still 32bit.

    First: create a NEW wineprefix
    Seconds: choose 32bit architecture by running: export WINEARCH=win32
    Third: run winetricks again, it should work this time
    I'm quite the newbie, How do I run the win32?

  4. #4
    Join Date
    May 2013
    Beans
    1

    Re: MSXML6.0 not supported on my processor?

    I have the same problem, how to solve it ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •