Skip to content
⌘ NSIS Forum Archive

insertmacro MUI_LANGUAGE "English" Compile Error

5 posts

mrtech#

insertmacro MUI_LANGUAGE "English" Compile Error

Using a clean CVS snapshot installation I'm getting this errors, did some search but couldn't find a solution.

Code running on line 56 in my script is:
!insertmacro MUI_LANGUAGE "English"
Getting this error:
!insertmacro: MUI_LANGUAGE
Error: File doesn't exist or is an invalid icon file
Error in macro MUI_INTERFACE on macroline 74
Error in macro MUI_INSERT on macroline 6
Error in macro MUI_LANGUAGEFILE_BEGIN on macroline 4
!include: error in script: "C:\Program Files\NSIS\Contrib\Modern UI\Language files\English.nsh" on line 9
Error in macro MUI_LANGUAGE on macroline 5
Error in script "<SNIP>" on line 56 -- aborting creation process
Joost Verburg#
Please read the sticky topics before posting:

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
mrtech#
This posting should be a little more explicit, because the "icons" are now in the, Contrib\Graphics\Icons directory not just Contrib\Graphics

These kind of changes should be communicated with the nightly CVS builds as a What's New or changed page or something.

All is well again, thanks!!
Afrow UK#
These kind of changes should be communicated with the nightly CVS builds as a What's New or changed page or something.
Good idea!

-Stu
Joost Verburg#
If you are using development versions you should check the development changelog and CVS tree.