http://bugs.winehq.org/show_bug.cgi?id=27131
--- Comment #7 from Sam Morris sam@robots.org.uk 2011-05-13 05:28:33 CDT --- Created an attachment (id=34678) --> (http://bugs.winehq.org/attachment.cgi?id=34678) test2.msi
I think this is caused by embedded control characters (^Q and ^Y) appearing in the text for the Rich Edit control.
The attached file was build with the same process as attachment 34646, but with the fix for bug 27130 applied. The only difference is the value of the following uery: SELECT Text FROM Control WHERE Dialog_ = 'LicenseAgreementDlg' AND Control = 'LicenseText'
In attachment 34646 the text has ^Q^Y characters; in this attachment the text has CRLF characters.