Reducing Notes® install kit size
You can reduce the Notes® install kit size most easily using the UpdateSiteMgr tool on Windows™ or Mac or by creating a customized rpm or deb install kit on Linux™. You can also use this manual method for supported Windows™ and Mac platforms.
Notes® contains features which increase the size of the install kits when compared to the Notes® basic configuration install kits. Some customer's infrastructures are not capable of efficiently handling distribution of the larger install kits and require a method to reduce the size of the kit and still leverage the increased capabilities of the Notes® standard configuration client.
installfeature property
required="false"
in the Notes® install
kit's install manifest (install.xml) are available
for removal or other install options. These include the Composite
Applications Editor, Connections (Activities), embedded IBM® Sametime®, and (for
single user install) Domino® Designer
and Domino® Administrator
clients. All other supplied features must remain as supplied in the
install kit.- Embedded Sametime® – 4MB
- CAE Editor – 4MB
- Embedded Sametime® –
represented as
<installfeature default="true" description="%Sametime.description" id="SametimeUI" ..
- CAE Editor – represented as
<installfeature default="false" description="%CAE.description" id="CAE"..
- Copy the Notes® install kit to a local drive to a new directory. Include all subdirectories, (for example C:\NotesInstallKit\.
- In the locally copied Notes® install kit, rename updateSize.zip to a backup name such as UpdateSiteSave.zip.
- Uncompress the backup file to a new directory, preserving the
directory structure.
The contents of the updateSite directory include the features and plugins subdirectories and the site.xml file.
To remove these installfeatures from the expanded update site directory, refer to the following list:Table 1. Wildcard files installfeature Wildcard files to remove Sametime® features\com.ibm.notes.sametime.installed.feature_*
plugins\com.ibm.notes.sametime.installed_*
Composite Application Editor features\com.ibm.rcp.aaf.feature_*
plugins\com.ibm.rcp.aaf.*
plugins\com.ibm.rcp.aaf_*
features\com.ibm.notes.toolbox.ca.adapter.feature_*
- Remove the applicable files from the expanded update site directory.
- Create a new updateSite.zip file by zipping the expanded update site directory making sure to include all subdirectories; preserve the existing directory structures.
- Copy the install.xml file to a backup file such as installsave.xml.
- Open the install.xml file with a text or XML editor.
- Locate the ID of the feature you removed in Step 4 by searching
for the feature ID using the following format:
- Embedded Sametime® – represented as installfeature SametimeUI
- CAE Editor – represented as installfeature CAE
- From the point in the file where the featureID was found, look backward in the file for the start of the feature definition which starts with installfeature ...".
- Insert a blank line on the line BEFORE the line that starts with installfeature ..."
- On the blank line, type <!- - and then press the Enter key to end the line.
- Insert a blank line at the end of the feature definition on the line AFTER installfeature>.
- On the blank line, type - - > and then press the Enter key to end the line.
- Save and close the file.
- Validate the customized install kit. See Validating your customized Notes® install kit for details.
- Perform a test install or upgrade to be sure that the customized Notes® install kit functions correctly.