diff --git a/platform/windows/installer-scripts/utils.nsh b/platform/windows/installer-scripts/utils.nsh index dc069620..39bd62c5 100644 --- a/platform/windows/installer-scripts/utils.nsh +++ b/platform/windows/installer-scripts/utils.nsh @@ -51,7 +51,8 @@ Var /GLOBAL sectionDepTemp !macroend !macro CheckOsBuild - ${IfNot} ${AtLeastBuild} ${REQUIRED_WINDOWS_BUILD} + ${IfNot} ${IsNT} + ${OrIfNot} ${AtLeastBuild} ${REQUIRED_WINDOWS_BUILD} MessageBox MB_OK|MB_ICONSTOP "$(ErrorWindowsBuildRequired)" Abort ${EndIf}