INSTALLING
Before you begin
Before adding new features to the install kit, see related topics on adding features to and customizing the kit. For example, before using the tool, you must perform the following tasks:
Note: Attempting to install or upgrade unsigned components will cause the Notes install executable to fail. See the related topics for instructions on signing features and plug-ins.
The UpdateSiteMgr tool is supplied as UpdateSiteMgr.exe in the kit customization zip file in the deploy\Utility folder. This tool is used in command line mode only.
Note: For Windows, this tool supersedes the trimUpdateSite and addToKit tools used in earlier releases of Lotus Domino. If using Linux, see the related topic on customizing Notes install on that platform. If installing on Macintosh, see the related topics on the trimUpdateSite and addToKit tools.
Procedure
An example of the information you see is as follows:
Usage 1: UpdateSiteMgr.exe [dhnVrL] kitpathMerges info from kitpath into the kit that is in the same folder as this executable.kitpath defaults to "." (current directory) - d Turn Debug On- h Print usage- n Do a dryrun-V Print version info Usage 2: UpdateSiteMgr.exe [-rL] componentId Remove info from kit that is in the same folder as this executable. - r Remove specified component from kit- L List all components that can be trimmed (removed) from kit
For example, for a supplied Notes install kit, that list would be as follows:
For example, to remove Symphony, use the following command line statement:
UpdateSiteMgr.exe - r Symphony
For example, to remove Symphony and the Composite Applications Editor from the Notes install kit use the following command line statement:
UpdateSiteMgr.exe - r Symphony CAE
For example, to add the signed contents of a custom updateSite use the following command line statement, where kitpath is the path to the custom updateSite.
UpdateSiteMgr.exe kitpath
Related tasks Customizing Lotus Notes install or upgrade on Linux Signing custom or third-party features and plug-ins for install and update Customizing Lotus Notes install for features and plug-ins on Windows and Mac Deploying client plug-ins with widgets and the widget catalog Customizing a Lotus Notes install kit to set certifier and trust defaults Adding new features to the Notes install kit using addToKit (Macintosh) Removing features from the Lotus Notes install kit using trimUpdateSite (Macintosh)
Related reference Validating your customized Notes install kit
Related information Using UpdateSiteMgr.exe - A few examples