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.
Other versions of this page are also available for the following:
Windows Mobile Not Supported Windows Embedded CE Supported
8/28/2008

This reference section groups all the XML elements that are used in the instruction response document that is sent by the server to the client, or device.

The following table shows the Instruction Response XML elements.

Element Description

Instructions

Root element of the Instructions Response document.

Required

This element specifies whether the download and execution of the package is mandatory or optional.

Name

The name of the package.

ShortDescription

A short description of the package.

LongDescription

A longer description of the package.

PackageSize

The size of the package, in bytes.

Flags

A 32 bit mask used to encode network connection-related constraints.

StartTime

The time at which this package is to be downloaded and executed.

Recurrence

Top-level element of the section that defines the behavior of recurring packages.

Interval

Defines how often the device downloads and executes the package, or only executes the package.

Behavior

Defines whether the device downloads and executes the package, or only executes the package.

LocalDestination

The location on the client where the package contents are to be saved.

CommandLine

The command line to be executed for this package.

SourceFiles

Specifies whether or not the download package contains a source file. It can be set to Yes or No.

For more information about this XML document, see Instruction Response from the Server.

See Also