http://bugs.winehq.org/show_bug.cgi?id=16239
--- Comment #4 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2010-01-16 13:45:18 --- This seems to have been fixed in the latest installer (developers removed the xmlns attribute on the root element). There are still errors from libxml2 but the program seems to install fine. The errors look like:
trace:msxml:domdoc_get_documentElement 0x164758 ... trace:msxml:xmlnode_selectSingleNode 0x1692d8 L"//en:TfrmSetupMain" 0x32fa90 trace:msxml:xmlnode_selectNodes 0x1692d8 L"//en:TfrmSetupMain" 0x32f8f8 trace:msxml:queryresult_create (0x7cbb7df8, L"//en:TfrmSetupMain", 0x32f8f8) XPath error : Undefined namespace prefix xmlXPathEval: evaluation failed
The log doesn't show the setup trying to set the SelectionNamespaces property, so I'm not quite sure how the above is supposed to work at all. Seems that IF this works in msxml, then it actually uses a different namespace list when the lookup is done on a specific node as opposed to a document, which is highly unlikely. But we don't even know if this does work in native.
This bug should probably be closed as WORKSFORME