Skip to content

Commit c6d28d3

Browse files
committed
installer: do require Windows 7 SP1 or later
Previously, we only required Windows 7, but that is not recommended by InnoSetup. Let's do enforce at least SP1 of that Windows version, which is past its end-of-life, anyway. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a59af02 commit c6d28d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/Installer.Windows/Setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ OutputBaseFilename={#GcmSetupExe}-win-{#GcmArch}-{#GcmVersionSimple}
7373
DefaultDirName={autopf}\{#GcmShortName}
7474
Compression=lzma2
7575
SolidCompression=yes
76-
MinVersion=6.1.7600
76+
MinVersion=6.1sp1
7777
DisableDirPage=yes
7878
UninstallDisplayIcon={app}\{#GcmExe}
7979
SetupIconFile={#GcmAssets}\gcmicon.ico

0 commit comments

Comments
 (0)