[Bug 4708] Regression (urlmon): IE6 setup crashes

Wine Bugs wine-bugs at winehq.org
Mon Mar 6 04:01:30 CST 2006


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


fgouget at codeweavers.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From fgouget at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list