http://bugs.winehq.org/show_bug.cgi?id=12813 --- Comment #2 from James Hawkins <truiken(a)gmail.com> 2008-05-02 22:51:26 --- Starting with creating the WelcomeDlg dialog: event.c:56:event_do_dialog dialog.c:3466:msi_dialog_create dialog.c:3553:msi_dialog_run_message_loop r = SendMessage(MsiHiddenWindow, WM_MSI_DIALOG_CREATE, 0, dialog) dialog.c:3446:MSIHiddenWindowProc (the MsiHiddenWindowProc should get this message and call msi_dialog_run_message_loop in the correct thread, but the MsiHiddentWindowProc never gets this message) r == ERROR_SUCCESS -> destroy_dialog -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.