Archive: MultiLanguage.nsi doesn't compile


MultiLanguage.nsi doesn't compile
Hello,

The MultiLanguage.nsi demo script doesn't compile anymore. Does anyone know why?

Here is the console error message:
Processing script file: "C:\Program Files\NSIS\Examples\Modern UI\MultiLanguage.nsi"
!include: "MUI.nsh"
!include: "C:\Program Files\NSIS\Contrib\Modern UI\System.nsh"
NSIS Modern User Interface version 1.66 - © 2002-2003 Joost Verburg (C:\Program Files\NSIS\Contrib\Modern UI\System.nsh:11)
!include: closed: "C:\Program Files\NSIS\Contrib\Modern UI\System.nsh"
!include: closed: "C:\Program Files\NSIS\Include\MUI.nsh"
Name: "Modern UI Test 1.66"
OutFile: "MultiLanguage.exe"
InstallDir: "$PROGRAMFILES\Modern UI Test"
InstallRegKey: "HKCU\Software\Modern UI Test\"
!define: "MUI_LANGDLL_REGISTRY_ROOT"="HKCU"
!define: "MUI_LANGDLL_REGISTRY_KEY"="Software\Modern UI Test"
!define: "MUI_LANGDLL_REGISTRY_VALUENAME"="Installer Language"
!define: "MUI_ABORTWARNING"=""
!insertmacro: MUI_PAGE_COMPONENTS
!insertmacro: end of MUI_PAGE_COMPONENTS
!insertmacro: MUI_PAGE_DIRECTORY
!insertmacro: end of MUI_PAGE_DIRECTORY
!insertmacro: MUI_PAGE_INSTFILES
!insertmacro: end of MUI_PAGE_INSTFILES
!insertmacro: MUI_UNPAGE_CONFIRM
!insertmacro: end of MUI_UNPAGE_CONFIRM
!insertmacro: MUI_UNPAGE_INSTFILES
!insertmacro: end of MUI_UNPAGE_INSTFILES
!insertmacro: MUI_LANGUAGE
!insertmacro: end of MUI_LANGUAGE
!insertmacro: MUI_LANGUAGE
!define: "MUI_TEXT_WELCOME_INFO_TITLE" already defined!
!include: error in script: "C:\Program Files\NSIS\Contrib\Modern UI\Language files\French.nsh" on line 13
Error in macro MUI_LANGUAGE on macroline 5
Error in script "C:\Program Files\NSIS\Examples\Modern UI\MultiLanguage.nsi" on line 47 -- aborting creation process


Some langauge files are outdated. We are waiting for the translators to update them.

If you remove the outdated language, it will work.

Also make sure you have the development version.