Changed ExecShell example to show how to use SW_ mode without parameters
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6992 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4bf2eed13b
commit
11c050f118
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Execute the specified program and continue immediately. Note that the file speci
|
|||
Execute the specified program using ShellExecuteEx. 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 as the working directory. The error flag is set if the process could not be launched.
|
||||
|
||||
\c ExecShell "open" "http://nsis.sf.net/"
|
||||
\c ExecShell "open" "$INSTDIR\readme.txt"
|
||||
\c ExecShell "" "$SysDir\Notepad.exe" "" SW_SHOWMAXIMIZED
|
||||
\c ExecShell "print" "$INSTDIR\readme.txt"
|
||||
\c ExecShell /INVOKEIDLIST "properties" "$TEMP"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue