[Bug 38838] MS Office Pro Plus 2010 reruns setup on starting any app when Windows version is Vista or later

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 3 13:08:07 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=38838

Andrew Eikum <aeikum at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aeikum at codeweavers.com

--- Comment #17 from Andrew Eikum <aeikum at codeweavers.com> ---
Created attachment 60116
  --> https://bugs.winehq.org/attachment.cgi?id=60116
Hack to make NotifyServiceStatusChange wait

This happens because advapi32.NotifyServiceStatusChangeW does not notify the
client if the service is not already in one of the requested states.

I've attached a hack which works around this by making
NotifyServiceStatusChange block until the requested state is achieved. I'll
work on a proper fix.

-- 
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.



More information about the wine-bugs mailing list