I want to make a installer using nsis , but i can’t find a example which shows how to execute a command prompt commands on some files using nsis . Is it possible or i am completely off track ?
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.
You want to run an external command, like a third-party installer or a system command from your own NSIS installer?
I think you are looking for ExecWait command.
And the Embedding other installers section of the NSIS wiki may also be of interest.