https://bugs.winehq.org/show_bug.cgi?id=48021
Bug ID: 48021 Summary: msi installer not working on msxml3, Office 2010 shows Installation language unsupported Product: Wine Version: 4.0.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: qqpp4130@hotmail.com Distribution: ---
I encounter on installing of msxml3 from winetricks and also excuting msiexec /i msxml3.msi /q with errorr. I excute command for the output WINEPREFIX=/home/jc/.local/share/wineprefixes/office2010 WINEDEBUG=+relay,+seh,+tid wine msiexec /i msxml3.msi /q > /home/jc/msiexec.txt 2>&1 Also, while installing office2010 from mounted iso file, I encounter with "Installation language not supported." on both English version and the SimChinese version of installation iso. I also get the console dialog for that untill the error window pop up with the similar command with output.txt. I have attatch the log file in the attatchment. Please have a look. Is this some kind of bug on my mechine or its common?
Enviroment: Kernal: 5.2.21-1-MANJARO_x64 Wine version: wine-4.0.2 && wine-4.18-1 Winetricks version: 20190912
PS: I tried to set the system LC_ALL to the matching locale, but it was not helpfull.
https://bugs.winehq.org/show_bug.cgi?id=48021
--- Comment #1 from Jack qqpp4130@hotmail.com --- Created attachment 65555 --> https://bugs.winehq.org/attachment.cgi?id=65555 msiexec console output
The file size is over sized.. I'm not sure its supposed to work like that
https://bugs.winehq.org/show_bug.cgi?id=48021
Jack qqpp4130@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux Component|-unknown |msi See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=44779
https://bugs.winehq.org/show_bug.cgi?id=48021
--- Comment #2 from Jack qqpp4130@hotmail.com --- Created attachment 65556 --> https://bugs.winehq.org/attachment.cgi?id=65556 Office2010 installation console output
https://bugs.winehq.org/show_bug.cgi?id=48021
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- So the issue is that current winetricks + current wine fail to install msxml3 correctly? What does this have to do with Office 2010?
https://bugs.winehq.org/show_bug.cgi?id=48021
--- Comment #4 from Jack qqpp4130@hotmail.com --- The problem is not with winetrick. The wine it self cannot install msxml3. And it should be a requirement for office2010 as it described in WineDB. I work arround by copy the dll file from Windows directly. But the setup.exe still not working properly. The "Installation language not supported." dialog popup after a few sec after the setup shows up and initializing.
https://bugs.winehq.org/show_bug.cgi?id=48021
--- Comment #5 from Jack qqpp4130@hotmail.com --- I tried the dry run on a clean wineprefix, the setup will not run correctly and show the crash report dialog. I believe the msxml3 has some thing to do with. Also, ole32 should be also required to make the setup to run.
https://bugs.winehq.org/show_bug.cgi?id=48021
--- Comment #6 from Jack qqpp4130@hotmail.com --- The most line console output is fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"\0001" not supported dont know if that have something to do with
https://bugs.winehq.org/show_bug.cgi?id=48021
Jack qqpp4130@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |bcrypt Keywords| |Installer
https://bugs.winehq.org/show_bug.cgi?id=48021
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.winehq.org/sho | |w_bug.cgi?id=44779 | Keywords| |download Summary|msi installer not working |msxml3 does not install |on msxml3, Office 2010 | |shows Installation language | |unsupported | Component|bcrypt |-unknown
--- Comment #7 from Ken Sharp imwellcushtymelike@gmail.com --- Try 'winetricks msxml3' in a CLEAN WINEPREFIX. It works fine here.