From 11c050f118fac4d06aa860fbaacf42988622f254 Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 3 May 2018 21:26:10 +0000 Subject: [PATCH] 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 --- Docs/src/basic.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/basic.but b/Docs/src/basic.but index e3462150..98c1671b 100644 --- a/Docs/src/basic.but +++ b/Docs/src/basic.but @@ -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"