http://bugs.winehq.org/show_bug.cgi?id=59368 mata <sutupud@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sutupud@yahoo.com --- Comment #1 from mata <sutupud@yahoo.com> --- 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 Not sure if it really would mare sense to add an additional location to populate the overrides, besides the already existing options via WINEDLLOVERRIDES env variable, the global default registry and the per-application registry. -- 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.