(Remote Installation Services)

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

[Proxy]

The [Proxy] section contains entries for specifying proxy server settings for the Windows XP or Windows Server 2003 browser. If these settings are not present, Setup uses the default proxy server settings for Windows XP or Windows Server 2003.

To make sure your settings in the [Proxy] section take effect, you need to include the [Branding] section and the BrandIEUsingUnattended entry in the answer file to enable the following browser-related settings:

[Branding]
BrandIEUsingUnattended = Yes

In the [Unattended] section, if you use the entries AutoActivate = Yes and ActivateProxy = Proxy, Windows Product Activation (WPA) attempts to activate this installation of Windows XP by using the proxy settings specified in this section.

If you use the ActivateProxy entry in the [Unattended] section to specify a custom section for proxy settings (in other words, you do not use the default [Proxy] section), WPA uses the proxy settings specified in the custom section of the answer file. The entries in the custom section must match the syntax specified for the [Proxy] section.

Answer File Entries for the [Proxy] Section

Entry Description

FTP_Proxy_Server

Specifies the IP address or URL of the FTP proxy server on the network.

Gopher_Proxy_Server

Specifies the IP address or URL of the Gopher proxy server on the network.

HTTP_Proxy_Server

Specifies the IP address or URL of the HTTP proxy server on the network.

Proxy_Enable

Specifies whether to use a proxy server to connect to the Internet.

Proxy_Override

Specifies a semicolon-separated list of IP addresses to bypass the proxy server.

Secure_Proxy_Server

Specifies the IP address or URL of the Secure proxy on the network.

Socks_Proxy_Server

Specifies the IP address or URL of the Socks proxy on the network.

Use_Same_Proxy

Specifies whether to use the same proxy server for all protocols.

FTP_Proxy_Server

Specifies the IP address or URL of the FTP proxy server on the network.

Syntax
FTP_Proxy_Server = URL_or_IP_address
Value Description

URL_or_IP_address

URL or IP address for proxy server.

Example
[Proxy]
FTP_Proxy_Server = https://proxyserver:80
Comments

None.

Gopher_Proxy_Server

Specifies the IP address or URL of the Gopher proxy server on the network.

Syntax
Gopher_Proxy_Server = URL_or_IP_address
Value Description

URL_or_IP_address

URL or IP address for Gopher proxy server.

Example
[Proxy]
Gopher_Proxy_Server = https://proxyserver:80
Comments

None.

HTTP_Proxy_Server

Specifies the IP address or URL of the HTTP proxy server on the network.

Syntax
HTTP_Proxy_Server = URL_or_IP_address
Value Description

URL_or_IP_address

URL or IP address for the HTTP proxy server.

Example
[Proxy]
HTTP_Proxy_Server = https://proxyserver:80
Comments

This entry is required if you use the Use_Same_Proxy entry.

Proxy_Enable

Specifies whether to use a proxy server to connect to the Internet.

Syntax
Proxy_Enable = 0 | 1
Value Description

0

Does not use a proxy server.

1

Uses a proxy server.

Example
[Proxy]
Proxy_Enable = 1
Comments

None.

Proxy_Override

Specifies a semicolon-separated list of IP addresses to bypass the proxy server.

Syntax
Proxy_Override = list_of_IP_addresses
Value Description

list_of_IP_addresses

List of IP addresses.

Example
[Proxy]
Proxy_Override = "<local>"
Comments

You must enclose the list in quotation marks (for more than one address) and add the string <local> to override local addresses.

Secure_Proxy_Server

Specifies the IP address or URL of the Secure proxy on the network.

Syntax
Secure_Proxy_Server = URL_or_IP_address
Value Description

URL_or_IP_address

URL or IP address of secure proxy server.

Example
[Proxy]
Secure_Proxy_Server = https://proxyserver:80
Comments

None.

Socks_Proxy_Server

Specifies the IP address or URL of the Socks proxy on the network.

Syntax
Socks_Proxy_Server = URL_or_IP_address
Value Description

URL_or_IP_address

URL or IP address of Socks proxy server.

Example
[Proxy]
Socks_Proxy_Server = https://proxyserver:80
Comments

None.

Use_Same_Proxy

Specifies whether to use the same proxy server for all protocols.

Syntax
Use_Same_Proxy = 0 | 1
Value Description

0

Does not use the same proxy server for all protocols.

1

Uses the same proxy server for all protocols.

Example
[Proxy]
Use_Same_Proxy = 1
Comments

If you specify this entry, all other transports use the HTTP proxy server.