Timeout was just a test :)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1303 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-10-04 18:12:14 +00:00
parent dfbd9e93c0
commit d582169220

View file

@ -5,7 +5,7 @@ OutFile "nsExec Test.exe"
ShowInstDetails show
Section
nsExec::ExecToLog /TIMEOUT=1 '"${NSISDIR}\makensis.exe" /CMDHELP'
nsExec::ExecToLog '"${NSISDIR}\makensis.exe" /CMDHELP'
Pop $0
DetailPrint ""
DetailPrint " Return value: $0"