From 89c7fa3204d68ec32bd50a929a0ed0e8da685c82 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 4 Oct 2002 17:46:02 +0000 Subject: [PATCH] nsExec test git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1301 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsExec/test.nsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Contrib/nsExec/test.nsi diff --git a/Contrib/nsExec/test.nsi b/Contrib/nsExec/test.nsi new file mode 100644 index 00000000..d5c25607 --- /dev/null +++ b/Contrib/nsExec/test.nsi @@ -0,0 +1,12 @@ +Name "nsExec Test" + +OutFile "nsExec Test.exe" + +ShowInstDetails show + +Section + nsExec::ExecToLog /TIMEOUT=1 '"${NSISDIR}\makensis.exe" /CMDHELP' + Pop $0 + DetailPrint "" + DetailPrint " Return value: $0" +SectionEnd \ No newline at end of file