From 81f6e5550d298a82035a7fdf8bb7f2f6f50675d9 Mon Sep 17 00:00:00 2001 From: anders_k Date: Tue, 29 Dec 2020 20:25:27 +0000 Subject: [PATCH] Added 20H2 detection git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7241 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/WinVer.nsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Include/WinVer.nsh b/Include/WinVer.nsh index 27d7dccd..fc32d114 100644 --- a/Include/WinVer.nsh +++ b/Include/WinVer.nsh @@ -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