https://bugs.winehq.org/show_bug.cgi?id=31599
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |12fd631fe1f1f4ec66a16f96f68 | |3ad42f10c0335
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello Austin,
still not fixed.
You can't use single quotes here.
--- snip --- 0025:Call KERNEL32.SearchPathW(00000000,00138848 L"'C:\windows\system32\msiexec.exe",00000000,00000104,0033f864,00000000) ret=7e7b51db 0025:Ret KERNEL32.SearchPathW() retval=00000000 ret=7e7b51db 0025:Call KERNEL32.SearchPathW(00000000,00138848 L"'C:\windows\system32\msiexec.exe /i",00000000,00000104,0033f864,00000000) ret=7e7b51db 0025:Ret KERNEL32.SearchPathW() retval=00000000 ret=7e7b51db 0025:Call KERNEL32.SearchPathW(00000000,00138848 L"'C:\windows\system32\msiexec.exe /i %1'",00000000,00000104,0033f864,00000000) ret=7e7b524f 0025:Ret KERNEL32.SearchPathW() retval=00000000 ret=7e7b524f --- snip ---
Maybe you were mislead by my use of single quote in comment #1. The single quote around the command string was not meant to be taken verbatim.
When I use "'" in analysis/comments, outside of snippets, it's mostly for annotation/markup/markdown purpose to have the whole statement/expression appear as emphasized text outside of Bugzilla (sometimes you might see *strong* , _emphasized_ as well, similar to asciidoc) .. sorry for using ambiguous styles.
Regards