Archive: Command Line Parameters


Command Line Parameters
I need to pass parameters to the exe generated when I execute using command line. How do I do the same. Could anyone provide an example.

What I need is how do I interpret /PARAM1=VALUE.
Setup_Tool.exe /S /D=[INSTALL_PATH] /PARAM1=VALUE


-Shiva S


http://nsis.sourceforge.net/Docs/AppendixE.html#E.1.11
http://nsis.sourceforge.net/Docs/AppendixE.html#E.1.12