diff --git a/Contrib/nsExec/test.nsi b/Contrib/nsExec/test.nsi index 5c8989d8..5a0c9317 100644 --- a/Contrib/nsExec/test.nsi +++ b/Contrib/nsExec/test.nsi @@ -4,6 +4,14 @@ OutFile "nsExec Test.exe" ShowInstDetails show +Section "Silent MakeNSIS" + nsExec::Exec '"${NSISDIR}\makensis.exe"' + Pop $0 # return value/error/timeout + DetailPrint "" + DetailPrint " Return value: $0" + DetailPrint "" +SectionEnd + Section "MakeNSIS commands help" nsExec::ExecToLog '"${NSISDIR}\makensis.exe" /CMDHELP' Pop $0 # return value/error/timeout