http://bugs.winehq.org/show_bug.cgi?id=7326
wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From michael.kofler@gmx.com 2007-15-03 09:42 ------- I can confirm the problem. Please revert the patch that removed ddeml.dll from wine.inf.
------- Additional Comments From michael.kofler@gmx.com 2007-15-03 09:45 ------- I can confirm the problem. Please revert the patch that removed ddeml.dll from wine.inf.
------- Additional Comments From wine.dev@web.de 2007-29-03 15:14 ------- I have also an Installer for a comercial app, that failed for this reason.
A Simple "touch ddeml.dll" makes the Installer happy and during the Installation, the Installer overwrite the dummy file whith his own "ddeml.dll".
To fix this, we need to build a fake NE-Binary (similar to the fake PE-Binaries), that just returns, but contains the resources.
For the fake PE-Binaries, we do that in setupapi.dll (fakedll.c) and check for such files in ntdll.dll (loader.c)