[Bug 11651] iTunes 7.4.6 does not install

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 19 19:47:18 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11651





--- Comment #3 from James Hawkins <truiken at gmail.com>  2008-02-19 19:47:18 ---
Oh how I'd love to fix this if I had the time.  The problem with a test is that
Windows does not use the registry to check for the existence of services when
calling CreateService.  On Windows, the Service Control Manager service loads
the initial services database from the registry at boot, and when checking for
the existence of a specific service, it only checks the database, which can be
modified by advapi32 Service calls, but not by modifying the registry.  The
solution is to fully implement the SCM and reimplement the advapi32 service API
to call into the SCM service.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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