NSIS/Contrib/nsExec/test.nsi
kichik d582169220 Timeout was just a test :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1303 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-04 18:12:14 +00:00

12 lines
No EOL
206 B
NSIS

Name "nsExec Test"
OutFile "nsExec Test.exe"
ShowInstDetails show
Section
nsExec::ExecToLog '"${NSISDIR}\makensis.exe" /CMDHELP'
Pop $0
DetailPrint ""
DetailPrint " Return value: $0"
SectionEnd