I need to pass the values which I get at runtime from a java code to nsis script to restrict the installer creation for a certain number of time. Is it possible….
Share
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.
If I understand this correctly you are trying to enforce a licensing limitation (number of times installable) by changing the nsis installer for your application (e.g. binary patching)? Any such attempt can be easily circumvented (copying) so I would not even try it. The best practice to enforce licensing limitations is to state them explicitly in the license you sell and if any company violates it let lawyers handle it.