To make optional features and custom features available, you can customize the
install.xml file for each IBM®
Sametime® Connect
Client on Linux, Mac, or Windows operating systems. Repackage
the download image with the changes.
About this task
Follow these steps to customize the install.xml file.
Procedure
- Open the downloaded install.xml file in
a text editor.
Linux
/etc/ibm/sametime-connect/install.xml
Mac
install_mpkg\deploy\install.xml
Windows
install-kit-base-dir\deploy\install.xml
- Customize the install.xml file to remove
the comment markers from any optional features you wish to include
in the install.
Optional features are commented out as shown in the following example:
<!-- This is the beginning of a comment marker
The following characters mark the end of the comment: -->
Everything
between the markers is ignored as a comment. To enable a feature,
either copy it and place it outside of the commented section, or move
the comment markers as needed to exclude the feature from the commented
section.
- If you created a custom plug-in, add the custom features to install.
- Save and close the file.
- Test the client installation.
- Repackage the download image before distributing it to your users.