Install response file XML syntax
- Last UpdatedAug 26, 2024
- 1 minute read
The install response file includes the following XML tags.
<responsefile> </responsefile>
The header tag that marks the file as a response file.
<install> </install>
The install tag includes the list of install settings.
Note the following about the install response file:
-
Localization of the response file is not supported.
-
Comment lines in the response file must be preceded by the hash (#) character.
Install Settings
Install settings are included within the <install> tag. The install settings have the format:
setting name=value
The available settings are described below.
FeatureForm.SInstallDir
Optional. Specifies the target installation directory. If not included, the default installation directory is C:\Program Files (x86).
FeatureForm.SFeatureList
The following values are supported:
-
All: All MES components are installed.
-
A component list: A list of the components to install, separated by commas. See Install response file component entries.