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