Archive: rebuild nsis


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?


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.


Possible is everything, but many things are not easy :)
-- Slappy