banner

[URL]

Answer File = Unattend.txt

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

Important

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.

Sample

This sample demonstrates one use of the [URL] section of Unattend.txt.

[URL]
AutoConfig = 1
AutoConfigJSURL = http://configserver/autoconfig.js
AutoConfigURL = http://configserver/autoconfig.ins
Help_Page = http://configserver
Home_Page = http://www.msn.com/
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

AutoConfig

Specifies whether to configure the browser automatically from a server.

Syntax AutoConfig = 0 | 1
Values 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
AutoConfig = 1

icon Return to top

AutoConfigJSURL

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

Syntax AutoConfigJSURL = URL
Value URL
Example
AutoConfigJSURL = http://configserver/autoconfig.js

icon Return to top

AutoConfigURL

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

Syntax AutoConfigURL = URL
Value URL
Example
AutoConfigURL = http://configserver/autoconfig.ins

icon Return to top

Help_Page

Specifies the URL for HTML-based Help.

Syntax Help_Page = URL
Value URL
Registry subkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
    Internet Explorer\Main\Star
Example
Help_Page = http://configserver

icon Return to top

Home_Page

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

Syntax Home_Page = URL
Value URL
Registry subkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
    Internet Explorer\Main\Start Page
Example
Home_Page = http://www.msn.com/

icon Return to top

Quicklink

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

Syntax Quicklink = site name, URL
Values site name, URL
Example
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.

icon Return to top