http://bugs.winehq.org/show_bug.cgi?id=4227
------- Additional Comments From truiken@gmail.com 2006-19-06 17:15 ------- The problem is as follows:
The installer calls MsiDatabaseOpenView with the query "SELECT Condition FROM Component WHERE Component='_scr56chs.exe'. The call succeeds, but when we try to allocate a handle to return to the user, via alloc_msihandle, we fail because we've reached our max number of open handles allowed, MSIMAXHANDLES, which is 240. Either this limit is too low, which a simple test case can clear up, or we have a handle leak somewhere.