banner

[NetServices]

Answer File = Unattend.txt and Sysprep.inf

The [NetServices] section contains entries for installing network services.

Entry Description
network_service_name Specifies the section where you define entries for a network service.

Sample

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

[NetServices]
MS_Server = params.MS_Server

network_service_name

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

Syntax network_service_name = service_entries_section
Value service_entries_section
Example
MS_Server = params.MS_Server
Comments You must select the network service name from the Service ID column in the following table. The table describes each client and the components that automatically install.
Service ID Description
MS_NwSapAgent SAP Agent
MS_PSched QoS Packet Scheduler
MS_RasSrv Dial-Up Server
MS_Server File and Print Services
MS_WLBS Network Load Balancing (formerly known as Windows Load Balancing Service)

icon Return to top