NOTES CLIENT INSTALLATION AND UPGRADE
For Notes installation of supplied Eclipse™ features, you can do any of the following:
Note Only certain supplied features should be removed from the install kit, namely IBM Lotus Symphony™, the Composite Applications Editor, and the embedded Sametime® feature. No other supplied features should be removed from the Notes install kit.
When you open the Notes INSTALL.XML file in a Web browser or XML editor, it opens in expanded form and the hierarchy is apparent. To simplify display, collapse the feature hierarchy so that only the "installfeature" elements are visible. Each "installfeature" element represents an installable feature.
You can edit the install manifest using an XML editor or text editor but be sure to validate the XML before moving to the next step in the customization process.
A sample of INSTALL.XML text (specifically an "installfeature" block) is shown below. For supplied features such as the Composite Application Editor and Lotus Symphony, the attributes you can edit are "default," "required," and "show" which are seen in the "installfeature" element snippet below:
+ <installfeature default="false" description="%Editors.description" id="Editors" name="%Editors.name" required="false" show="true" version="8.0.0.20071115.0230">
Note Do not edit any "installfeature" element whose "required" attribute is set to "true."
Note The "default" attribute is ignored when re-running the installer and is ignored on upgrade unless the "installfeature" did not exist in the previously installed offering. This allows the installer to display the state (installed or not installed) of the "installfeature" that was available in the previous installer offering.
The "required" attribute overrides the "default" attribute.
See future Expeditor release help as it becomes available.
Example: Display a feature on the features installation panel and enable the user to select or deselect the feature
To display an "installfeature" name and enable the user to select or deselect it during Notes install, set the following values:
To display an "installfeature" name and force its installation, set the following values:
To prevent an "installfeature" name from appearing on the features installation panel and force its installation, set the following values:
To prevent an "installfeature" name from appearing on the features installation panel and prevent its installation, either delete that feature block, comment its "installfeature" element in the INSTALL.XML file, or set the following values:
Related topics