Archive: invalid languge file english.nlf


invalid languge file english.nlf
When compiling I my test app, I get an invalid language file error on English.nlf

Have tried, but both result in same error.
1) !LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
2) !insertmacro MUI_LANGUAGE "English"


The English.nlf file does exist in the specified directory.


I am using the NSIS build from Jan 26, 2011 which is available at http://nsis.sourceforge.net/Development_Files. Is this a working build?

Error Text follows:

FunctionEnd
!insertmacro: end of FUNCTION_STRING_StrTok
!define: "MUI_ABORTWARNING"=""
!define: "MUI_ICON"="\\h02264-pc\e$\Downloads\Programs\nsis\nsis-26-Jan-2011.cvs\Contrib\Graphics\T-System\TSystemEV.ico"
!define: "MUI_UNICON"="\\h02264-pc\e$\Downloads\Programs\nsis\nsis-26-Jan-2011.cvs\Contrib\Graphics\T-System\TSystemEV.ico"
!define: "MUI_COMPONENTSPAGE_NODESC"=""
!define: "MUI_WELCOMEFINISHPAGE_BITMAP"="\\h02264-pc\e$\Downloads\Programs\nsis\nsis-26-Jan-2011.cvs\Contrib\Graphics\T-System\T_Logo_Dialog2.bmp"
!define: "MUI_FINISHPAGE_NOAUTOCLOSE"=""
!insertmacro: MUI_PAGE_WELCOME
!insertmacro: end of MUI_PAGE_WELCOME
!insertmacro: MUI_PAGE_INSTFILES
!insertmacro: end of MUI_PAGE_INSTFILES
!insertmacro: MUI_PAGE_FINISH
!insertmacro: end of MUI_PAGE_FINISH
!insertmacro: MUI_UNPAGE_INSTFILES
!insertmacro: end of MUI_UNPAGE_INSTFILES
LoadLanguageFile: \\h02264-pc\e$\Downloads\Programs\nsis\nsis-26-Jan-2011.cvs\Contrib\Language files\English.nlf
Error: Invalid language file.
Error in script "D:\dev\v40_work\Installer\testing\Test.nsi" on line 115 -- aborting creation process


Try using NSIS 2.46 (and use the MUI_LANGUAGE macro).

Stu