Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 17334  / 2 Years ago, sun, october 30, 2022, 11:19:54

I'm trying to install a software which relies on msxml6, and is only provided in a 64bit version (so I can't use the 32-bit msxml6 provided by winetricks).



I downloaded msxml6 from microsoft, and ran it with wine. The installation aborts mid-way saying "installation was interrupted". Here's the debugging 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


Does anyone know how I can work around this? Thanks in advanced



Wine version is 1.7.26 (latest beta), and configured for Windows 7. OS is Ubuntu 14.04 LTS 64-bit.


More From » wine

 Answers
4

The solution turned out to be simple - using wine64 instead of wine, like so:



WINEPREFIX=/path/to/wineprefix wine64 msiexec /i /path/to/msxml6_x64.msi

[#23130] Sunday, October 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leddre

Total Points: 180
Total Questions: 113
Total Answers: 108

Location: France
Member since Thu, Oct 27, 2022
2 Years ago
;