From fb9c8639c42de7029ba1a6dddf5bbf1c00e453e7 Mon Sep 17 00:00:00 2001 From: anders_k Date: Sun, 5 Aug 2012 00:04:30 +0000 Subject: [PATCH] WinVer: Support Win8 and Srv2012 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6248 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/WinVer.nsh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Include/WinVer.nsh b/Include/WinVer.nsh index 96560ea5..255d208f 100644 --- a/Include/WinVer.nsh +++ b/Include/WinVer.nsh @@ -134,10 +134,14 @@ !define WINVER_VISTA 0x06000000 ;6.00.6000 !define WINVER_2008_NT 0x86000001 ;6.00.6001 !define WINVER_2008 0x06000001 ;6.00.6001 -!define WINVER_7_NT 0x86010000 ;6.01.???? -!define WINVER_7 0x06010000 ;6.01.???? -!define WINVER_2008R2_NT 0x86010001 ;6.01.???? -!define WINVER_2008R2 0x06010001 ;6.01.???? +!define WINVER_7_NT 0x86010000 ;6.01.7600 +!define WINVER_7 0x06010000 ;6.01.7600 +!define WINVER_2008R2_NT 0x86010001 ;6.01.7600 +!define WINVER_2008R2 0x06010001 ;6.01.7600 +!define WINVER_8_NT 0x86020000 ;6.02.9200 +!define WINVER_8 0x06020000 ;6.02.9200 +!define WINVER_2012_NT 0x86020001 ;6.02.9200 +!define WINVER_2012 0x06020001 ;6.02.9200 # use this to make all nt > 9x