http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-06-08 19:12:18 --- Created an attachment (id=28685) --> (http://bugs.winehq.org/attachment.cgi?id=28685) msxml3: Force libxml2 to ignore the encoding attribute when loading an XML string in IXMLDOMDocument
The first thing that the installer runs into is that, due to an embedded UTF-16 encoding attribute in one of the XML string the installer tries to load, libxml2 is misled into interpreting a UTF-8 string as UTF-16. The attached patch should take care of that, although it needs testing. The second issue I notice is:
fixme:msxml:xmlnode_put_nodeTypedValue 0x12e798 fixme:msxml:domelem_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented
msxml3 probably needs more implemented functionality.