- Code: Select all
4 warnings:
LangString "DESC_000022" is not set in language table of language English
LangString "DESC_000023" is not set in language table of language English
LangString "PRODUCT_NAME" is not set in language table of language English
Variable "MUI_TEXT" not referenced, wasting memory!
i've found the lines they refeer to
- Code: Select all
LangString ERROR_NOT_ADMINISTRATOR ${LANG_ENGLISH} "$(DESC_000022)"
LangString ERROR_INVALID_PLATFORM ${LANG_ENGLISH} "$(DESC_000023)"
and
- Code: Select all
LangString FAILED_DOTNET_INSTALL ${LANG_ENGLISH} "The installation of $(PRODUCT_NAME) will$\n\
continue. However, it may not function properly$\nuntil $(DESC_SHORTDOTNET)$\nis installed."
should i worry about these?