Options in the Silent Installer File

Edit the options in the file as required.

The following options are available in the file:

Description of entries in the SILENT Install File
<!--accept the license agreement-->
<entry key="acceptLicense">true</entry>
By default, this is set to true for acceptance of the license agreement.
<!--If multiple environments are supported, create a new one or use and existing one-->
<!--If the product does not support multiple environments, then the values below are ignored-->
<entry key="createNewEnvironment">true</entry>
<!--If using an existing environment then the installationRoot AND environmentName MUST match a pre-existing environment-->
<!--If createing a new environment then the installationRoot AND environmentName MUST BE UNIQUE and not match a pre-existing environment-->
<entry key="environmentName">TIBCO_HOME</entry>
<entry key="environmentDesc">MDM Installation</entry>

By default, the root installation directory is c:\tibco. You can change this provided TIBCO_HOME has not already been set, in which case, the existing TIBCO_HOME is used. Provide the environment name and description. Environment name must exist if using a pre-existing one, and in case of a new one, it must be unique.

<!--Product Specific Properties can be set below using the same 'entry key=' format as above-->
<entry key="feature_Executable Image_mdm-jboss">true</entry>
<entry key="feature_Common Configuration_mdm-jboss">true</entry>
<entry key="feature_Documentation_mdm-jboss">true</entry>

By default, all three components (Executable Image, Common Configuration, and Documentation) are set to true and will be installed. Replace with false for any components that you do not want to install.

<!-- Specify the absolute path of jboss server zip file-->
<entry key="mdm.jboss.zipfile">D:\Softwares\jboss-as-7.1.1.Final.zip</entry>

You need to specify the absolute path of the ZIP file of JBoss application server. For simple installation, you need to specify the absolute path of the ZIP file of JBoss application server.

<!--Common Config settings-->
<!--if commonConfig_useDefault is true then the common config directory will be-->
<!--based off the installationRoot setting above and the commonConfig_directory setting-->
<!--will be ignored. If commonConfig_useDefault is set to false then you must provide-->
<!--a valid directory location for the commonConfig_directory setting.-->
<entry key="commonConfig_useDefault">true</entry>
<entry key="commonConfig_directory">c:\tibco\MDMcommon</entry>
<entry key="tibco.cim.common.dir">c:\tibco\MDMcommon</entry>

The directory for common configuration (set to true by default) is based on the Install root. To change this, enter false for "CommonConfig_useDefault" and provide the new location in the "commonConfig_directory".

The tibco.cim.common.dir is an additional key for external use of the common directory. This is used for post install processing. The value should be the same as of commonConfig_directory key.

<!--MDM XMLC library download Settings->
<entry key="LGPLAssemblyLicenseAccepted">true</entry>
<entry key="LGPLAssemblyDownload">true</entry>
<entry key="LGPLAssemblyPath">c:\tibco\thirdpartyDownload</entry>

The LGPL license is accepted (set to true by default). LGPL assembly download option is set as true by default.

<!--MDM Configurator Settings-->
<entry key="httpPort">6080</entry>
<entry key="stopPort">6009</entry>
<entry key="startServer">false</entry>

Provide the httpPort and stopPort of the Configurator or keep the default as is. By default, the Configurator will not start after the installation is complete; to override this, set startServer to true.

<!--CIM Enterprise creation -->
<entry key="mdm.create.enterprise">true</entry>
<entry key="mdm.enterprise.name">demo</entry>
<entry key="mdm.admin.user.name">admin</entry>
<entry key="mdm.admin.password">admin</entry>
<entry key="mdm.template.type">party</entry>
<entry key="mdm.import.data">true</entry>
For simple installation, you need to specify the enterprise details, administration credentials, and the template details. You can specify the insurance, party, or none value for the "mdm.template.type"
Note:
  • The template type is case-sensitive and must be in lower case.
  • If you specify false for the "mdm.create.enterprise", specify none for the "mdm.template.type" and false for the "mdm.import.data".