Creating Custom Download Services (Windows Embedded CE 6.0)

1/5/2010

You can create a custom download services.

  1. Create the files for the download.
    You can use the ICcBootstrap interface to design your download. This interface contains methods required to create the desktop-side part of the transport.
    For more information, see Download Interfaces.
  2. Create XSL files in the Core Connectivity datastore that specify the new download, and register the new DLL. The new download XSL specification becomes part of the default datastore.
  3. Add the download service to the Target Device Connectivity Options Dialog Box in the IDE.
    For information about adding your kernel download service to the IDE, see Adding a Custom Download Service to the Connectivity Dialog.

See Also

Reference

Download Interfaces

Concepts

Kernel Download Services
Using the ICcBootstrap Interface