Share via


Creating a Custom Ship Configuration

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

When you choose to build a run-time image based on a ship configuration of your OS design, this means that the run-time image is ready to release to customers.

To create a custom ship configuration with no debugging enabled for your OS design, you must copy a release configuration and modify it.

To create a custom configuration

  1. After you create an OS design, from the Build menu in the integrated development environment (IDE), select Configuration Manager.

  2. In the Configuration Manager dialog box, in the Active solution configuration field, choose New.

  3. In the New Solution Configuration dialog box, in the Name field, enter Ship.

  4. In the Copy Settings from field, select the release configuration for your OS design, choose OK to close the dialog box.

  5. In the Configuration Manager dialog box, choose Close to close the dialog box.

  6. From the Project menu, select <OS Design> Properties.

  7. In the Property Pages dialog box, in the Configuration field, select the configuration that you created and then select the Build Options page.

  8. Clear the Enable KITL check box, which clears the Enable CE Target Control Support check box if it is also selected.

    This sets WINCEDEBUG=retail.

  9. Verify that the Enable Kernel Debugger check box is cleared.

  10. Select the Enable Ship Build check box.

    This sets WINCESHIP=1.

  11. Save your settings and close the dialog box by choosing OK.

You have created and configured a custom ship configuration for your OS design. You can now build your run-time image. For information, see Building a Run-Time Image.

See Also

Concepts

Build Configurations

Other Resources

How to Decrease Run-Time Image Size on a CEPC