EXECUTEMODE Property

[This is preliminary documentation and subject to change.]

This property indicates the mode of execution performed by the installer. This property can have one of two values:

None
No changes are made to the system. The installer does execute the user interface and the queries the database.
Script
All changes to the system are made through script execution. This is the default mode.

Set By

Command line.

Used By

The installer uses this property to determine how system updates are executed.

Default Value

If this property is not defined, then the execution mode defaults to Script.

Remarks

The installer only examines the first letter of this property value and is case insensitive.