(Unattended Installation)

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

[MS_MSClient parameters]

The [MS_MSClient parameters] section contains entries for Client for Microsoft Networks.

This section can be used only with the [Networking] section.

Answer File Entries for the [ MS_MSClient parameters ] Section

Entry Description

BrowseDomains

Specifies a list of domains that the computer can browse.

NameServiceNetworkAddress

Specifies the network address of the name service provider.

NameServiceProtocol

Specifies the protocol that the name service uses.

BrowseDomains

Specifies a list of domains that the computer can browse.

Syntax
BrowseDomains = domain name[, domain name[, ...]]
Value Description

domain name

Domain name.

Example
[Networking]
[MS_MSClient parameters]
BrowseDomains = Sales, Research
Comments

This entry is available only for Windows Server 2003.

NameServiceNetworkAddress

Specifies the network address of the name service provider.

Syntax
NameServiceNetworkAddress = IP address
Value Description

IP address

IP address.

Example
[Networking]
[MS_MSClient parameters]
NameServiceNetworkAddress = 192.168.0.0
Comments

This entry requires NameServiceProtocol = ncacn_ip_tcp in the [Networking] section.

NameServiceProtocol

Specifies the protocol that the name service uses.

Syntax
NameServiceProtocol = ncacn_np | ncacn_ip_tcp
Value Description

ncacn_np

Protocol.

ncacn_ip_tcp

Protocol.

Example
[Networking]
[MS_MSClient parameters]
NameServiceProtocol = ncacn_np
Comments

None.