http://bugs.winehq.org/show_bug.cgi?id=8446
Summary: setupapi,InstallHinfSection doesn't delete keys Product: Wine Version: 0.9.37. Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-setupapi AssignedTo: wine-bugs@winehq.org ReportedBy: jm@jm10.no-ip.com
The bug is in the do_reg_operation function : http://source.winehq.org/source/dlls/setupapi/install.c#L279
RegDeleteKeyW is called with a null second parameter, and that is forbidden.