NOTES CLIENT INSTALLATION AND UPGRADE


Adding new features to the Notes install kit using a supplied tool
You can optionally add new, signed features to the IBM® Lotus® Notes® install kit before installing or upgrading Notes.

If you have a properly signed new or third-party feature, and have added its "installfeature" information to the Notes install manifest (INSTALL.XML), you must also add the feature's update site information to the install kit prior to installing or upgrading Notes.

Using the addToKit tool, you can copy the signed contents of a customized, zipped update site (features subdirectory, plugins subdirectory and SITE.XML file) and install manifest file to the IBM® Lotus® Notes® install kit structure. The addToKit tool is available as a Microsoft® Windows® executable (apps\Utility\addToKit.exe).

Note If the addToKit tool is not available, you can manually add your feature to the Notes install kit using Notes install kit conventions. Be sure that the contents of the feature update site are signed before attempting to add it to the Notes install kit. All features must be signed to be installed.

After you update the content of your zipped update site directory, place it at the same level as the Notes install kit structure and use the addToKit tool to copy your source files into the install kit's structure.

Before using the addToKit tool, perform the following tasks:


Considerations

The following information is helpful when using the addToKit tool:


Command line options

Command line arguments are available. For example, when you run the following command, information from <kitPath> is merged into the kit that is in the same directory as the ADDTOKIT.EXE file.


In the following example, the contents of C:\addToKit are copied into the temp\notes8abx.w32 directory.
When using addToKit.exe -h, tool usage is displayed as below:
Procedure

The procedure for using the ADDTOKIT tool is as below.

1. Extract ADDTOKIT.ZIP into the temporary directory in which your files reside, for example, c:\temp\notes8abx.w32. This zip file contains the directory addToKit, which contains your zipped update site directory (UPDATESITE.ZIP), and your deploy (deploy) directory.

2. Copy the ADDTOKIT.EXE into the same temporary directory.

3. Open a command window, change to the directory in which the addToKit tool resides, and run the tool, preferably with the source path and target path arguments, using the following format:


Related topics