Documentation Center

inputparameters.xml

The inputparameters.xml file stores key parameters that are used by the SDL LiveContent Architect 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 installer.
<defaultvalue>
Contains a predefined value as an example. Do not use the predefined value as a default for the value, as it is only an example.
<description>
A description of how the current value of the parameter is used.
<validate>
Whether the value of the parameter is validated. If the element is empty, no validation takes place. The <validate> values are provided, and they should not be modified.