亢奋V设施把戏-第2部分: 窗口和亢奋V RC0的未看管的设施
生动描述它: 西西里岛1914年。 您有您需要安装和配置窗口服务器2008年和亢奋V RC0的一束服务器。 您不感觉象管闲事与Sysprep。 您做什么?
很好, 1914年,因为这些事都不存在,您是否是大概相当安全的,但那是否现在真正地不帮助谁,是?
什么您需要,是方式做窗口的未看管的设施和亢奋V,因此您不必须坐那里全部时间和键入命令,当系统准备好您时。 幸运为您,我们已经认为那。
在您开始之前,我强烈建议您下载窗口AIK为窗口服务器2008年和窗口景色SP1。 AIK具体地包含工具和文献的帮助的管理员象您对初次公开展出窗口大规模地。 与AIK,您将得到将帮助您建立未看管的设施归档的一个妙的小的工具(以前叫 sysprep.inf现在叫 unattend.xml). 您能下载它 这里.
假定
- 为这个岗位的目的,我假设,您已经有 unattend.xml 归档您计划在使用回答问题在安装时间。 在这个岗位身体,我为您如所需要只提供XML片段给下落入您的答复文件。 但,确信,大家得到信息他们方式,我将附有一个完全和运作的答复文件(当然除了产品钥匙),您能发现在这个岗位底部。
- 您在x64服务器应付使能亢奋V角色,并且您想要应用RC0补丁。
- 您使用一把USB钥匙以您的窗口设施媒介做未看管的设施。 您可能正容易地创造风俗安装DVD与unattend文件和RC0 QFE对此。 它是由您决定,但我是正义去忠心于步为USB钥匙。
步
- 下载亢奋V RC0补丁。 (我们假设您做着此在服务器,因此我们与x64仅包裹一起使用。)它是在微软下载中心,在这是不错。 下载MSU,和除它之外到您的地方机器。
- 创造一个工作目录在您的地方机器。 我喜欢叫我的 C:\extract.
- 从一个高的指令提示,跑以下命令:
扩展- F :* <MSU file that you just downloaded> C:\extract - If you look in C:\extract, you should see two CAB files. Ignore the one named WSUSSCAN.CAB - it's the other one that you're interested in. Copy it to the root of your USB key.
- Open up your unattend.xml file and add one of the following fragments right after the <unattend /> element, but before any of the <settings /> elements
<!-- fragment for Server Full -->
<servicing>
<package
action="configure">
<assemblyIdentity
name="Microsoft-Windows-Foundation-Package"
version="6.0.6001.18000"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="" />
<selection
name="Microsoft-Hyper-V"
state="true" />
<selection
name="Microsoft-Hyper-V-Management-Clients"
state="true" />
</package>
<package
action="install">
<assemblyIdentity
name="Package_for_KB949219"
version="6.0.1.2"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="neutral" />
<source
location="E:\Windows6.0-KB949219-x64.cab" />
</package>
</servicing>
-or- <!-- fragment for Server Core --> - Make sure you change the location of the CAB file to point to your USB Key drive (this takes some doing, depending on your hard drive configuration).
- Save the unattend.xml file to your USB key as "autounattend.xml".
- Go test it out. Pop a Windows installation DVD into one of your servers and plug in the USB Key that you copied all of your unattend files to. If you had the unattend file answer all of the questions during setup, the installation should just start without you having to do anything.
- Once you're at the desktop of your new Windows installation, go check in the Programs applet in the Control Panel. If you look at installed updates, you should see KB949219 - the Hyper-V RC0 QFE.
<servicing>
<package
action="configure">
<assemblyIdentity
name="Microsoft-Windows-ServerCore-Package"
version="6.0.6001.18000"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="" />
<selection
name="Microsoft-Hyper-V"
state="true" />
</package>
<package
action="install">
<assemblyIdentity
name="Package_for_KB949219"
version="6.0.1.2"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="neutral" />
<source
location="E:\Windows6.0-KB949219-x64.cab" />
</package>
</servicing>
Written by mikekol. Read more great feeds at is source WEBSITE
no comments.
Read more articles on Hyper-V RC0 and Hyper-V How To and otherSoftware and Microsoft Hyper-V.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article














