https://bugs.documentfoundation.org/show_bug.cgi?id=94265

--- Comment #22 from Michael Stahl <mst...@redhat.com> ---
(In reply to Aleksander Kasprzyk from comment #20)
> My question is the following what have to be set up (what environnement
> variable and with which value) in order to use only LibreOffice 5.4 (or it
> is temporary as it is a developer version).

the problem that CLI libraries can't be found sounds familiar...

https://cgit.freedesktop.org/libreoffice/core/commit/?id=814ec7640fc2a529343e358ab4fd3b9a59d645ca

the nightly builds for master do not use --enable-release-build,
which means they don't install anything in C:/Windows or the registry.

you can force it by installing with a parameter:

msiexec /i *.msi WRITE_REGISTRY=1

i hope that that should put the CLI dlls into the "GAC" thing in C:/Windows.

another way that should work for testing is to copy the cli_*.dll files from
C:/LibreOffice/program/ directory into the directory of your client .exe file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to