http://bugs.winehq.org/show_bug.cgi?id=27034
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2013-02-25 12:29:29 CST --- Created attachment 43713 --> http://bugs.winehq.org/attachment.cgi?id=43713 patch
With this patch we attempt to do async run and report success to application, but this action still fails:
--- 0023:trace:wshom:WshShell3_Invoke (1000 {00000000-0000-0000-0000-000000000000} 0 1 0x4be358 (nil) 0x1506c8 0x4be378) 0023:trace:wshom:WshShell3_Run (L"cmd.exe /C del C:\users\nsivov\Temp\32usb-c.msi" {VT_I4: 0} {VT_BOOL: 0} 0x4bdf60) 0023:trace:wshom:WshShell3_Release () 0023:trace:wshom:WshShell3_Release () 0009:err:msi:ITERATE_Actions Execution halted, action L"DelFileMSI_32" returned 1603 ---
So a problem is deeper or I'm missing something.