Title: Message
If you are opting for the default settings in the unattend.txt file [i.e. the following lines exists]
 
[Networking]
    InstallDefaultComponents=Yes
 
then I am not sure if any other Networking-related sections are processed - might be one to test out. Without that entry, if you don't specifically list the NetService then it won't be insatlled. I'm using the paramaters as previously posted for a Windows 2000 Server SP4 installation, and the QoS packet scheduler does not get installed.
 
The following might do what you want:
 
[params.Adapter1]
    INFID="*"
 
[NetClients]
    MS_MSClient=params.MS_MSClient
 
[NetServices]
    MS_SERVER=params.MS_SERVER
 
[NetProtocols]
    MS_TCPIP=params.MS_TCPIP
 
[params.MS_TCPIP]
    DNS=No
    UseDomainNameDevolution=No
    EnableLMHosts=Yes
    AdapterSections=params.MS_TCPIP.Adapter1
 
[params.MS_TCPIP.Adapter1]
    SpecificTo=Adapter1
    DHCP=Yes

 
In the UNATTEND.doc on the Windows CD [extract from \support\tools\deploy.cab] there are some examples of more complex unattend.inf entries for networking.
 
JMB
-----Original Message-----
From: "Norstr�m, Daniel" [mailto:[EMAIL PROTECTED]
Sent: 01 August 2003 13:25
To: James Barlow; [EMAIL PROTECTED]
Subject: RE: [Unattended] Setting specific IP Address during unattended install

If I want to automatically remove the QoS Packet Scheduler from the Local Area connection properties in the build, can I do this from the unattended.txt file?

 

Where shall I put the string if so and how shall the string look like?

 

[NetClients]
 

[NetServices]

[NetProtocols]

 [params.MS_TCPIP]

I found this in the deploy.chm but I can't see under what section I shall put it and especially if you DON'T want it inside.

 

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)

 

 

/Danie l 


This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender
immediately by telephoning +44(1684) 278700. You should not copy it
or use it for any purpose nor disclose or distribute its contents to
any other person.

Reply via email to