Now doesn't crash when using Exec and not ExecToLog. ExecToLog timeout is not yet implemented.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1271 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-10-02 16:00:18 +00:00
parent 3d1c70f375
commit 5c5ce97e25
3 changed files with 60 additions and 53 deletions

View file

@ -17,7 +17,9 @@ to the logwindow.
The timeout value is optional and is used to set the time in
milliseconds for the plugin to wait for the process to return
before it quits.
before it quits, or the time in milliseconds for the plugin
to wait for output to come out before it quits if using
ExecToLog. The default is no timeout.
Return Value