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 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 addToKit tools.
Procedure
An example of the information you see is as follows:
Usage 1: UpdateSiteMgr.exe -[dhnVrL] kitpath
Merges 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 Feedreader, use the following command line statement:
UpdateSiteMgr.exe -r feedreader
For example, to remove Feedreader and the Composite Applications Editor from the Notes install kit use the following command line statement:
UpdateSiteMgr.exe -r feedreader 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 Notes install or upgrade on Linux Signing custom or third-party features and plug-ins for install and update Customizing Notes install for features and plug-ins on Windows and Mac Deploying client plug-ins with widgets and the widget catalog Customizing a Notes install kit to set certifier and trust defaults Adding new features to the Notes install kit using addToKit (Macintosh)
Related reference Validating your customized Notes install kit
Related information Using UpdateSiteMgr.exe - A few examples