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:
anders_k 2018-05-03 21:26:10 +00:00
parent 4bf2eed13b
commit 11c050f118

View file

@ -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"