usys.ini

The usys.ini file is the default initialization file for Uniface applications.

Default location:

Depends on the value specified by the /adm switch.

In Uniface installation, a usys.ini file is located in \uniface\adm and \common\adm

Description

You can optionally create a local .ini file for your application that can be specified using the /ini command line switch.

When Uniface looks for a setting, it does so in the following order:

  1. Local .ini file, as specified by the /ini switch on the command line
  2. usys.ini located in location specified by /adm switch on the command line.

The maximum length of a line in the .ini file, whether local or usys.ini, is 512 characters.

The settings are grouped into sections that address specific aspects of the run-time environment.

Unix

On Unix, the usys.ini file contains only the [install] and [webwidgets] sections.

Related Topics