Hello. I built libreoffice with parameter “–with-package-format=‘msi’” and got msi package. When I run the installation of the msi package, an error appears: Internal Error 2356. libreoffice1.cab
How to fix it?
There is no error 2356 from this link.
It’s hard to say anything specific about custom builds - e.g., which other configuration options you use? Maybe it is debug build, and the MSI has some binaries that rely on debug libraries absent on the target (although the error should be different in that case). Or there may be some issue specific to your VS version. Or maybe the build was not successful after all …