From 125e355c4445df938fc226dd6007eaafbc9e9627 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Mon, 18 Aug 2025 15:02:56 -0300 Subject: [PATCH] build/windows, devel-docs: The minimum Windows version is actually 10.0.18362.0 DWMWA_USE_IMMERSIVE_DARK_MODE and activeCodePage were introduced on "1903" The Store version manifest was already using this as minimum version since day 1, so the commit just extends that minimum version to the Installer. While is unlikely that users will be affected, we can revert this commit if: 1) LTSC/LTSB users report on tracker that is not possible to install GIMP; 2) we confirm that GIMP works on this machine even with that incompatible API. --- build/windows/installer/base_gimp3264.iss | 3 ++- build/windows/installer/lang/setup.isl.xml.in | 3 --- build/windows/store/AppxManifest.xml | 1 + devel-docs/os-support.txt | 7 ++++++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/build/windows/installer/base_gimp3264.iss b/build/windows/installer/base_gimp3264.iss index 95f3f1452a..10e7b1d1f6 100644 --- a/build/windows/installer/base_gimp3264.iss +++ b/build/windows/installer/base_gimp3264.iss @@ -198,7 +198,8 @@ OutputDir={#GIMP_DIR} OutputBaseFileName=gimp-{#CUSTOM_GIMP_VERSION}-setup OutputManifestFile=inno.log ArchitecturesInstallIn64BitMode=x64os arm64 -MinVersion=10.0 +MinVersion=10.0.18362 +//keep this MinVersion consistent with build\windows\store\AppxManifest.xml and devel-docs\os-support.txt ;3.4.1 INSTALLER PAGES diff --git a/build/windows/installer/lang/setup.isl.xml.in b/build/windows/installer/lang/setup.isl.xml.in index 855fed830b..ce6e32bec0 100644 --- a/build/windows/installer/lang/setup.isl.xml.in +++ b/build/windows/installer/lang/setup.isl.xml.in @@ -9,9 +9,6 @@ Setup built by Jernej Simonèiè, jernej-gimp@ena.si - - This version of GIMP requires Windows 10, or a newer version of Windows. -
diff --git a/build/windows/store/AppxManifest.xml b/build/windows/store/AppxManifest.xml index 64ca9a473a..949f1a3315 100644 --- a/build/windows/store/AppxManifest.xml +++ b/build/windows/store/AppxManifest.xml @@ -18,6 +18,7 @@ Assets\StoreLogo.png + diff --git a/devel-docs/os-support.txt b/devel-docs/os-support.txt index 60f7e73a1f..c7d07a61f9 100644 --- a/devel-docs/os-support.txt +++ b/devel-docs/os-support.txt @@ -25,7 +25,12 @@ Hardware: ### Windows -Windows 10 and over. +Windows 10.0.18362.0 (aka 1903) and over. + +(NOTE TO MAINTAINERS: +If you update this file, so update MinVersion +on build/windows/installer/*gimp3264.iss and +on build/windows/store/AppxManifest.xml too) Hardware: * x86 32 and 64-bit