banner

[ConnectionSettings]

Answer File = Internet Settings (.ins) File

The [ConnectionSettings] section contains entries for specifying information about the dial-up networking connection settings used to install your custom Microsoft® Internet Explorer package. This creates common network connection settings on all users' workstations.

Entry Description
ConnectName0 Specifies the primary name for the connection.
ConnectName1 Specifies the secondary name for the connection.
DeleteConnectionSettings Specifies whether to remove the existing connection settings during installation.
Option Specifies whether the end user can import connection settings in the Internet Explorer Administration Kit (IEAK) wizard.

Sample

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

[ConnectionSettings]
ConnectName0 = MyConnection
ConnectName1 = MySecondConnection
DeleteConnectionSettings = 1
Option = 1

ConnectName0

Specifies the primary name for the connection.

Syntax ConnectName0 = string
Value string
Example
ConnectName0 = MyConnection

icon Return to top

ConnectName1

Specifies the secondary name for the connection.

Syntax ConnectName1 = string
Value string
Example
ConnectName1 = MySecondConnection

icon Return to top

DeleteConnectionSettings

Specifies whether to remove the existing connection settings during installation.

Syntax DeleteConnectionSettings = 0 | 1
Values 0

Does not remove the existing connection settings during installation.

1

Removes the settings only in corporate Administrator mode.

Default Value 0
Example
DeleteConnectionSettings = 1

icon Return to top

Option

Specifies whether the end user can import connection settings in the Internet Explorer Administration Kit (IEAK) wizard.

Syntax Option = 0 | 1
Values 0

Does not give the end user the option to import connection settings in the IEAK wizard.

1

Gives the end user the option to import connection settings in the IEAK Wizard.

Default Value 0
Example
Option = 1

icon Return to top