Talk:ShellExecWait
From NSIS Wiki
Jump to navigationJump to search
When I try to escape the parameters in the "param" placeholder by using single or double quote characters, the child program doesn't receive any parameters at all. But if I don't escape the parameters, I can't pass a parameter which contains a space character to the child program.
Malyon 02:12, 1 May 2010 (UTC)
Fixed, thanks. --Anders 03:01, 1 May 2010 (UTC)
"ShellExecuteEx" Should be replaced with "ShellExecuteExW" when using Unicode NSIS.
Fredrik 12:01, 7 Jan 2022 (UTC)
Fixed, thanks. Anders (talk) 15:52, 21 January 2022 (UTC)