http://bugs.winehq.org/show_bug.cgi?id=15590
--- Comment #23 from Daniel Wallace daniel.wallace@akibauplink.com 2009-03-04 11:23:22 --- Well, I take that back. That last log from the failed install on x86_64 with wine 1.1.16 does NOT show the bonjour service failing to start in the logs.
Also, taking a hint from this report: http://appdb.winehq.org/objectManager.php?sClass=version&iId=15287&i... I tried again with a clean .wine using winetricks msxml6 ie6 before installing but it still failed but this time I did get the bonjour service failing to start in the logs.
I then did a diff of the err lines between the successful install and the failed install logs. It seems to me the common "err:" line that is in the failed logs but not in the successful logs is this:
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
Which is not always paired with the bonjour service failing to start. So, all that to say, I guess I'll dive into the code and google to see where that err line leads me unless someone sets me straight and let's me know I'm not on the right path.
Finally, I'd be happy to do a regression test as was mentioned before, but, I have not found a "bad" wine version on my x86 system and likewise, I have not found a "good" wine version on my x86_64 system. The versions I have tried so far are 1.1.6, 1.1.9, 1.1.14, 1.1.15, 1.1.16.
Sorry for spamming this bug, I hope my efforts are productive in some way.