Skip to content
⌘ NSIS Forum Archive

Hide script source in decompiled installer?

3 posts

alibabavl64#

Hide script source in decompiled installer?

If i right-click on an installer made in NSIS, open with 7z, will open. No problemm that. But in 7z15xxx is possible to see two scripts:
[nsis].nsi and UnInstall.exe.nsis


Is possible to hide this? No problemm if 7z can open archive but not ok if script can be open/edit

Thank you
Anders#
NSIS is open source so there is nothing we can do about it. If you want to prevent this then you must recompile NSIS yourself after changing the order of the instructions in one of the header files. In my experience the decompiled script is not 100% functional and all precompiler and logiclib code is lost.