missing SW_HIDE for ExecShell
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4391 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7846ca8361
commit
27e0438fe8
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static tokenType tokenlist[TOK__LAST] =
|
|||
{TOK_EXCH,"Exch",0,1,"[$(user_var)] | [stack_item_index]",TP_CODE},
|
||||
{TOK_EXEC,"Exec",1,0,"command_line",TP_CODE},
|
||||
{TOK_EXECWAIT,"ExecWait",1,1,"command_line [$(user_var: return value)]",TP_CODE},
|
||||
{TOK_EXECSHELL,"ExecShell",2,2,"(open|print|etc) command_line [parameters [showmode]]\n showmode=(SW_SHOWNORMAL|SW_SHOWMAXIMIZED|SW_SHOWMINIMIZED)",TP_CODE},
|
||||
{TOK_EXECSHELL,"ExecShell",2,2,"(open|print|etc) command_line [parameters [showmode]]\n showmode=(SW_SHOWNORMAL|SW_SHOWMAXIMIZED|SW_SHOWMINIMIZED|SW_HIDE)",TP_CODE},
|
||||
{TOK_EXPANDENVSTRS,"ExpandEnvStrings",2,0,"$(user_var: output) string",TP_CODE},
|
||||
{TOK_FINDWINDOW,"FindWindow",2,3,"$(user_var: handle output) WindowClass [WindowTitle] [Window_Parent] [Child_After]",TP_CODE},
|
||||
{TOK_FINDCLOSE,"FindClose",1,0,"$(user_var: handle input)",TP_CODE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue