The forum

installing msxml6 in a 64bit prefix

Author Replies
yuvi Sunday 21 September 2014 at 12:29
yuvi

I want to install msxml6 on a 64-bit prefix. Wine version is 1.7.26, OS is Ubuntu 14.04 LTS 64-bit.

 

The one provided by winetricks is 32-bit so I downloaded the 64bit msi installation from microsoft. However, the installation doesn't work for me (it starts, but stops mid-way and complains that "the installer was interrupted"). Here's the debug log:

fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:msi:ITERATE_Actions Execution halted, action L"Wdsfpca_AddRefcountMsxml.86F857F6_A743_463D_B2FE_98CB5F727E09" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603

 

Can anyone help me? What can I do?

(moving to a 32bit prefix is not an option. I'm trying to install software that is only provided in 64-bit form)

 

yuvi Monday 22 September 2014 at 8:50
yuvi

It actually turned out to be pretty simple - just use `wine64`:

wine64 msiexec /i /path/to/msxml6_x64.msi

Edited by yuvi