(Unattended Installation)
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
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. |
Specifies whether to configure the browser automatically from a server.
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. |
[URL]
AutoConfig = 0
None.
Specifies the URL of a JScript file that automatically configures the proxy-server settings for the browser.
AutoConfigJSURL = URL
Value | Description |
---|---|
URL |
A URL. |
[URL]
AutoConfigJSURL = https://configserver/autoconfig.js
None.
Specifies the URL of an .ins file that automatically configures the proxy-server settings for the browser.
AutoConfigURL = URL
Value | Description |
---|---|
URL |
A URL. |
[URL]
AutoConfigURL = https://configserver/autoconfig.ins
None.
Specifies the URL for HTML-based Help.
Help_Page = URL
Value | Description |
---|---|
URL |
A URL. |
[URL]
Help_Page = https://configserver
None.
Specifies the URL for the browser’s default home page.
Home_Page = URL
Value | Description |
---|---|
URL |
A URL. |
[URL]
Home_Page = https://www.msn.com/
None.
Specifies shortcuts in the link folder of the [FavoritesEx] section.
Quicklink = site name, URL
Value | Description |
---|---|
site name |
Site name. |
URL |
A URL. |
[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
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.