Sample .ini File

The following code example shows a typical.ini file.

[CEAppManager]
Version      = 1.0
Component    = Games

[Games]
Description  = Game Pack for your Windows CEbased device
Uninstall    = Game Pack

;Do not specify the "InstallDir" key so that CEAppMgr will use 
;the directory of this .ini file as the installation directory.

IconFile     = gamepack.ico
IconIndex    = 0
DeviceFile   = gamepack.exe

;Because there are multiple .cab files specific to a CPU type,
;these files are relative to the installation directory.
CabFiles    = SH3\gamepack.cab,MIPS\gamepack.cab