http://bugs.winehq.org/show_bug.cgi?id=24580
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #8 from André H. nerv@dawncrow.de 2011-03-17 17:27:07 CDT --- (In reply to comment #3)
The problem seems to be that the TaskDialogIndirect stub returns IDOK. Changing the stub to return IDYES fixes the problem. The patch to try is http://www.winehq.org/pipermail/wine-patches/2010-October/094472.html
The Problem is that some Apps like e.g. the IE9 installer use custom buttons per pButtons which expect to return a custom Button ID. So for the IE9 installer it's usefull to return 0x0B... At some point we will really need an implementation for TaskDialogIndirect