banner

[NetClients]

Answer File = Unattend.txt and Sysprep.inf

The [NetClients] section contains an entry for specifying the network clients to install.

Entry Description
network_client_name Specifies the section where you define entries for a network client.

Sample

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

[NetClients]
MS_MSClient = params.MS_MSClient

network_client_name

Specifies the section where you define entries for a network client.

Syntax network_client_name = client_entries_section
Value client_entries_section
Example
MS_MSClient = params.MS_MSClient
Comments You must include the network client name in the following table. The table describes each client and the components that automatically install.
Client ID Description Component installed
MS_MSClient Client for Microsoft Networks, which represents MS_Browser, MS_Workstation, MS_RPC MS_NetBIOS
MS_NWClient Client for NetWare Networks  

Important

  • Microsoft® Windows® XP Professional and the Windows Server 2003 family support the NetWare client, but Windows XP Home Edition does not support it.

icon Return to top