(Unattended Installation)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

[URL]

The [URL] section contains entries for specifying default Uniform Resource Locator (URL) settings for the browser available in Windows XP or Windows Server 2003. If you do not specify these settings, Setup uses the default for Windows XP or Windows Server 2003.

Note

  • This section requires the entry BrandIEUsingUnattended = Yes.

Answer File Entries for the [URL] Section

Entry Description

AutoConfig

Specifies whether to configure the browser automatically from a server.

AutoConfigJSURL

Specifies the URL of a JScript file that automatically configures the proxy-server settings for the browser.

AutoConfigURL

Specifies the URL of an .ins file that automatically configures the proxy-server settings for the browser.

Help_Page

Specifies the URL for HTML-based Help.

Home_Page

Specifies the URL for the browser’s default home page.

Quicklink

Specifies shortcuts in the link folder of the [FavoritesEx] section.

AutoConfig

Specifies whether to configure the browser automatically from a server.

Syntax
AutoConfig = 0 | 1
Value Description

0

Does not configure the browser settings with an automatic configuration file located on a server.

1

Configures the browser settings with an automatic configuration file located on a server.

Example
[URL]
AutoConfig = 0
Comments

None.

AutoConfigJSURL

Specifies the URL of a JScript file that automatically configures the proxy-server settings for the browser.

Syntax
AutoConfigJSURL = URL
Value Description

URL

A URL.

Example
[URL]
AutoConfigJSURL = https://configserver/autoconfig.js
Comments

None.

AutoConfigURL

Specifies the URL of an .ins file that automatically configures the proxy-server settings for the browser.

Syntax
AutoConfigURL = URL
Value Description

URL

A URL.

Example
[URL]
AutoConfigURL = https://configserver/autoconfig.ins
Comments

None.

Help_Page

Specifies the URL for HTML-based Help.

Syntax
Help_Page = URL
Value Description

URL

A URL.

Example
[URL]
Help_Page = https://configserver
Comments

None.

Home_Page

Specifies the URL for the browser’s default home page.

Syntax
Home_Page = URL
Value Description

URL

A URL.

Example
[URL]
Home_Page = https://www.msn.com/
Comments

None.

Specifies shortcuts in the link folder of the [FavoritesEx] section.

Syntax
Quicklink = site name, URL
Value Description

site name

Site name.

URL

A URL.

Example
[URL]
Quick_Link_1_Name = "MS HomePage"
Quick_Link_1 = https://www.microsoft.com/
Quick_Link_2_Name = "MS Japan HomePage"
Quick_Link_2 = https://www.microsoft.com/Japan
Comments

This entry is a set of “Quick_Link_N_Name” and “Quick_Link_N,” where N is a numerical designation for the site and URL.