office-gobmx/solenv/bin
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
..
modules Windows 7-8.1 support was removed, prevent install on these old systems 2024-12-07 20:06:46 +01:00
add-modelines use portable "command -v" to detect installed programs, part 4 2024-01-22 14:12:18 +01:00
assemble-flatpak-appdata.sh Try to appease Flathub linter 2024-02-29 10:02:36 +01:00
assemble-flatpak-desktop.sh Restructure solenv/bin/assemble-flatpak.sh 2020-05-01 15:42:18 +02:00
assemble-flatpak.sh No longer append appdata for components to flatpak's metainfo 2023-06-08 19:49:28 +02:00
bin_library_info.sh Fix typos 2017-08-17 21:53:28 +02:00
call_installer.sh build installer packages with make parallelism instead of GNU parallel 2022-12-06 12:21:51 +00:00
clipatchconfig.pl re-base on ALv2 code. 2012-06-21 15:00:05 +01:00
concat-deps.c Add gb_Library_add_generated_asmobjects 2024-05-07 21:18:35 +02:00
constructors.py tdf#158803 remove unused imports 2024-03-28 08:52:05 +01:00
create-ids For --with-outpath include workdir generated files without UnpackedTar* 2017-06-01 19:18:38 +02:00
create-tags create-tags: Exuberant Ctags 5.8 lacks -D, try to detect that 2020-02-07 18:24:01 +01:00
createcomponent.xslt Filter optional component implementations by name 2021-12-21 00:20:07 +01:00
dbgsv.ini
desktop-translate.py
exectest.pl Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffs 2013-11-22 18:58:18 +01:00
finish-gbuild-trace.py sfx2, solenv, sw: fix issues found by Ruff linter 2024-07-28 15:23:39 +02:00
fix-includes.pl Fix typos 2019-08-12 11:40:36 +02:00
gdb-core-bt.sh use portable "command -v" to detect installed programs, part 2 2024-01-22 14:01:17 +01:00
gdb_cxa-atexit_trace-stdout add a gdb script for debugging globals 2011-06-01 15:16:10 +01:00
gdbtrycatchtrace Use "set logging enabled on/off" instead of deprecated "set logging on/off" 2023-11-30 13:47:53 +01:00
gdbtrycatchtrace-stdout allow setting DEBUGCPPUNIT=TRUE to dump a gdb try/catch trace 2011-04-07 11:37:56 +01:00
generate-flatpak-manifest.sh don't export entries from download.lst - only used by make 2022-12-15 22:42:00 +00:00
generate-tokens.py sfx2, solenv, sw: fix issues found by Ruff linter 2024-07-28 15:23:39 +02:00
gentoken.py
getcompver.awk Adapt getcompver.awk to Java 9 2017-08-30 15:16:22 +02:00
hrcex python3-ify hrcex & uiex (creation of pot files) 2021-03-31 00:52:05 +02:00
id-lang.map re-base on ALv2 code. Includes: 2012-11-12 11:46:43 +00:00
image-sort.py sfx2, solenv, sw: fix issues found by Ruff linter 2024-07-28 15:23:39 +02:00
install-gdb-printers move writerfilter inside sw 2024-04-18 09:16:12 +02:00
install-sh CWS-TOOLING: integrate CWS perftest08 2009-07-03 10:14:57 +00:00
job-limiter.cpp windows packaging: reduce parallelism further to three 2024-06-04 16:43:56 +02:00
localestr Add hu-Hung -> hu@hung 2017-08-17 14:37:59 +02:00
macosx-change-install-names.pl log nice exception messages whereever possible 2019-03-07 07:12:39 +01:00
macosx-codesign-app-bundle Codesign *.jnilib files like *.dylib and remove $other_files variable 2024-07-31 20:00:50 +02:00
macosx_menubar_modification.xsl remove obsoleted postprocess/packconfig 2013-04-11 03:44:45 +00:00
make-raspbian-root-tarball tdf#105204 fix shellcheck warning in solenv/bin/make-raspbian-root-tarball 2017-05-20 11:45:32 +02:00
make_installer.pl remove SOLARENV variable 2013-11-02 22:07:53 +01:00
mkdocs.Makefile typo in doc generation makefile 2016-03-27 19:02:06 -05:00
mkdocs.sh use portable "command -v" to detect installed programs, part 2 2024-01-22 14:01:17 +01:00
mkdocs_portal.sh Change git.freedesktop.org -> git.libreoffice.org 2021-11-04 10:11:20 +01:00
mkonedoc.sh Make some scripts more portable 2021-08-20 12:32:22 +02:00
native-code.py Avoid -Werror,-Wcast-function-type-mismatch 2024-09-17 21:01:48 +02:00
ooinstall Pass product name and not hardcoded "LibreOffice" to make_installer.pl -p 2023-02-10 08:48:39 +00:00
optionalimplementations.xslt Filter optional component implementations by name 2021-12-21 00:20:07 +01:00
pack_images.py sfx2, solenv, sw: fix issues found by Ruff linter 2024-07-28 15:23:39 +02:00
packcomponents.xslt re-base on ALv2 code. Includes: 2013-06-03 11:41:36 +01:00
packregistry.xslt tdf#157431 Show description for expert config items 2023-11-09 08:14:38 +01:00
par2script.pl remove SOLARENV variable 2013-11-02 22:07:53 +01:00
polib.py sfx2, solenv, sw: fix issues found by Ruff linter 2024-07-28 15:23:39 +02:00
pre2par.pl installer-code: remove some unused or pointless subs 2021-05-27 19:10:19 +02:00
removereportbuilder.xslt get rid of warnings when reportbuilder is not configured for build 2023-12-21 07:03:28 +01:00
run-configure WASM: add initial support for Emscripten cross build 2021-05-05 21:14:54 +02:00
shortpath.cmd initial support for running autogen.sh inside wsl from git-bash 2024-04-26 14:01:26 +02:00
uiex solenv/bin/uiex: more helpful error message for context issues 2024-08-14 07:51:07 +02:00
uiimagelist.xsl tdf#139781 Handle also "icon-name" property name 2021-01-28 12:04:34 +01:00
version.py
write_classpath.sh Fix JunitTest_comphelper_complex 2014-12-23 23:09:20 +01:00