warning: MUI_LANGUAGE
Hi,
when I compile my install.exe file I get the following message:
!warning: MUI_LANGUAGE should be inserted after the MUI_[UN]PAGE_* macros (macro:MUI_LANGUAGE:8)
However, this is an extract of my .nsi file:
!insertmacro MUI_PAGE_FINISH
; Uninstaller pages
!insertmacro MUI_UNPAGE_INSTFILES
; Language files
!insertmacro MUI_LANGUAGE "French"
So, MUI_LANGUAGE is inserted after MUI_PAGE_FINISH and MUI_UNPAGE_INSTFILES ... why do I get this message ? ! ?
Thanks in advance for any pointers,
L@u
|