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 configure the Inventory Configuration Service Provider.

This example shows how to execute a Remove command to delete an application.

Code Example

Copy Code
<Exec>
  <CmdID>3</CmdID>
  <Item>
   
<Target><LocURI>./Vendor/MSFT/SwMgmt/Inventory/Deployed/
{X}/Operations/Remove</LocURI></Target>
  </Item>
</Exec>

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 in braces {} with correct values for the package. The following table shows the meaning of the information that you must replace.

String to replace Meaning

{X}

This is the root node for the deployed component in the device. The name of the node is client-assigned.

See Also