check whether nt in windows installer (#415)
This commit is contained in:
parent
2fc9b51053
commit
d621920beb
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue