NOTES CLIENT INSTALLATION AND UPGRADE


Create the extension.xml that the widget will use to call the feature's update site
Perform these steps to create the widget's extension.xml 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.

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


Sample XML:
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.

Related topics