http://bugs.winehq.org/show_bug.cgi?id=2030 mike(a)theoretic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 ------- Additional Comments From mike(a)theoretic.com 2004-19-02 06:40 ------- This is due to IESETUP using its own advapi dll which doesn't implement a registry function used by our GDI. Unfortunately it still exports it, it simply calls through (not sure if it's a PE forward or not) to CommonUnimpStub. Not sure what to about this. In my installer script I simply force advapi to builtin: WINEDLLOVERRIDES="advapi32=b" wine ie6setup.exe for instance -- 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.