1. the branding text not correctly localized, i use something like
what actually happens is that if I choose english, I get the english text but if I choose french I get the default text "NullSoft Install System v2.0b0"
BrandingText /LANG=${LANG_ENGLISH} "English text"
BrandingText /LANG=${LANG_FRENCH} "French text"
2. I get some strange warnings regarding ComponentText and UninstallText: "specified multiple times, wasting space"
The script is well compiled, but I wanted to understand what's causing this.
I know for sure that I only use each once in the whole script.
So what gives ?
The documentation even encourages the use of ComponentText if multiple sections are present.
thx for any help
Chris