Share via


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

1/6/2010

The basic plug-in configuration for a new .cebundleinfo file is comprised of one desktop-side binary, one device-side executable file associated with one device configuration, and no localized binaries.

For the specific needs of your plug-in you can add elements to the basic plug-in configuration, as described in the following procedures.

How to add a desktop-side binary file to be used by Remote Tools shell

  1. On the Desktop panel, click Add Component.

    This refers to the main .NET Framework class library assembly that contains an implementation of the Microsoft.RemoteToolSdk.PluginComponent class.

  2. With the file component selected, ensure that the Primary Component box is selected.

  3. If the file is to be localized, clear the Locale independent box.

  4. To enter the location of the file, double-click the path in the Paths in <file component name> box.

For more details, see Desktop Panel.

How to add a desktop-side file not directly used by the Remote Tools shell

  1. On the Desktop panel, click Add Component.

    This refers to any file other than the main .NET framework class library with an implementation of the Microsoft.RemoteToolSdk.PluginComponent class. Examples of such files include DLLs, resource files, or any other non-executable data file that your main .NET Framework class library needs.

  2. With the file component selected, ensure that the Primary Component box is cleared.

  3. If the file is to be localized, clear the Locale independent box.

  4. To enter the location of the file, double-click the path in the Paths in <file component name> box.

For more details, see Desktop Panel.

See Also

Concepts

Bundle Input Editor