Install
ArcGIS Mapping includes a command line utility, SpConfigUtility.exe, to allow you to easily deploy ArcGIS Mapping to your SharePoint farm. To deploy ArcGIS Mapping:
- Open a command prompt.
- At the prompt, navigate to the directory containing the ArcGIS Mapping forSharePoint deployment solution (ESRI.ArcGIS.WebParts.wsp) and the command line utility (SpConfigUtility.exe).
- To add ArcGIS Mapping to all sites in your SharePoint farm, type "spconfigutility -install" and press enter. This will add the ArcGIS Mapping solution to your SharePoint farm and activate ArcGIS Mapping for all sites within the farm.
To add ArcGIS Mapping to particular sites, site collections, or web applications, use the -url parameter (e.g. "spconfigutility -install -url http://mymachine:1234"). Multiple URLs may be specified in one command (e.g. "spconfigutility -install -url http://mymachine:1234 -url http://mymachine:5678"). If the URL is that of a web application (or site collection at a web application's root), then ArcGIS Mapping will be activated on each site collection within the web application. If the URL only specifies a site collection, then ArcGIS Mapping will be activated only within that site collection.
- After ArcGIS Mapping has been deployed to a SharePoint farm, you can make ArcGIS Mapping available on new web applications or site collections by running the command "spconfigutility -install -url <url>".
To see a comprehensive list of valid commands, type "spconfigutility" and press enter. To uninstall ArcGIS Mapping from a SharePoint site, see the Uninstall topic.
Tip: If you require finer control over the deployment of ArcGIS Mapping, you can use SharePoint's
stsadm utility to manipulate the ESRI.ArcGIS.WebParts.wsp solution.