CEStrings

The [CEStrings] section is required and specifies string substitutions for the application name and the default installation directory.

[CEStrings]
AppName = app_name
InstallDir = default_install_dir    
app_name
Name of the application. Other instances of %AppName% in the .inf file will be replaced with this string value.
default_install_dir
Default installation directory on the device. Other instances of %InstallDir% in the .inf file will be replaced with this string value.

The following code example shows a typical [CEStrings] section.

[CEStrings]
AppName="Game Pack"
InstallDir=%CE1%\%AppName%