NOTES CLIENT INSTALLATION AND SMART UPGRADE


Adding new features to the Notes install kit using a command line tool
If you added new features and plug-ins, you can run a command line tool to copy the contents of a customized, zipped update site (features subdirectory, plugins subdirectory and SITE.XML file) and updated INSTALL.XML file to the IBM® Lotus® Notes® install kit structure. The addToKit tool is available as both a Microsoft® Windows® executable (ADDTOKIT.EXE) and Linux® perl script (addToKit.pl).

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:


Considerations

The following information is helpful when using this 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

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:


See also