[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.
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.
Return to top 作者: hutokyo 时间: 2009-3-26 09:56
我也想弄個封裝的用用。。 請問樓主,你用的是什么工具封住的“???