http://bugs.winehq.org/show_bug.cgi?id=7189 --- Comment #25 from James Hawkins <truiken(a)gmail.com> 2008-03-05 19:13:51 --- I'm sending in the published properties patches tonight. There's a performance optimization I need to make concerning publishing the source list though, otherwise it seems to take at least an hour to finish the install (don't know, didn't wait for it to finish). The problem is that MsiSourceListAddSourceEx is called for each source (count = 519) and each time a source is added, the function has to count up the existing sources first, so we're at O(N^2). I'm gonna bring it down to O(N). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.