Skip to content
⌘ NSIS Forum Archive

compile nsi code in nsi files

6 posts

amirtaji#

compile nsi code in nsi files

Is whether compile A code in nsi files?
because hacker Abuse my source code

i want create exe file from nsi file when run program
i have 2 nsi file
nsi file1: runing program and copy nsi file2 in other computer and run makensi.exe for compile nsifile2
nsi file2: after compile craete exe file

the program backup special file from computer

example:

nsifile1:
<nsicode1>
.
.
<nsicode2>

<endnsicode2>
makensi nsi code2
.
.
<endnsicode1>
MSG#
It is very difficult to understand what you mean. Please find an experienced translator to translate your question to English.

Just an idea: You can execute the NSIS compiler during compilation by using the !system compiletime command.
amirtaji#
im so sory
I want compile a piece of code a set of code
without created a new nsi file to compile
For better security source code

for example compile a function or macro in nsi file for create new exe file
MSG#
This will not increase your security. If a user de-compiles your installer, he will also get the exe you compiled separately. If the user then de-compiles that second exe, he will get the nsi script for that installer too.

I don't know of any way to protect your nsi script from decompilation. Perhaps someone else..?
amirtaji#
Is there any way for not found second nsi file
with 7zip software you can de-compile any exe file and extract all of files(decompile exe file)


and
Afrow UK#
You must recompile NSIS with some modifications. I have my own custom NSIS build for this but I will not be sharing it I'm afraid (I only use it for certain clients).

Stu