banner

[LicenseFilePrintData]

Answer File = Unattend.txt and Sysprep.inf

The [LicenseFilePrintData] section contains entries for installing licensing information for the Microsoft® Windows® Server 2003 family.

Entry Description
AutoMode Determines whether to install Windows Server, Windows Advanced Server, Limited Edition, or Windows Server 2003, Datacenter Edition, in a per-seat or a per-server license mode.
AutoUsers Indicates the number of client licenses purchased for the server.

Sample

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

[LicenseFilePrintData]
AutoMode = PerServer
AutoUsers = 10

AutoMode

Determines whether to install Windows Server, Windows Advanced Server, Limited Edition, or Windows Server 2003, Datacenter Edition, in a per-seat or a per-server license mode.

Syntax AutoMode = PerSeat | PerServer
Values PerSeat

Indicates that the end user purchased a client access license for each computer accessing the server.

PerServer

Indicates that the end user purchased client access licenses for each server, which allows a certain number of concurrent connections to the server.

Example
AutoMode = PerServer
Comments If AutoMode = PerServer, you must also specify the AutoUsers entry.

If the AutoMode entry is empty or missing, Setup prompts the end user to select the license mode.

icon Return to top

AutoUsers

Indicates the number of client licenses purchased for the server.

Syntax AutoUsers = integer
Value integer
Example
AutoUsers = 10
Comments This entry is valid only if AutoMode = PerServer.

Important

  • You must specify a number greater than five, otherwise the unattended Setup fails and prompts the end user to pick a value through the user interface.

icon Return to top