Share via


Adding a Device-Side File (Windows Embedded CE 6.0)

1/6/2010

The basic plug-in configuration for a new .cebundleinfo file is comprised of the following items:

  • One desktop-side binary.
  • One device-side executable file associated with one device configuration.
  • No localized binaries.

You can add elements to this basic configuration for the needs of your plug-in as described in the following procedures:

How to add a device-side binary file in an existing device package to be used by Remote Tools Framework

  1. On the Device Packages panel, select a device package in the Defined packages list.

    This refers to an application, either a native executable file or a .NET Compact Framework application that is to be launched upon device deployment.

  2. Click AddComponent.

  3. While the file component is selected, make sure the Primary Component check box is selected.

  4. Clear the Locale independent check box if the file is to be localized.

  5. Double-click the path in the Paths in <file component name> box to enter the location of the file.

For more details, see Device Packages Panel.

How to add a device-side binary file in an existing device package not directly used by Remote Tools Framework

  1. In the Device Packages panel, select a device package, and click AddComponent.

    This refers to any file other than the main device-side application that is launched on the device upon deployment. Examples of such files include DLLs, resource files, or any other non-executable data file that your device-side application needs.

  2. While the file component is selected, make sure the Primary Component check box is cleared.

  3. Clear the Locale independent check box if the file is to be localized.

  4. Double-click the path in the Paths in <file component name> box to enter the location of the file.

For more details, see Device Packages Panel.

See Also

Concepts

Bundle Input Editor