Archive: how to customize text "Installer integrity check has failed"


how to customize text "Installer integrity check has failed"
How can I change this text?
I need to change it to another language, since final user may see this message, and usually then cannot read English.


As far as I know, you'll have to change it in the source and recompile makensis.


I have get a olution
modify file lzma(or other, depeding on zip option) in folder Stubs, using a hex editor, search for this text, and replace it.
Make sure new text must not longer then the existing one. put zero at the end of the text.


I don't want to change the code to recompile it since I did not find an article about how to compile it.
Anyway, I have get what I want.