Archive: LangString set multiple times warning


LangString set multiple times warning
So I'm getting the following warning from makensis...

LangString "PRODUCT_NAME" set multiple times for 1033, wasting space (macro:LANG_STRING:1)

I know why this is happening but I'm curious are there any serious implications if I don't solve this warning? i.e. is it really wasting that much memory that I should worry about it?


It only wastes space in the script file itself. NSIS ignore it when compiling.


excellent thanks deguix.