the script
!insertmacro MUI_LANGUAGE "English"
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
produces the following error message
Error: can't load same language file
deleting the first line compiles it, but the text in the header is missing.
what am i doing wrong here?
MUI and LangString
3 posts