NOTES CLIENT INSTALLATION AND SMART UPGRADE
After you update the content of the zipped update site directory and the deploy directory, place them at the same level as the Lotus Notes install kit structure and use the addToKit tool to copy your source files into the install kit's structure.
Before using this tool, perform the following tasks:
The following information is helpful when using this tool:
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.
-d Turn debugging on.
-h Print command line option usage.
-n Run the utility as a dry run.
-V Print version information.
1. Extract the ADDTOKIT.ZIP file 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:
In this format, <addTokitPath> is the source path containing the source UPDATESITE.ZIP file and deploy directory and <destkit> is the target directory in which your Lotus Notes installation resides.
The source update site is an update site directory containing the features subdirectory, plugins subdirectory, and SITE.XML file. The deploy directory contains the updated INSTALL.XML file. The format of the source update site directory zip file and deploy directory must match the format of the target update site directory zip file and deploy directory.