Sample install response files provided
- Last UpdatedMay 22, 2025
- 1 minute read
Response_AllProduct_Install.txt
This response file installs all MES Cloud integration components.
<responsefile>
<install>
FeatureForm.SFeatureList=ALL
</install>
</responsefile>
Response_SelectedFeatures.txt
This response file is a template for installing selected MES Cloud integration components.
<responsefile>
<install>
FeatureForm.SInstallDir=<Install directory>
FeatureForm.SFeatureList=<Feature list>
# Each feature name in the feature list should be in the format ParentFeatureName.ChildFeatureName, separated by commas. For a complete list of feature names, see the commented list below.
# List of features
# MES Cloud Integration.CuratorPDFDocs, MES Cloud Integration.StagingCurationServices
</install>
</responsefile>