Are there plans to support Windows 11 with winver.nsh?
The following code doesn't work for me, but I need it.🙁
${If} ${IsWin11}
${EndIf} 4 posts
${If} ${IsWin11}
${EndIf} The updated version does not include that specific feature. 🙁Originally Posted by jooseng View PostYou can get an updated version here: https://github.com/kichik/nsis
[ATTACH]n4633171[/ATTACH]
Thanks for the helpOriginally Posted by Anders View PostWindows 11 still reports its real version as 10.0.... so you have to check the build number:
${If} ${AtLeastWaaS} "Windows 11"
or
${If} ${AtLeastWaaS} 22000