http://bugs.winehq.org/show_bug.cgi?id=11651
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|msi |advapi32 Ever Confirmed|0 |1
--- Comment #2 from James Hawkins truiken@gmail.com 2008-02-19 18:14:03 --- The bug is in advapi32. The installer creates the following registry value:
HKLM\SYSTEM\CurrentControlSet\Services\Bonjour Service\Parameters:ManageLLRouting=1
CreateService then fails with ERROR_SERVICE_EXISTS. CreateService should not fail in this case. I'll write up some tests.