亢奮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














