mdlazreg
9th February 2004 04:58 UTC
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.
mdlazreg
9th February 2004 05:15 UTC
Sorry guys, I found the answer after digging in the documentation. Please ignore my question.
Thanks
rjstephens
9th February 2004 12:14 UTC
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)?
kichik
9th February 2004 13:27 UTC
Or the new section of the documentation, Silent Installers/Uninstallers.
mdlazreg
9th February 2004 15:07 UTC
Sorry rjstephens,
Look for GetParameters in the documentation.
Joost Verburg
9th February 2004 15:40 UTC
You can use the standard commands as described above instead of parsing it yourself.