http://bugs.winehq.org/show_bug.cgi?id=59368 --- Comment #2 from fatihbakal7@protonmail.com --- (In reply to mata from comment #1)
That more or less already exists, and it even supports more than just dll overrides: https://gitlab.winehq.org/wine/wine/-/wikis/Useful-Registry-Keys
So, to provide some defaults, a reg file yould be used, for example:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Wine\AppDefaults\AppName.exe\DllOverrides] "dllName1"="builtin,native" "dllName2"="native" "dllName3"=""
...
and imported using:
wine reg import fileName.reg
Yea I already knew about this approach but it requires user to run a .reg file or the developer to write code that does the regedit editing which won't work with dll mods [like this](https://www.nexusmods.com/plantsvszombiesgardenwarfare/mods/25) because how can the dll override itself I believe the config approach is better. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.