WinVer: Support Win8 and Srv2012
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6248 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1348ac341b
commit
fb9c8639c4
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue