From eef80067bbf6c956aceec3d513c475c0173c035f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 7 Apr 2016 09:41:29 +0200 Subject: [PATCH] Language setting moved from HKCU (per-user) to HKLM (global) --- MSI/ZRCola/Main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSI/ZRCola/Main/Makefile b/MSI/ZRCola/Main/Makefile index 29348c5..e7e6012 100644 --- a/MSI/ZRCola/Main/Makefile +++ b/MSI/ZRCola/Main/Makefile @@ -346,7 +346,7 @@ regDatabasePath 2 SOFTWARE\Amebis\ZRCola DatabasePath [ZRCOLADATADIR] compDataba Registry Root Key Name Value Component_ s$(MSIBUILD_LENGTH_ID) i2 l255 L255 L0 s$(MSIBUILD_LENGTH_ID) 1252 Registry Registry -regLanguage 1 SOFTWARE\Amebis\ZRCola Language #60 compLanguage +regLanguage 2 SOFTWARE\Amebis\ZRCola Language #60 compLanguage <