I couldn't install vcruntime140_1.dll in Windows installation.

I built the LibreOffice source on Windows and made an installer. with Visual Studio 2019, the build works well and runs well. Also, an installation program has been created, so only vcruntime140_1.dll cannot be installed in the system directory. vcruntime140.dll is good to install. I don’t know the cause. The build options are the below, Windows8.1-KB2999226-x64.msu etc. are located in ucrt-dir.

/cygdrive/c/sources/libo-core/autogen.sh --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-locales=en --with-vendor=me --with- lang=en --disable-skia --with-jdk-home="/cygdrive/c/Program Files/AdoptOpenJDK/jdk-15.0.1.9-openj9/"–with-visual-studio=2019 --disable-odk --with-package-format=msi --with-ucrt-dir=/cygdrive/c/sources/ucrt --with-help=html --enable-ext-wiki-publisher

I would like to fix this issue by installer.

If I find vcruntime140_1.dll and copy it to the system32 directory, it works fine. But I want the installer msi I created to work properly. LibreOffice_7.0.3.1_Win_x64.msi, LibreOfficeDev_7.1.0.0.alpha1_Win_x64.msi etc received from the web will generate vcruntime140_1.dl properly. I’m asking, wondering if there is an option the installer should add when creating it or if I need a new msu file. Looking at the installer creation log, only vcruntime140.dll is added and vcruntime140_1.dll is not.

In the build.log file,

FindVCRuntime:
VC Runtime DLL(s):
-C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Redist\MSVC\14.28.29325\x64\Microsoft.VC142.CRT\vcruntime140_1.dll

_CopyVCRuntime:
“C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Redist\MSVC\14.28.29325\x64\Microsoft.VC142.CRT\vcruntime140_1.dll” in “C:\build\workdir\UnpackedTarball The file is being copied to \python3\PCbuild\amd64\vcruntime140_1.dll”.

It seems to be made like this, but it does not seem to be included in the actual msi.