
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1303 212acab6-be3b-0410-9dea-997c60f758d6
12 lines
No EOL
206 B
NSIS
12 lines
No EOL
206 B
NSIS
Name "nsExec Test"
|
|
|
|
OutFile "nsExec Test.exe"
|
|
|
|
ShowInstDetails show
|
|
|
|
Section
|
|
nsExec::ExecToLog '"${NSISDIR}\makensis.exe" /CMDHELP'
|
|
Pop $0
|
|
DetailPrint ""
|
|
DetailPrint " Return value: $0"
|
|
SectionEnd |