Commit 06707b2d authored by Antoine Cellerier's avatar Antoine Cellerier

Win32 installer: save language used in installer for uninstaller. "[PATCH]...

Win32 installer: save language used in installer for uninstaller. "[PATCH] saves the chosen language of the installer in the registry..." by Hannes Domani
parent 4b017906
......@@ -13,6 +13,10 @@
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!define PRODUCT_ID "{ea92ef52-afe4-4212-bacb-dfe9fca94cd6}"
!define MUI_LANGDLL_REGISTRY_ROOT "HKLM"
!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_DIR_REGKEY}"
!define MUI_LANGDLL_REGISTRY_VALUENAME "Language"
@FILE_LIBVLC_DLL@
;;;;;;;;;;;;;;;;;;;;;;;;;
......@@ -728,5 +732,5 @@ SectionEnd
;FunctionEnd
Function un.onInit
!insertmacro MUI_LANGDLL_DISPLAY
!insertmacro MUI_UNGETLANGUAGE
FunctionEnd
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment