[Bug 12813] XMLSpy 2007 refuses to install

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 3 01:28:26 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12813





--- Comment #3 from James Hawkins <truiken at gmail.com>  2008-05-03 01:28:25 ---
After some intense debugging with the help of Dmitry, we've figured out that
the MsiHiddenWindow window should only be created when needed by the msi dialog
code.  As it stands, we're creating this window when msi is loaded.  This
particular installer calls ExitThread which destroys the MsiHiddenWindow,
causing the rest of the dialog problems.  The solution is to load the hidden
window from the dialog code.


-- 
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.



More information about the wine-bugs mailing list