http://bugs.winehq.org/show_bug.cgi?id=4708
fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
------- Additional Comments From fgouget@codeweavers.com 2006-06-03 04:01 ------- This must be because urlmon/regsvr.c now tries to get the address of RegInstallA which is not present in older native advpack dlls. The same problem exists in mshtml. So the fix is to get the address of 'RegInstall' which is the same as 'RegInstallA'. See the attached patch.