http://bugs.winehq.org/show_bug.cgi?id=7461
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-msi |wine-kernel
------- Additional Comments From truiken@gmail.com 2007-19-02 16:58 ------- The custom action calls kernel32.OpenEvent(EVENT_ALL_ACCESS, FALSE, ""). We return ERROR_INVALID_HANDLE, which the custom action is not expecting. This will need testing.