Системное окружение
-----------------------------------
Операционка: Debian 9 Stable 64 bit
Wine: 5.0.2 из репозитария winehq (deb https://dl.winehq.org/wine-builds/debian/ stretch main)
Нужно установить:
Коробочный Microsoft Office 2010.
Нужно поставить именно 64-х битную версию, т.к. к нему идет закупленный 64-х битный Visio.
Процесс установки
--------------------------------
В /etc/ld.so.conf прописан путь до 64-х битных библиотек, и обновлен кеш через ldconfig:
/opt/wine-stable/lib64
Ставлю офис так:
mkdir ~/.msoffice64
export WINEPREFIX=~/.msoffice64
export WINEARCH=win64
winecfg
./winetricks corefonts allfonts
./winetricks msxml3 msxml4 msxml6
./winetricks vcrun2005 gdiplus riched30
wine /media/cdrom0/x64/setup.exe
И появляется ошибка: «Язык установочного пакета не поддерживается». В логе установки видно следующее:
...
All OS requirement check passed
Checking if CLSID_DOMDocument60 can be created.
Checking the version of MSXML6.
MSXML version check passed. Minimum required version is [6.10.1129], installed Version is [6.20.2003].
Parsing setup.xml file: D:\x64\Access.ru-ru\setup.xml
Error: Installation of this product requires operating system supplemental language support. Type: 54::NoSupportedCulture.
Error: Installation of this product requires operating system supplemental language support. Type: 54::NoSupportedCulture.
Error: Installation of this product requires operating system supplemental language support. Type: 54::NoSupportedCulture.
Showing parent-less message Title: 'Setup Error', Message: 'Язык установочного пакета не поддерживается.'
Message returned: 1
Catalyst execution finished: 11/10/2020 16:53:56. Return code: 30054. Exception caught: NoSupportedCulture.
PERF: TickCount=18528814 Name=RunSetup Description=End function
Как-то можно это исправить?