Created attachment 139529 [details] msi verbose logfile Installing LO with the msi installer somehow does not set all features to local with the ADDLOCAL=ALL parameter. This was working in 5.4.4 but has changed with 6.0.0 I'm installing three UI languages and four dictionaries. UI_LANGS=en-US_en-GB_nl also does not seem to be accepted, because only the en-US langpack is installed. I have included the verbose installation log. As an example, these features are not in the REMOVE parameter and should be installed: gm_Langpack_r_nl gm_r_ex_Dictionary_Nl (search for these terms in the msi logfile and you will hopefully see what I mean) This looks to be the same error as in https://bugs.documentfoundation.org/show_bug.cgi?id=100929
I have compared the InstallExecuteSequence table in the msi file for 5.4.4 and 6.0.0 5.4.4 (working) SelectLanguage NOT Installed And ADDLOCAL="" 6.0.0 (not working) SelectLanguage NOT Installed And (ADDLOCAL="" Or NOT UI_LANGS="") Maybe the one in 6.0.0 needs a couple of extra brackets so the first NOT is acting on the entire expression?
Ugh, I'm talking out of my ass in the previous comment. As I have set UI_LANGS=en-US_en-GB_nl, NOT UI_LANGS="" will be true. The last part will evaluate as true, whereas in 5.4.4 this would evaluate as false. So I think it should be this: SelectLanguage NOT Installed And (ADDLOCAL="" Or UI_LANGS="") You do not have to select the language if specified on the commandline via ADDLOCAL or via UI_LANGS.
Let's ask Jürgen
Hi Jan, but you can controll this over the REMOVE=lang in this case all given languages will be not installed. e.g. ADDLOCAL=ALL REMOVE=gm_r_ex_Dictionary_AN,gm_r_ex_Dictionary_CA the name of the given languages and dictonaries is in the msi you can look with ORCA (free). Or your solution but the condition must be SelectLanguage NOT Installed And (ADDLOCAL="" Or UI_LANGS<>"") The SelectLanguage must be called when UI_LANGS not empty is We here (LHM) make this with REMOVE best juergen
Hi Jan Jurkus, Have you tried the solution provided by Juergen Funk? Did it work? Setting it to NEEDINFO...
Dear Bug Submitter, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping-20181009
Dear Bug Submitter, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-20181105