Good morning, I've been trying to create the msi (microsoft software installer) file for libreoffice but with no success.
This is what I have on autogen.input: --enable-debug --enable-symbols --with-external-tar=/cygdrive/c/sources/lo-externalsrc --with-junit=/cygdrive/c/sources/junit-4.10.jar --with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5 --enable-pch --disable-ccache --with-visual-studio=2022 --with-jdk-home=C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot --host=x86_64-pc-cygwin the built is OK with that data, the problem is when I add this line: --with-package-format=msi then the built ended with the next message: : ***************************************************************** : ERROR: Reading from filehandle failed at C:/sources/libo-core/solenv/bin/modules/installer/windows/file.pm line 967. : ***************************************************************** make[1]: *** [C:/sources/libo-core/instsetoo_native/CustomTarget_install.mk:104: C:/sources/libo-core/workdir/CustomTarget/instsetoo_nati ve/install/install.phony] Error 1 make: *** [Makefile:299: build] Error 2 Anyone knows how to solve that error or how to create the msi in a different way?
