windows 2003 test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5801 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f06a75de34
commit
c8e1f7c104
1 changed files with 16 additions and 0 deletions
|
@ -466,6 +466,22 @@ Section
|
|||
|
||||
!insertmacro TestWinVer "Windows XP x64 SP1" XP 1 client nt
|
||||
|
||||
#### WINDOWS SERVER 2003 STANDARD EDITION
|
||||
|
||||
# OSVERSIONINFOEX
|
||||
StrCpy $OSVERSIONINFOEX_RES 1
|
||||
StrCpy $OSVERSIONINFOEX_CSD ""
|
||||
StrCpy $OSVERSIONINFOEX_INIT "i 156, i 5, i 2, i 3790, i 2, &t128 s, &i2 0, &i2 0, &i2 272, &i1 3, &i1 0"
|
||||
# 9c0000000500000002000000ce0e00000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010010300
|
||||
|
||||
# OSVERSIONINFO
|
||||
StrCpy $OSVERSIONINFO_RES 1
|
||||
StrCpy $OSVERSIONINFO_CSD ""
|
||||
StrCpy $OSVERSIONINFO_INIT "i 148, i 5, i 2, i 3790, i 2, &t128 s, &i2 0, &i2 0, &i2 7, &i1 20, &i1 0"
|
||||
# 940000000500000002000000ce0e0000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
|
||||
!insertmacro TestWinVer "Windows Server 2003" 2003 0 server nt
|
||||
|
||||
#### WINDOWS VISTA SP0
|
||||
|
||||
# OSVERSIONINFOEX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue