Installing the FrontPage 2002 Server Extensions root by using XML

The InstallServerExtensionsRoot procedure of the Managed IIS namespace calls the same procedure in the FrontPage Provider namespace. This procedure installs SharePoint Team Services or FrontPage 2002 Server Extensions from Microsoft on the specified port of a virtual server, using the specified user account name. Before making this call, this procedure checks permissions to ensure that the caller is a member of the appropriate user's group.

Important

Example of a request that calls the InstallServerExtensionsRoot procedure

<request>
  <procedure>
   <execute namespace="FrontPage Provider" procedure= "InstallServerExtensionsRoot">
	 <executeData>
	 <IISPath>IIS://MyServer/LM/W3SVC/1</IISPath>
	 <username>Administrator</username>
	 </executeData>
   </execute>
  </procedure>
</request>

Input for InstallServerExtensionsRoot

The following input is valid for this request:

For more information on this and other procedures called by the FrontPage Provider (including optional inputs), see the FrontPage Provider SDK documentation in the \support folder of the product CD.

Typical response for InstallServerExtensionsRoot

The response to this procedure does not contain significant data.

Important