Products | Versions |
---|---|
TIBCO Runtime Agent (TRA) | - |
Not Applicable | - |
Resolution:
Description:
=========
Silent response file for TIBCO Runtime Agent 5.7.1 Installer is incorrect. In silent mode, the Universal Installer installs TIBCO Designer even if Designer is excluded in the silent response file.
Environment:
==========
All
TIBCO Runtime Agent (TRA) 5.7.0, 5.7.1
Symptoms:
=========
Silent response file for the TIBCO Runtime Agent 5.7.1 Installer is incorrect. In silent mode, the Universal Installer installs Designer even if Designer is excluded in the silent response file.
Cause:
======
The silent response file bundled with TRA 5.7.0 / TRA 5.7.1 Installer has incorrect entries.
<!-- TIBCO Designer -->
<entry key="feature_Runtime_designer">false</entry>
<entry key="feature_Documentation_designer">false</entry>
Resolution:
=========
The feature name should be:
<!-- TIBCO Designer -->
<entry key="feature_Runtime_Designer">false</entry>
<entry key="feature_Documentation_Designer">false</entry>
Note: The upper-case D in Designer. This has been corrected in TRA 5.7.2 release.