banner

[User]

Answer File = Internet Settings (.ins) File

The [User] section contains entries for specifying the logon information required by your users.

Entry Description
Display_Password Specifies whether to display the password.
Name Specifies the user name.
Password Specifies the password.
Requires_Logon Specifies whether to require the end user to log on.

Sample

This sample demonstrates one use of the [User] section of the Internet Settings (.ins) File.

[User]
Display_Password = No
Name = Pat Coleman
Password = PC*1234
Requires_Logon = Yes

Display_Password

Specifies whether to display the password.

Syntax Display_Password = Yes | No
Values Yes

Displays the password.

No

Does not display the password.

Default Value No
Example
Display_Password = No

icon Return to top

Name

Specifies the user name.

Syntax Name = string
Value string
Example
Name = Pat Coleman

icon Return to top

Password

Specifies the password.

Syntax Password = string
Value string
Example
Password = PC*1234

icon Return to top

Requires_Logon

Specifies whether to require the end user to log on.

Syntax Requires_Logon = Yes | No
Values Yes

Requires the end user to log on.

No

Does not require the end user to log on.

Default Value No
Example
Requires_Logon = Yes

icon Return to top