office-gobmx/scp2/source/ooo
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
..
common_brand.scp .NET Bindings: Move built .NET libraries into instdir 2024-08-03 11:28:46 +02:00
directory_ooo.scp
directory_ooo_macosx.scp
file_extra_ooo.scp
file_library_ooo.scp
file_ooo.scp
folder_ooo.scp
folderitem_ooo.scp
folderitem_ooo.ulf
installation_ooo.scp
module_help_template.scp
module_helppack.scp
module_helppack.ulf add Tagalog (tl) langauge- & helppack 2024-10-23 18:22:36 +02:00
module_hidden_ooo.scp
module_lang_template.scp
module_langpack.scp
module_langpack.ulf add Santali (Ol-Chiki) languagepack (sat-Olck) 2024-11-22 19:08:52 +01:00
module_libreofficekit.scp
module_ooo.scp
module_ooo.ulf
module_pdfimport.scp
module_reportbuilder.scp
module_reportbuilder.ulf
module_systemint.scp
module_systemint.ulf
profileitem_ooo.scp
registryitem_ooo.scp
registryitem_ooo.ulf
scpaction_ooo.scp
ure.scp
vc_redist.scp
windowscustomaction_ooo.scp Fix Windows MSI custom action for --enable-online-update-mar 2023-12-22 18:47:14 +01:00