|
![]() |
#1 |
Junior Member
Join Date: Oct 2006
Posts: 13
|
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 |
![]() |
![]() |
![]() |
#2 |
Major Dude
Join Date: May 2005
Location: New Zealand
Posts: 923
|
Do you have any other pages after MUI_LANGUAGE?
Also, check out the examples: http://sourceforge.net/p/nsis/code/H...comeFinish.nsi. "Only a MouseHelmet will save you from a MouseTrap" -Jason Ross (Me) NSIS 3 POSIX Ninja Wiki Profile |
![]() |
![]() |
![]() |
#3 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,484
|
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. IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#4 |
Senior Member
|
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:
|
![]() |
![]() |
![]() |
#5 | |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,484
|
You are using BETA software, some minor issues should be expected.
Quote:
Check the source if you really care. Probably not but there should be a new BETA soon so you might as well live with the warning, it is harmless and can be ignored... IntOp $PostCount $PostCount + 1 |
|
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|