(Unattended Installation)

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

[SetupMgr]

This section contains entries for specifying the server and folder in which the distribution share resides and the name of the distribution share. This section is used only by Setup Manager when an existing distribution share is edited. It is not used by Setup during an unattended installation.

Answer File Entries for the [SetupMgr] Section

Entry Description

DistFolder

Specifies the server and the folder in which the distribution folder resides.

DistShare

Specifies the name of the distribution share.

DistFolder

Specifies the server and folder in which the distribution share resides.

Syntax
DistFolder = server_and_folder_name
Value Description

server_and_folder_name

Server name and folder name in which the distribution share is saved.

Example
[SetupMgr]
DistFolder = \\Server1\OS_Shares
Comments

None.

DistShare

Specifies the name of the distribution share.

Syntax
DistShare = distribution_share
Value Description

distribution_share

Distribution share name.

Example
[SetupMgr]
DistShare = Win2003_Std
Comments

None.