Documentation Center

inputparameters.xml

The inputparameters.xml file stores key parameters that are used by the Content Manager installer. This file must accurately reflect your environment for the install tool to work correctly.

Overview

Each parameter in this configuration file has the following syntax:
  <param name="parameter">
    <currentvalue>value</currentvalue>
    <defaultvalue>example_value</defaultvalue>
    <description>description_of_how_used</description>
    <validate>if_validated</validate>
  </param>
The XML elements perform the following functions:
<currentvalue>
Contains the value that is used by the Content Manager installer.
<defaultvalue>
Contains a predefined value as an example. Do not use the predefined value as a default value; its only purpose is to serve as an example.
<description>
Contains details describing how the current value of the parameter is used.
<validate>
Defines whether the value of the parameter is validated or not. If the element is empty, no validation is performed. The <validate> values are provided, and they should not be modified.

Parameters with ISHDeploy

If you are using ISHDeploy, then the only parameters you need to set for a basic installation (Vanilla installation) are:

  • osuser
  • ospassword
  • connectstring
  • apppath
  • serviceusername
  • servicepassword

Refer to ISHDeploy documentation for details.