Archive: command line options for the installer?


command line options for the installer?
Is it possible to run the installer with some command line options? this would be useful in running in a non-gui mode.

For example:
C:\Program Files\NSIS\Examples>my_installer.exe -d c:\my_installation_area

Thanks for any help.


Sorry guys, I found the answer after digging in the documentation. Please ignore my question.

Thanks


would it be possible to tell us what the answer was (or at least give us a link to the documentation page where you found it)?


http://nsis.sourceforge.net/support/...&tx_faq_faq=39


Or the new section of the documentation, Silent Installers/Uninstallers.


Sorry rjstephens,

Look for GetParameters in the documentation.


You can use the standard commands as described above instead of parsing it yourself.