
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5749 212acab6-be3b-0410-9dea-997c60f758d6
15 lines
No EOL
199 B
NSIS
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 |