http://bugs.winehq.org/show_bug.cgi?id=18097
--- Comment #7 from Anastasius Focht focht@gmx.net 2010-02-24 13:34:46 --- Hello,
--- quote --- git's extrac32 understands /C now --- quote ---
thanks for your effort so far (commit 7628fcdd76eece53960dac5554ecc241feff2135).
Unfortunately the current parsing of copy command arguments relies on source and destination immediately following the command token. This doesn't work for cases where order of cmd tokens is arbitrary.
Installer example:
--- snip --- 0027:Call KERNEL32.CreateProcessW(00000000,0033d270 L"C:\windows\system32\extrac32.exe /c /y C:\users\focht\Temp\IXP000.TMP\xmldso.cab C:\windows\Java\Classes\xmldso.cab",00000000,00000000,00000000,04000200,00000000,00135760 L"C:\users\focht\Temp\IXP000.TMP",0033d1fc,0033d1ec) ret=2395e4b8 --- snip ---
Regards