;Remember the Language
!define MUI_LANGDLL_REGISTRY_ROOT "HKLM"
!define MUI_LANGDLL_REGISTRY_KEY "Software\${MUI_PRODUCT}"
!define MUI_LANGDLL_REGISTRY_VALUENAME "Installer Language" in .onInit I call:!insertmacro MUI_LANGDLL_DISPLAY The language selection dialog only shows up, if no language is stored in MUI_LANGDLL_REGISTRY_VALUENAME.I need the value for the uninstaller, I call during the setup (if an old version is detected), but I want the language selection dialog to show up, no matter what language setting is stored in the registry. How is this possible?
Thanks, Konrad