From 6ab18984b01212b17f6feb84b251ba93aba3cea6 Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Wed, 8 Feb 2023 22:05:53 +0100 Subject: [PATCH] installer: drop support for Windows 7 and 8.0 As announced in July 2022, Git for Windows is dropping support for these older Windows versions, following MSYS2's lead. Let's make sure that the installer actively blocks installation on these versions. Ref: https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#changes-since-git-for-windows-v2371-july-12th-2022 Ref: https://github.com/msys2/msys2.github.io/blob/source/web/news.md#2023-01-15---dropping-support-for-windows-7-and-80 Signed-off-by: Dennis Ameling --- installer/install.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/install.iss b/installer/install.iss index b80397455d..2ad2eee44a 100644 --- a/installer/install.iss +++ b/installer/install.iss @@ -95,6 +95,7 @@ WizardImageBackColor=clWhite WizardImageStretch=no WizardImageFile={#SourcePath}\git.bmp WizardSmallImageFile={#SourcePath}\gitsmall.bmp +MinVersion=6.3 [Types] ; Define a custom type to avoid getting the three default types.