Added 20H2 detection

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7241 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2020-12-29 20:25:27 +00:00
parent cd58f090fc
commit 81f6e5550d

View file

@ -542,6 +542,8 @@
!insertmacro WinVer_WaaS "${id}" 18362 1903 "19H1" "May 2019 Update" ; 18362.116
!insertmacro WinVer_WaaS "${id}" 18363 1909 "19H2" "November 2019 Update" ; 18363.418
!insertmacro WinVer_WaaS "${id}" 19041 2004 "20H1" "May 2020 Update" ; 19041.264?
!insertmacro WinVer_WaaS "${id}" 19042 20H2 "20H2" "October 2020 Update" ; 19042.572? A.K.A. 2009
!ifmacrodef WinVerExternal_WaaS_MapToBuild
!insertmacro WinVerExternal_WaaS_MapToBuild ${op} "${id}" WinVer_WaaS_Build
!endif