Previous Topic: Navigation Button PropertiesNext Topic: Progress Bar Properties


Password Field Properties

The password information entered in the password field is not visible, it is masked with the asterisk (*).

You can set the following properties:

Ctrl name

Indicates the name of a dialog element. Control names within the dialog editor are predefined by the GUI. There is no need to change these names. However, if for some reason you want to change the name, you can do so for a selected element by changing the value in this field.

Parameter

Indicates the name of the parameter that contains the default password value. The parameter name starts with the dollar sign ($), and consists of a maximum of 64 characters, including the dollar sign. The following characters are not allowed within a parameter name:
.   ;   :   \t   \n   \\   \"   /

Value

Indicates the default value displayed in the password input field on the installation dialog.

Parameter type

Indicates the type of the parameter - Standard or Command.

Script

Indicates the script that is executed when the user exits the installation dialog. Select a script from the drop-down list or click the browse button (...) to browse for the script. The script file must have been added to the pre-installation component.
For example, you can specify a password verification script. If the verification fails, the script must return a value from 1 to 255, which refers to a text in the Resource section of the prototype file.

Font

Defines the font to be used for displaying the text. Clicking the browse icon displays the Font Chooser dialog where you can add or change font specifications.

Enabled

Controls that the element is activated (or deactivated) by default. If you want to disable a specific field that is only activated on a specific event, you can use this property.