diff --git a/Source/Tests/winver.nsi b/Source/Tests/winver.nsi new file mode 100644 index 00000000..2d85a7ac --- /dev/null +++ b/Source/Tests/winver.nsi @@ -0,0 +1,15 @@ +Name winver +OutFile winver.exe + +!include WinVer.nsh + +# basic winver fun & games to make sure it compiles + +Section + + ${If} ${IsWin2000} + ${If} ${AtLeastServicePack} 4 + ${EndIf} + ${EndIf} + +SectionEnd \ No newline at end of file