http://bugs.winehq.org/show_bug.cgi?id=16102
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|advapi32 |user32
--- Comment #2 from James Hawkins truiken@gmail.com 2008-11-30 01:13:05 --- The bug is not in advapi32. The problem is that user32.GetUserObjectSecurity is unimplemented. Hacking the function to return the value of a call to GetFileSecurityA("C:\",...) lets the installer proceed.