Assuming that it is possible to compress a file from within an NSIS script, what is the best way to accomplish that and what would be the actual statement?
Is there a built-in NSIS instruction for that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question does not really make a lot of sense, are you asking how to install a file, or are you trying to use NSIS as some sort of general file compression utility?
Here is a basic script that “installs” a file:
If you are writing an actual installer for some application, you really should take a look at some of the examples that ship with NSIS