Share via


Adding User-defined Files to an SDK (Windows Embedded CE 6.0)

1/6/2010

After you create an SDK for an OS design, you can add files to the SDK. For more information, see SDK Tool Property Pages: Additional Folders.

To view a sample installation script, see Sample SDK Installation Script.

To add a user-defined file to an SDK

  1. In Solution Explorer, make sure that an OS design is the active project and then, from the Project menu, choose Properties.

    The SDK Property Pages dialog box appears.

  2. Choose the Additional Folders page.

  3. Choose Add.

  4. In the Source folder box, type the path of a directory that contains files to add to the SDK.

    - or -

    To view the file system on the development workstation and locate a directory, choose Browse, select a directory that contains files to add to the SDK, and then choose OK.

  5. In the Target path box, type a path to the directory where you want the files to be installed.

    The path you provide is relative to the directory where the SDK is installed. After you add the files, the Additional Folders page displays the path under Target Folder.

  6. Choose OK.

  7. If more than one directory on the development workstation contains files you want to add to the SDK, create an entry for another directory by choosing Add.

    You can create as many entries as you want.

  8. If you want to include subdirectories of a directory, in the list on the Additional Folders page, select the Include Subfolders check box that corresponds to the directory.

  9. Choose OK to close the dialog box and save your changes.

See Also

Tasks

Building an SDK

Concepts

User-defined Files in an SDK
SDK Development