If you want to be sure of security you can write an Plugin for special functions.
As said before, 7Zip is not able to decompile your installer fully. 7Zip users have no access to your .nsi script.
Idea: Use an uncompressed NSIS installer and pack with UPX. (which is also unpackable, but not with 7ZIP
* But better make a plugin if you want to be sure of security via special functions *
Or, since one has the NSIS source, one can alter the code and take some measure one think are useful (e.g. reversed/scrambleblock of LZMA format). That is one of the main advantages of having Open Source!
BTW
- MSI is "un-packable" also, MS own ORCA tool helps there
- NSIS is an installer tool, not a protector tool
As said before, 7Zip is not able to decompile your installer fully. 7Zip users have no access to your .nsi script.
Idea: Use an uncompressed NSIS installer and pack with UPX. (which is also unpackable, but not with 7ZIP

* But better make a plugin if you want to be sure of security via special functions *
Or, since one has the NSIS source, one can alter the code and take some measure one think are useful (e.g. reversed/scrambleblock of LZMA format). That is one of the main advantages of having Open Source!
BTW
- MSI is "un-packable" also, MS own ORCA tool helps there

- NSIS is an installer tool, not a protector tool
Comment