NSIS/Source/Tests/winver.nsi
2008-10-10 21:11:26 +00:00

15 lines
No EOL
199 B
NSIS

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