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

When the target device receives the download instruction response, it schedules a download event. The download event can be triggered immediately or can be triggered only under specific conditions, such as when the target device is docked. The scheduling criteria, including time schedule and bandwidth restrictions, are part of the download instruction response.

A download event can be recurring or non-recurring. In either case, the download event consists of four phases:

  • The target device sends a package location requestmessage to the server to get the current download URL. The server responds with a package location response to target device.

  • The target device sends a status report that indicates the beginning of the download event.

  • The target device sends status reports that indicate the end of the download event. When the download is successful, it triggers the execution of the post install command. This is the command that the target device should execute after the package is downloaded.

  • The target device sends status reports that indicates the end of execution of the post install command.

The server may designate a download event as recurring when it sends the instruction response to the target device. A recurring download event can be one of the following two types:

  • Download package on every recurrence.

  • Download package only on first execution and only execute the post install command on recurrence.

See Also