Skip to content
⌘ NSIS Forum Archive

UMUI and English language

5 posts

gadagkar#

UMUI and English language

Do I need to have the language files in a specific folder for UMUI to work. I have a fresh install of NSIS and UMUI. My
installer that works quite well with 2.26 does not work with
NSIS 2.34. The error is in the language command,

!insertmacro MUI_LANGUAGE "English"

Apparently, the following file is not present
C:\Program Files\NSIS\Contrib\Modern UI\Language files\English.nsh

However, in the latest release of NSIS the language files
are available in
C:\Program Files\NSIS\Contrib\Language files\English.nsh

Has anyone experienced this problem?

Rishi.
evin#
Copy all .nsh from "NSIS\Contrib\Language files"(2.30 or older) to "NSIS\Contrib\Modern UI\Language files" folder, or use UMUI1.00b2.
gadagkar#
I tried copying the .nsh files as you suggested. I get an
error that says macro named LANGFILE not found.

Thanks,
Rishi.
evin#
Because, the 2.34 language files is not equal with 2.30 (or older) language files! Copy the language files from 2.30(or older) into "NSIS\Contrib\Modern UI\Language files" folder.

The UMUI 1.00b2 topic: http://forums.winamp.com/showthread....hreadid=284480
(If you want to use this, you need to modifying your .nsi file. The beta2 is not the beta1!)