applied patch #1355653 - /OEM switch

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4412 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-11-14 20:06:01 +00:00
parent 1f6cb00174
commit c4a4683f5d

View file

@ -6,20 +6,22 @@ without opening a dos box.
Usage
-----
nsExec::Exec [/TIMEOUT=x] path
nsExec::Exec [/OEM] [/TIMEOUT=x] path
-or-
nsExec::ExecToLog [/TIMEOUT=x] path
nsExec::ExecToLog [/OEM] [/TIMEOUT=x] path
-or-
nsExec::ExecToStack [/TIMEOUT=x] path
nsExec::ExecToStack [/OEM] [/TIMEOUT=x] path
All functions are the same except ExecToLog will print the output
to the logwindow and ExecToStack will push up to ${NSIS_MAX_STRLEN}
characters of output onto the stack after the return value.
Use the /OEM switch to convert the output text from OEM to ANSI.
The timeout value is optional. The timeout is the time in
milliseconds nsExec will wait for output. If output from the
process is received, the timeout value is reset and it will