send switches in NSIS
Hello,
I am using NSIS to deploy software on our new computer builds. I was wondering if there was a to send a switch to the .exe file i am calling and running inside of the .nsi file?
thanks!
Archive: send switches in NSIS
send switches in NSIS
Hello,
I am using NSIS to deploy software on our new computer builds. I was wondering if there was a to send a switch to the .exe file i am calling and running inside of the .nsi file?
thanks!
You can supply parameters to programs called from your installer. The NSIS User Manual has lots of useful information, e.g.
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.2
Thank you very much!... i was missing the ' '... =)
An easy mistake to make! I had a lot of trouble myself when I first started using NSIS.