http://bugs.winehq.org/show_bug.cgi?id=8409
------- Additional Comments From focht@gmx.net 2007-16-05 16:55 ------- Hello,
looks like some app which uses embedded html/javascripting for its graphical user interface. You could sort this out first by trying native components (shdocvw, urlmon, shell32 and the like).
As for the unimplemented ones ... it can cause some additional install steps to be (silently) skipped. The functions belong to Microsoft Safer API (implemented in advapi32). I've seen increasing usage this API in installers. VS.NET 2005 installer uses it too and it might become interesting one day. If someone wants to take on this one .. i have minimal stub implementations for the whole API in my private patch treasure (just to keep installers happy) :)
Regards