[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
|
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
Comments
AutoConfigJSURL
Specifies the URL of a JScript file that automatically configures the proxy-server settings for the browser.
Syntax
|
Value
|
Description
|
|---|
URL | A URL. |
Example
|
[URL]
AutoConfigJSURL = http://configserver/autoconfig.js |
Comments
AutoConfigURL
Specifies the URL of an .ins file that automatically configures the proxy-server settings for the browser.
Syntax
|
Value
|
Description
|
|---|
URL | A URL. |
Example
|
[URL]
AutoConfigURL = http://configserver/autoconfig.ins |
Comments
Help_Page
Specifies the URL for HTML-based Help.
Syntax
|
Value
|
Description
|
|---|
URL | A URL. |
Example
|
[URL]
Help_Page = http://configserver |
Comments
Home_Page
Specifies the URL for the browser’s default home page.
Syntax
|
Value
|
Description
|
|---|
URL | A URL. |
Example
|
[URL]
Home_Page = http://www.msn.com/ |
Comments
Quicklink
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 = "http://www.microsoft.com/"
Quick_Link_2_Name = "MS Japan HomePage"
Quick_Link_2 = "http://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.