Software\Wine\DllOverrides registry key, switching the relevant DLLs between native (Winlator-supplied) and built-in (Wine’s own) implementations.
Components are stored in the wincomponents field of the container config as a comma-separated key=value list where 1 means enabled and 0 means disabled.
Default and fallback component sets
Default (Container.DEFAULT_WINCOMPONENTS):
Container.FALLBACK_WINCOMPONENTS):
Component reference
Wine add-ons: Mono and Gecko
Beyond the toggleable components above, Winlator bundles two larger Wine add-ons in thewine_addons/ directory.
Wine Mono
Bundled versions:
wine-mono-10.1.0, wine-mono-9.0.0Wine Mono is a packaged build of the Mono runtime that Wine uses as a drop-in replacement for the Microsoft .NET Framework. Install it when an application requires .NET Framework and shows an error about a missing mscoree.dll or fails to launch entirely.How to install:- Open the Windows Start Menu inside the container
- Navigate to System Tools → Installers
- Select Wine Mono and follow the prompts
Installing Wine Mono is strongly recommended for any productivity software, game launchers, or tools built with .NET.
Wine Gecko
Bundled version:
wine-gecko-2.47.4Wine Gecko is a stripped-down Gecko-based browser engine embedded inside the Wine prefix. It provides the HTML rendering engine used by Wine’s built-in Internet Explorer (iexplore.exe) and any application that embeds a WebBrowser control (mshtml.dll).Most games do not require Gecko. You may need it if an application shows an in-app browser panel or depends on mshtml for its UI.Changing components
1
Open Container Settings
Long-press a container on the Winlator home screen and tap Settings, or tap the pencil icon.
2
Navigate to the Components tab
Select the Wine Components tab from the settings tabs at the top.
3
Toggle the desired component
Flip the switch next to the component you want to enable or disable. Changes take effect on the next container start.
4
Restart the container
Stop and restart the container so the updated DLL overrides are applied to the running Wine session.
