From d582169220126acf6dbefd162541c090dccd05ab Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 4 Oct 2002 18:12:14 +0000 Subject: [PATCH] Timeout was just a test :) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1303 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsExec/test.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/nsExec/test.nsi b/Contrib/nsExec/test.nsi index d5c25607..0eada467 100644 --- a/Contrib/nsExec/test.nsi +++ b/Contrib/nsExec/test.nsi @@ -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"