![]() |
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 |
Do you have any other pages after MUI_LANGUAGE?
Also, check out the examples: http://sourceforge.net/p/nsis/code/H...comeFinish.nsi. |
When you are using a beta version if is helpful if you inform us of this fact.
This is a bug in MUI v1. It should be fixed in the next version. You can just ignore this warning but if you want to remove it you can add !insertmacro MUI_DEFAULT MUI_PAGE_UNINSTALLER_PREFIX "" before inserting the language macros. |
I never had this warning popup either and now it is coming.
I added what you told the OP to remove warning but why is the warning happening? What does the fix do that removes it? Will this warning cause an issue error later on? PHP Code:
|
Quote:
Quote:
Quote:
Quote:
|
| All times are GMT. The time now is 17:34. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.