Changed the VER_NT_WORKSTATION comparison check to match the MSDN recommendation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6757 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f6ae3a47e5
commit
7fff5828ad
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@
|
|||
Pop $0
|
||||
|
||||
# is server?
|
||||
IntCmp $0 ${VER_NT_WORKSTATION} _winver_noserver _winver_noserver ""
|
||||
IntCmp $0 ${VER_NT_WORKSTATION} _winver_noserver
|
||||
IntOp $__WINVERSP $__WINVERSP | ${_WINVER_NTSRVBIT}
|
||||
_winver_noserver:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue