Tuesday, May 21, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2896  / 1 Year ago, sun, may 14, 2023, 12:24:07

so i just run winetricks for ubuntu 18.04 with this run



sh winetricks msxml6 gdiplus gecko vcrun2005 ie6


and it's said



This MSXML 6.0 package is not supported on the current processor type


how do i fix this?


More From » 18.04

 Answers
4

You're trying to install 32-bit msxml on 64-bit system, which is why it throws an error, you could try download it directly from Microsoft server.



Try:



wget -P /tmp https://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x64.msi
WINEPREFIX="${HOME}/.wine" wine64 msiexec /i /tmp/msxml6_x64.msi


WINEPREFIX point to your current wineprefix, you can changes it to the one you had— though the default location should be at /home/user/.wine


[#3966] Sunday, May 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
laiuct

Total Points: 44
Total Questions: 105
Total Answers: 107

Location: Seychelles
Member since Mon, Feb 15, 2021
3 Years ago
;