NOTES CLIENT INSTALLATION AND UPGRADE


Create the widget attachment file to call the feature's update site
Perform these steps to create the widget's extension.xml attachment file that you will use to call the update site and provision the feature to users.

The widget's extension.xml file will contain an install manifest <installfeature> snippet with a pointer to the update site and specifications on how to install or update the feature.

Note The Start Configuring Widgets wizard dialog (click Getting Started with Widgets in the toolbar or My Widgets sidebar panel) contains Features and Plugins option. This option launches a wizard sequence designed to simplify the process of creating a Notes client plug-in deployment widget. The wizard guides you through the widget definition and extension.xml creation process.

1. Create the extension.xml file. Use the sample XML below as a guide.


Sample XML definitions:

Items in the top section of an extension.xml file are described below:


Note This example points to the site.xml file in an NSF-based update site.

Note By default, only public update sites that do not require authentication are available for feature deployment using widgets. However, you can use accounts to configure access to update sites that require user authentication.

Items in the <installManifest> section of the sample XML file are described in the "Provisioning Manifest DTD" link at the top of this section.

Provided that shared="true" is set in the install manifest the widget's .XML, the plug-in is installed to
Notes_install_dir\framework\shared\eclipse. If there is no write access to that directory, the plug-in is installed to Notes_install_dir\data\workspace\applications.

Related topics