Sample install response files provided
- Last UpdatedAug 12, 2025
- 1 minute read
The MES install folder \InstallFiles\ResponseFiles includes the following sample response XML files. You can use these as a basis for the install response files required by the MES nodes on your system.
Response_AllProduct_Install.txt
This response file installs all MES components.
<responsefile>
<install>
FeatureForm.SFeatureList=ALL
</install>
</responsefile>
Response_SelectedFeatures.txt
This response file is a template for installing selected MES 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.PDFDocs, MES.Development,
# Client.Operator, Client.EntityModelBuilder, Client.AppObjects, Client.ClientFramework, Client.NETControls, Client.MiddlewareProxy,
# Server.WebPortal, Server.FactDB, Server.FactMiddle,Server.CurationServices
# Reports.IntelligenceReports,
# LicAPI64
# Licensing.AELicenseServer
# Licensing.AELicenseManager
# Licensing.AELicenseServerLegacySupport
# AVEVA Single Sign-On Service.ASBRuntime
# AVEVA Single Sign-On Service.ASBServiceRepository
</install>
</responsefile>