I have a java code in that i need to call NSIS script at run time, is it possible to call an NSIS script via java code at run time, if it possible kindly give an example..
Thanks in advance..
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.
I don’t think you can “call” NSIS from java.
The only option I see is, since you have command line options for NSIS, you can call the command line options from java using
Runtime.exec()