Enforce min Windows version in NSIS installer

This commit is contained in:
sledgehammer999
2019-11-30 15:43:51 +02:00
parent 56c0f39593
commit 5d0d8a0b7b
60 changed files with 122 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ XPStyle on
!include "MUI.nsh"
!include "UAC.nsh"
!include "FileFunc.nsh"
!include "WinVer.nsh"
!ifdef APP64BIT
!include "x64.nsh"
!endif