cobaco
11th May 2012, 10:10
I already know from the docs that you can do silent install with /S
the problem I have is the installer I'm looking at asks a question of wether you want a standalone/domain server/domain client install, and I need to specify that somehow.
from http://nsis.sourceforge.net/Docs/Chapter4.html#4.12 I gather that any extra options to be passed to the silent installer need to explicitly declared by the person creating the installer and can then be passed on the command line
Is there any way get the installer to output a list of available commandline switches? I've tried passing /?, --help, and --h but all of those get ignored.
Am I missing something? Or is this simply something nsis installers currently lack?
the problem I have is the installer I'm looking at asks a question of wether you want a standalone/domain server/domain client install, and I need to specify that somehow.
from http://nsis.sourceforge.net/Docs/Chapter4.html#4.12 I gather that any extra options to be passed to the silent installer need to explicitly declared by the person creating the installer and can then be passed on the command line
Is there any way get the installer to output a list of available commandline switches? I've tried passing /?, --help, and --h but all of those get ignored.
Am I missing something? Or is this simply something nsis installers currently lack?