Talk:ShellExecWait: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with '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…') |
mNo edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
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. | 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. | ||
[[User:Malyon|Malyon]] 02:12, 1 May 2010 (UTC) | |||
Fixed, thanks. | |||
--[[User:Anders|Anders]] 03:01, 1 May 2010 (UTC) | |||
---- | |||
"ShellExecuteEx" Should be replaced with "ShellExecuteExW" when using Unicode NSIS. | |||
[[User:fred-dise|Fredrik]] 12:01, 7 Jan 2022 (UTC) | |||
Fixed, thanks. [[User:Anders|Anders]] ([[User talk:Anders|talk]]) 15:52, 21 January 2022 (UTC) | |||
---- |
Latest revision as of 15:52, 21 January 2022
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)