Share via


Modifying the Attributes of a Plug-in (Windows Embedded CE 6.0)

1/6/2010

After you have created a plug-in project based on the Remote Tools Framework, you can choose to modify its attributes.

Modifying the name of the .cetool file

Modifying the attributes of the plug-in

  • To modify the attributes of the plug-in such as the plug-in version or the executable and DLL files, use the Bundle Input Editor to open the associated .cebundleinfo file. For more information, see Bundle Input Editor.

  • To modify the namespace and the class name for the PluginComponent implementation, perform the following steps.

    1. Use the Bundle Input Editor to open the associated .cebundleinfo file and make your changes.
    2. Change the code in the plug-in files to match these changes, and then save your changes.

See Also

Other Resources

Modification of a Plug-in Project Created Using the Project Wizard