https://bugs.winehq.org/show_bug.cgi?id=45551
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|InstallSheld exits with |InstallShield exits with |0x80004002, cannot find |0x80004002, cannot find |SECURITY.MySetFileSecurity |SECURITY.MySetFileSecurity | |(Wine's 'security.dll' is | |preferred over native, | |causing failure to load app | |provided library with same | |name) Ever confirmed|0 |1 CC| |focht@gmx.net Keywords| |Installer
--- Comment #16 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary.
The problem with app provided (private) libraries being ignored when Wine provides a builtin of the same name is a known issue ('DLL_WINE_PREATTACH' exists to mitigate that). There are many interesting behaviours/insecure uses of LoadLibrary(Ex) (https://docs.microsoft.com/en-us/windows/desktop/Dlls/dynamic-link-library-s...).
* bug 14980 ("Wine does not automatically use the riched20 installed by Office 2003/2007/2010/2013/2016") * bug 43472 ("R-Link 2 Toolbox crashes on startup (Wine's 'packager.dll' is preferred over native, causing failure to load app provided library with same name)")
Regards