nsExec test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1301 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a1bf160506
commit
89c7fa3204
1 changed files with 12 additions and 0 deletions
12
Contrib/nsExec/test.nsi
Normal file
12
Contrib/nsExec/test.nsi
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue