Skip to content
⌘ NSIS Forum Archive

rebuild nsis

3 posts

vengaboy#

rebuild nsis

Hi all
I have a question:
I want to build nsis and activate lzma encryption method to encrypt file names and files inside the installer.
is that possible?
kichik#
That won't be that easy to do. The encryption is actually part of the 7-zip file format, not LZMA compression algorithm. We don't use the entire library and we have our own file format. So it won't be two lines of code.