- updated list of translators

- added SW_HIDE to ShellExec's documentation


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3519 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-04-02 15:18:01 +00:00
parent 4c5f8a30eb
commit ddd47a90df
2 changed files with 17 additions and 17 deletions

View file

@ -18,7 +18,7 @@ Execute the specified program and continue immediately. Note that the file speci
\S2{execshell} ExecShell
\c action command [parameters] [SW_SHOWNORMAL | SW_SHOWMAXIMIZED | SW_SHOWMINIMIZED]
\c action command [parameters] [SW_SHOWNORMAL | SW_SHOWMAXIMIZED | SW_SHOWMINIMIZED | SW_HIDE]
Execute the specified program using ShellExecute. Note that action is usually "open", "print", etc, but can be an empty string to use the default action. Parameters and the show type are optional. $OUTDIR is used for the working directory. The error flag is set if the process could not be launched.