K2 blackpearl Installation and Configuration Guide > Installation > Unattended Installer > Setup Options | Send feedback |
Run setup.exe /? to determine all command line options
Output:
Print the following text to the Console Output:
Usage | |
---|---|
setup.exe |
[/systemkey:"{path}" | /output:"{filename}" | /? | /install:"{filename}" /loglevel:{loglevel} | /upgrade:"{filename}" | /config:"{filename}" | /configcomps:{components} | /var:"{varname}={varvalue}" | /remove | /analyze | /noui | /noval] |
Options | |||
---|---|---|---|
/systemkey | Print the System Key for this server to the console. | ||
/output | Generate an XML Configuration File after gathering info. | ||
/install | Run the silent installer with the specified XML file. | ||
/loglevel | Specify the Log Level to be used (Optional). | ||
/upgrade | Run the silent installer with the specified XML file. | ||
/config | Configure an existing installation. | ||
/configcomps | Configure specified components. | ||
/var | Override a configuration variable during installation. | ||
/remove | Remove an existing installation. | ||
/analyze | Analyze an existing installation to see if it is valid. | ||
/noui | Hides the user interface (Console Output screen). | ||
/noval |
Strips validation from the Next button on 3 installer panels: CRM, Exchange & SmartActions. This means that no validation will take place when the Next button is clicked.
|
Parameters | |||
---|---|---|---|
path | The path to the folder where K2 will be installed. | ||
filename | The filename (and path) to the XML file that will contain the installation configuration. | ||
components |
Comma separated list of components to configure.
Setup.exe /configcomps:SERVER Possible component names to use for the /configcomps command: |
||
loglevel | The log level to be used for the installation log. | ||
1 – Verbose Logging 2 – Information, Warning and Errors 3 – Warning and Errors Only (Default) 4 – Errors Only |
|||
varname | Configuration variable name to override during installation. | ||
varvalue | Value to set the specified configuration variable to during installation. |
Examples | |
---|---|
setup.exe /? | Will open this Console Output screen. |
setup.exe /output:MyConfig.xml | Launch the Setup wizard and output the settings to ‘MyConfig.xml’ file. |
setup.exe /systemkey:”C:\Program Files\K2 blackpearl” | Output the System Key to the Console. |