CEStrings

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

[CEStrings]
AppName   = app_name
InstallDir   = default_install_dir

Parameters

  • app_name
    The name of the application. Other instances of %AppName% in the .inf file will be replaced with this string value.
  • default_install_dir
    The name of the default installation directory. Other instances of %InstallDir% in the .inf file will be replaced with this string value.

The following code example uses this format.

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

See Also

Creating an .inf File | CAB Wizard Overview | CAB Wizard Syntax

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.