BW 6.2.1 Custom Feature - Silent Install.

BW 6.2.1 Custom Feature - Silent Install.

book

Article ID: KB0092526

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
Customising the installation features of BW 6.2.1 using the silent install options

Issue/Introduction

BW 6.2.1 Custom Feature - Silent Install.

Resolution

There are three features to install with BW 6.2.1. For the typical profile, all three are installed. For Runtime profile, just two are installed. To customize the features installed using silent installation, modify the .silent file as follows:


===============

<!--Profiles Selection-->
<!-- The 'selectedProfiles' value is a comma separated list of profiles to install. If a profile listed below does not exist, then it is ignored and the default profile will be used. At least one profile must be listed if useInstallProfile is set to true -->
<!--
<entry key="useInstallProfile">true</entry>
<entry key="selectedProfiles">Typical</entry>
-->

<entry key="useInstallProfile">false</entry>
<entry key="feature_Design_BW">true</entry>
<entry key="feature_Runtime_BW">true</entry>

<entry key="feature_Oracle Elliptic Curve Cryptography Library_BW">false</entry>

================