http://bugs.winehq.org/show_bug.cgi?id=7189
--- Comment #25 from James Hawkins truiken@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).