Adding Enroll.exe to the OS Design (Windows CE 5.0)
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
From the Workspace window, select the ParameterView tab.
Expand the <OS Design Name> parameters node and navigate to %_WINCEROOT%\<Emulator or CEPC>\Project Specific Files.
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.
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.
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
From the Start menu of the CEPC device, point to Programs, and then choose Windows Explorer.
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