http://bugs.winehq.org/show_bug.cgi?id=11488
--- Comment #12 from Austin English austinenglish@gmail.com 2008-02-08 17:00:12 --- (In reply to comment #11)
If you're doing a git bisect, you probably have to repeat running the app several times to give the bug a chance to show itself...
It's pretty consistent for me, though we could have two separate bugs. Ran regression test again, and if the install succeeded 3 times, I considered it good, if it hung, failed. Got this patch:
6d59ddf67b6beb8862a4b784c9a52e8a34b5c13d - kernel32: Don't fail unconditionally in MoveFile for directories with flag MOVEFILE_REPLACE_EXISTING. http://source.winehq.org/git/wine.git/?a=commitdiff;h=6d59ddf67b6beb8862a4b7...
Reverting it in wine 0.9.55 -> happy installer. Care to give that a try Dan?