Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The following XML example can be used as a template to query settings and configure the Download Configuration Service Provider.

This example shows how to delete the download characteristics for the applications in group1.

Code Example

Copy Code
<Delete>
  <CmdID>2</CmdID>
  <Item>
	<Target>
	<LocURI>./Vendor/MSFT/SwMgmt/Download/
{group1}</LocURI>
	</Target>
  </Item>
</Delete>

Remarks

One provisioning XML file typically contains configuration information for multiple configuration service providers. To use this example, you must replace the values as appropriate, and add the node as a child of the SyncBody node in an OMA DM provisioning file. For more information about the syntax of the provisioning file, see OMA DM Provisioning Files.

For this example, replace the information enclosed in braces {} with correct values for your system.The following table shows the meaning of the information that you must replace.

String to replace Meaning

{group1}

An identifier for the download parameters.

See Also