Variable "MUI_TEXT" not referenced, wasting memory!
1. Single-component distribution,
...
!insertmacro MUI_PAGE_LICENSE "License_en.txt"
; !insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
...
Compiller output;
1 warning:
Variable "MUI_TEXT" not referenced, wasting memory!
2. Language definition
;Languages
!insertmacro MUI_LANGUAGE "Russian"
but I commented all lines in 'descriptions' below
;--------------------------------
;Descriptions
;Language strings
; LangString DESC_SecDummy ${LANG_ENGLISH} "A test section."
;Assign language strings to sections
; !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
; !insertmacro MUI_DESCRIPTION_TEXT ${SecDummy} $(DESC_SecDummy)
; !insertmacro MUI_FUNCTION_DESCRIPTION_END
- still works fine.
Is this OK?