<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Networknet.nl &#187; Autounattend.xml</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/autounattend-xml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Server Deployment: Autounattend.xml Windows Server 2008 R2</title>
		<link>http://www.networknet.nl/apps/wp/archives/954</link>
		<comments>http://www.networknet.nl/apps/wp/archives/954#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:16:24 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SIM]]></category>
		<category><![CDATA[Autounattend.xml]]></category>
		<category><![CDATA[unattended]]></category>
		<category><![CDATA[windows setup]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/954</guid>
		<description><![CDATA[Windows Setup allows you to provide an answer file for a unattended install. Windows 2000/Windows XP had the winnt.sif but Windows Vista, Windows 7 and Windows Server 2008 allow you&#160; to provide a Autounattend.xml file. If you follow the right steps with SIM (Windows System Image Manager) and add the components the setup needs you can build a file which perform a automatic installation without any input during the setup phase. Well I build such a Autounattend.xml file I run into the problem when the Windows Setup started I needed to choose which version of Windows Server 2008 R2 I wanted to install. This step I wanted to skip and really have automatic installation.&#160; To make that happen you need to add InstallFrom into the XML file. &#60;ImageInstall&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;OSImage&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;InstallFrom&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;MetaData wcm:action=&#34;add&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;Key&#62;/IMAGE/NAME&#60;/Key&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;Value&#62;Windows Server 2008 R2 SERVERSTANDARD&#60;/Value&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/MetaData&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/InstallFrom&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;InstallTo&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;DiskID&#62;0&#60;/DiskID&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;PartitionID&#62;1&#60;/PartitionID&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/InstallTo&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;WillShowUI&#62;OnError&#60;/WillShowUI&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/OSImage&#62; &#60;/ImageInstall&#62; Make sure you query the WIM file with imagex.exe /info d:\sources\install.wim and insert that for MetaData Value (marked in RED).]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/954/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

