Share via


Adding Enroll.exe to the OS Design (Windows CE 5.0)

Send Feedback

To include Enroll.exe in your OS design, complete the following steps. Enroll.exe is automatically included when you build a run-time image with SYSGEN_ENROLL set to 1. Please check common.bib file.

To add Enroll.exe to the CEPC or Emulator OS design

  1. From the Workspace window, select the ParameterView tab.

  2. Expand the <OS Design Name> parameters node and navigate to %_WINCEROOT%\<Emulator or CEPC>\Project Specific Files.

  3. Double-click Project.bib to open the file for editing.

    The Project.bib file is located in %_WINCEROOT%\Public\<OS Design Name>\WINCE500\<CEPC or Emulator>\Oak\Files directory.

  4. Add the following statement to the Project.bib file and then save the file.

    enroll.exe       $(_FLATRELEASEDIR)\enroll.exe              NK  
    

    This puts the file in the \Windows directory on your device.

  5. From the Build OS menu, choose Build and Sysgen, and ensure that Copy Files to Release Directory After Build and Make Run-Time Image After Build are selected.

    After the process is completed, your image is ready to download.

To verify if enroll.exe is in the CEPC or Emulator

  1. From the Start menu of the CEPC device, point to Programs, and then choose Windows Explorer.

  2. Double-click the Windows folder icon.

    You will see Enroll.exe as one of the files in the Windows root directory. If you do not see Enroll.exe, check the Folder Options setting and make sure that you can view hidden files and file extensions.

See Also

Certificates OS Design Development | How to Enroll for a Certificate Using the Default Settings | How to Enroll for a Certificate Using the Modified Settings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.