https://bugs.winehq.org/show_bug.cgi?id=43088
Bug ID: 43088 Summary: Wine upgrades reset dll override. Product: Wine Version: 2.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Install mdac28 via winetricks. (only installs the x86 dlls).
Run a program that uses the odbc selector dialog, sample application can found on bug https://bugs.winehq.org/show_bug.cgi?id=31770
When a new version of wine is installed. The update process causes the builtin version of oledb32.dll to be used since the x64 version is still builtin.
Rerun the the application, and now it fails to the load the dialog.
There needs to some way for DLL's not to be upgraded when one of the x86/x64 DLLS is native. This only occurs in a WOW environment.