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. Only the mandatory parameters need to be considered in the vast majority of installations. The optional parameters cover rare and advanced cases.

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.