无忧启动论坛

标题: win2003 服务器版封装? [打印本页]

作者: cjzzz    时间: 2006-4-15 07:56
标题: win2003 服务器版封装?
安装过程中   到
每服务器同时连接数 就停止了.    要手工输入连接数 才能继续. 其它全部自动。

请问这个要怎么解决?  sysprep.inf  有没有设置这个的?

作者: 老毛桃    时间: 2006-4-15 12:14
标题: win2003 服务器版封装?
[LicenseFilePrintData]
    AutoUsers=9999

作者: cjzzz    时间: 2006-4-15 13:36
标题: win2003 服务器版封装?
感谢, 测试后再来报告。
作者: cjzzz    时间: 2006-4-16 11:36
标题: win2003 服务器版封装?
[LicenseFilePrintData]
   AutoUsers=9999

我把这段加在 sysprep.inf 文件最后面了. 不行啊??
作者: cjzzz    时间: 2006-4-16 12:16
标题: win2003 服务器版封装?
汗. .搞定了 .  
  拿着金山快译, 好不容易的看起帮助文件. ...
  
  
[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
我也想弄個封裝的用用。。  請問樓主,你用的是什么工具封住的“???




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3