office-gobmx/setup_native
Mike Kaganski ec0a49ecc7 Windows 7-8.1 support was removed, prevent install on these old systems
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>
2024-12-07 20:06:46 +01:00
..
scripts tdf#144053 Compare version to ProductKey entry in bootstraprc 2023-07-26 14:40:02 +02:00
source Windows 7-8.1 support was removed, prevent install on these old systems 2024-12-07 20:06:46 +01:00
CustomTarget_mac.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
CustomTarget_scripts.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
CustomTarget_spell.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Library_instooofiltmsi.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_qslnkmsi.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_reg4allmsdoc.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_reg_dlls.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_regactivex.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_sdqsmsi.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_sellangmsi.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_shlxtmsi.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Library_sn_tools.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
Makefile convert setup_native to gbuild and add to tail_build 2013-02-09 20:41:19 +00:00
Module_setup_native.mk Windows 7-8.1 support was removed, prevent install on these old systems 2024-12-07 20:06:46 +01:00
Package_misc.mk setup_native: Package_misc to INSTDIR 2013-10-31 10:42:23 +01:00
Package_packinfo.mk Fix and simplify "any bundled extensions installed" check 2021-08-06 13:18:25 +02:00
Package_scripts.mk tdf#90753: AutoInstall setup_native packages 2016-12-02 20:14:39 +01:00
README.md Updated README.md files 2021-04-19 11:13:41 +02:00
StaticLibrary_quickstarter.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00
StaticLibrary_seterror.mk small steps to getting ASAN on Windows working 2023-10-25 12:48:28 +02:00

Native Code and Scripts for LibreOffice Installer

Contains native code and scripts for LibreOffice installer.