http://bugs.winehq.org/show_bug.cgi?id=8895 ------- Additional Comments From truiken(a)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). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.