I'm wondering if it is possible to perform silent installs where the public properties are passed in via an input file, instead of via the command line?
This allows set configuration parameters to be communicated more reliably and easily.
It also avoid annoyances such as needing to deal with propery values that aren't 'nice' on the command line (spaces, etc).
Thanks.