http://bugs.winehq.org/show_bug.cgi?id=30489
Erich Hoover erich.e.hoover@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@gmail.com
--- Comment #4 from Erich Hoover erich.e.hoover@gmail.com --- Created attachment 48537 --> http://bugs.winehq.org/attachment.cgi?id=48537 advapi: Implement RegSetKeySecurity on top of NtSetSecurityObject.
(In reply to Anastasius Focht from comment #2)
Hello,
this seems to be the first installer/app that really expects setting registry security to work. ...
We have registry security implemented at a more fundamental level (and exposed with some of the other advapi32 functions). Please see if the attached patch fixes the problem.