INSTALLING
About this task
The Notes add-on installer toolkit provides a streamlined process for creating an MSI installer to deploy a valid Eclipse feature or plug-in to an existing Notes runtime.
The customized add-on installer tool is available with Lotus Expeditor 6.2.1 and as part of a utility directory toolkit available with the Notes install kit. The notes.addon.installer.toolkit.zip toolkit, containing CustomizeAddon.exe and AddonConfig.ini, is available in the Notes install kit's utility subdirectory.
For information, see "Creating a customized add-on installer" in the Expeditor Toolkit category of the Lotus Expeditor wiki at Creating a customized add-on installer
Note: While the Notes toolkit is currently only available for MSI install, documentation describing how to create an add-on installer in a Linux environment is provided in the above Lotus Expeditor wiki post.
To begin, review the add-on installer documentation in the Expeditor wiki as above; while referencing the supplied AddonConfig.ini file in your supplied notes.addon.installer.toolkit.zip.
Note: Section B in the Windows section of the "Creating a customized add-on installer" Expeditor wiki post describes settings in the AddonConfig.ini file generic to Expeditor and Notes. However, the AddonConfig.ini file in the supplied notes.addon.installer.toolkit.zip file has been modified to further simplify the process of creating an MSI-based add-on installer for deploying custom features to a Notes runtime.
The following AddonConfig.ini file properties have been preset in the supplied notes.addon.installer.toolkit.zip:
Procedure
1. Open the Lotus Expeditor wiki post "Creating a customized add-on installer" at http://www.lotus.com/ldd/lewiki.nsf/dx/Creating_a_customized_addon_installer.
2. Unzip the supplied notes.addon.installer.toolkit.zip toolkit to a local temp directory.
3. Navigate to the local temp directory and open the supplied AddonConfig.ini file.
4. Add all the properties described in the "B. Customizing the MSI using the Addon Customizer Tool" section of the "Creating a customized add-on installer" article except the TARGETUPGRADE and TARGETVERSIONS properties.
5. Move the unzipped CustomizeAddon.exe tool up one directory level.
6. Run CustomizeAddon.exe as described in the Lotus Expeditor wik post.
7. Replace licenses (if needed) in the license directory in the add-on installer kit.
8. Add the deploy directory and updatesite.zip (for the signed feature(s) that the add-on installer will deploy) to the add-on installer kit as described in the Lotus Expeditor wik post.
10. Run the add-on install kit's setup.exe installation executable and respond to all prompts.
Related concepts Managing client plug-in deployment Eclipse files and folders in the Notes install kit
Related tasks Customizing a Lotus Notes install kit to set certifier and trust defaults Adding and removing components from the Notes install kit using UpdateSiteMgr