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.
command line options for the installer?
7 posts
Sorry guys, I found the answer after digging in the documentation. Please ignore my question.
Thanks
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)?
Or the new section of the documentation, Silent Installers/Uninstallers.
Sorry rjstephens,
Look for GetParameters in the documentation.
Look for GetParameters in the documentation.
You can use the standard commands as described above instead of parsing it yourself.