http://bugs.winehq.org/show_bug.cgi?id=56034 --- Comment #5 from Janne <janne.kekkonen@gmail.com> --- Created attachment 81002 --> http://bugs.winehq.org/attachment.cgi?id=81002 test application Hello, tested with Wine 11.9 on a 32bit prefix. The installer seems to hang when Notepad is closed. Based on debug log Installer uses NotifyRegister function from toolhelp.dll. TOOLHELP.73: NOTIFYREGISTER(035f,08e7103d,0000) ret=08e7:1102 ds=08ef ... TOOLHELP.73: NOTIFYREGISTER() retval=00000001 ret=08e7:1102 ds=08ef Attached test application. Test application starts Notepad. NotifyRegister is used to set callback function for event handling. Test application waits until notepad is closed. When Notepad is closed, callback function sends message about Notepad closing to test application and test application is stopped. Windows 2000: The test application works as expected. Wine: Seems that callback function defined with NotifyRegister is not called and test application in not stopped. -- 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.