ec0a49ecc7
There is no simple "Windows is 10 or newer" check in MSI, with the Microsoft policy of "you don't need to know real Windows version". See also https://developercommunity.visualstudio.com/t/detect-a-windows-version-from-msi/412198 The values that MSI sees (e.g. on my Win11) are: Property(C): VersionNT = 603 Property(C): VersionNT64 = 603 Property(C): WindowsBuild = 9600 So those can't be used for the check. I use the WINMAJORVER that is read from registry (Software\Microsoft\Windows NT\CurrentVersion). There is no more need to check and install UCRT; it was dropped. Change-Id: Ic02d6aeb965e9684bafd4357f969980f77000e73 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178049 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> |
||
---|---|---|
.. | ||
inc | ||
macros | ||
source | ||
AutoInstall.mk | ||
CustomTarget_langmacros.mk | ||
InstallModule_activex.mk | ||
InstallModule_base.mk | ||
InstallModule_calc.mk | ||
InstallModule_draw.mk | ||
InstallModule_extensions.mk | ||
InstallModule_gnome.mk | ||
InstallModule_graphicfilter.mk | ||
InstallModule_impress.mk | ||
InstallModule_kde.mk | ||
InstallModule_math.mk | ||
InstallModule_onlineupdate.mk | ||
InstallModule_ooo.mk | ||
InstallModule_python.mk | ||
InstallModule_quickstart.mk | ||
InstallModule_sdkoo.mk | ||
InstallModule_spsupp.mk | ||
InstallModule_ure.mk | ||
InstallModule_windows.mk | ||
InstallModule_winexplorerext.mk | ||
InstallModule_writer.mk | ||
InstallModule_xsltfilter.mk | ||
InstallScript_sdkoo.mk | ||
InstallScript_setup_osl.mk | ||
Makefile | ||
Module_scp2.mk | ||
README.md |
SCript Particle Installer
This contains code that describes which pieces of the project should
be packaged and installed - it is used to build among other things
a setup_osl.inf
or .ins
file - that is used by solenv/bin/make_installer.pl
to build the installation.