http://bugs.winehq.org/show_bug.cgi?id=8895
------- Additional Comments From truiken@gmail.com 2007-03-08 15:08 ------- Garret, the problem is that the installer runs the following query:
SELECT Feature, Feature_Parent, Title, Description, Display, Level, Directory_, Attributes FROM Feature WHERE Feature_Parent=? ORDER BY Feature.Display
where ? is CoreDLLs.EWB.CORE.100. Using orca to look in the merged database, CoreDLLs.EWB.CORE.100 is not a feature parent for any other feature, so this query returns ERROR_NO_MORE_ITEMS, which the installer isn't expecting (I assume this is the case, because it bails at this point).