Skip to content
⌘ NSIS Forum Archive

how to customize text "Installer integrity check has failed"

4 posts

marletto#

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.
marletto#
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.
marletto#
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.