<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to create a Windows Image (.wim) file</title>
	<atom:link href="http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/</link>
	<description>Discussions about system management technologies. Including, but not limited to, ConfigMgr, WDS, MDT, WSUS, Forefront, VMM, Hyper-V etc.</description>
	<lastBuildDate>Thu, 28 Jan 2010 07:35:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vitalie Ciobanu</title>
		<link>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/comment-page-1/#comment-1956</link>
		<dc:creator>Vitalie Ciobanu</dc:creator>
		<pubDate>Wed, 06 Jan 2010 08:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/#comment-1956</guid>
		<description>Hi Alex,

It depends on how you want to deploy your image. You can either create a DVD with your customized image and install manually (also known as Windows Setup), apply the image from a share using ImageX or deploy it using WDS.

See &lt;a target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/dd744273(WS.10).aspx&quot; rel=&quot;nofollow&quot;&gt;this article &lt;/a&gt;for steps on how to deploy your image.
See &lt;a target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/dd744343(WS.10).aspx&quot; rel=&quot;nofollow&quot;&gt;this article &lt;/a&gt;as a step-by-step on how to get started with Windows Deployment Services.

Regards,
Vit</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>It depends on how you want to deploy your image. You can either create a DVD with your customized image and install manually (also known as Windows Setup), apply the image from a share using ImageX or deploy it using WDS.</p>
<p>See <a target="_blank" href="http://technet.microsoft.com/en-us/library/dd744273(WS.10).aspx" rel="nofollow">this article </a>for steps on how to deploy your image.<br />
See <a target="_blank" href="http://technet.microsoft.com/en-us/library/dd744343(WS.10).aspx" rel="nofollow">this article </a>as a step-by-step on how to get started with Windows Deployment Services.</p>
<p>Regards,<br />
Vit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexpascanu</title>
		<link>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/comment-page-1/#comment-1955</link>
		<dc:creator>alexpascanu</dc:creator>
		<pubDate>Wed, 06 Jan 2010 06:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/#comment-1955</guid>
		<description>Thank yiu again for your answer!
I have anather question if you don&#039;t mind of course:
After i&#039;ve got the wim file what i have to do in order to deploy it on a clean machine(unformatted hdd)?
Thank you!</description>
		<content:encoded><![CDATA[<p>Thank yiu again for your answer!<br />
I have anather question if you don&#8217;t mind of course:<br />
After i&#8217;ve got the wim file what i have to do in order to deploy it on a clean machine(unformatted hdd)?<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitalie Ciobanu</title>
		<link>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/comment-page-1/#comment-1953</link>
		<dc:creator>Vitalie Ciobanu</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/#comment-1953</guid>
		<description>Hi Alex,

Thanks for reading and posting your questions here.
Regarding Sysprep: if you install and customize an operating system and want to capture it as a .wim file so you can later deploy it, Sysprep prepares the installation so that you can create an image, the .wim file. An operating system includes some unique elements that cannot be copied over to new systems, and here is where sysprep helps us. It generalizes (deletes) these elements so that you can deploy the image to other computers. After the image is copied onto a destination computer, and you start the destination computer, a shortened version of the Windows Setup program runs. The shortened version of Setup configures only user-specific and computer-specific settings, such as computer name, domain membership, and regional options. You can automate this last part of the setup process by using an answer file, a simple text file that instructs the Setup program how to configure the various operating system settings.

Regarding you second question, as far as I know, deploying .wim files is not supported with RIS. Instead, you can use WDS. See here for details on how to get started with WDS &lt;a title=&quot;Deploy Windows Using Windows Deployment Services&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/dd744343(WS.10).aspx&quot; rel=&quot;nofollow&quot;&gt;http://technet.microsoft.com/en-us/library/dd744343(WS.10).aspx&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Thanks for reading and posting your questions here.<br />
Regarding Sysprep: if you install and customize an operating system and want to capture it as a .wim file so you can later deploy it, Sysprep prepares the installation so that you can create an image, the .wim file. An operating system includes some unique elements that cannot be copied over to new systems, and here is where sysprep helps us. It generalizes (deletes) these elements so that you can deploy the image to other computers. After the image is copied onto a destination computer, and you start the destination computer, a shortened version of the Windows Setup program runs. The shortened version of Setup configures only user-specific and computer-specific settings, such as computer name, domain membership, and regional options. You can automate this last part of the setup process by using an answer file, a simple text file that instructs the Setup program how to configure the various operating system settings.</p>
<p>Regarding you second question, as far as I know, deploying .wim files is not supported with RIS. Instead, you can use WDS. See here for details on how to get started with WDS <a title="Deploy Windows Using Windows Deployment Services" target="_blank" href="http://technet.microsoft.com/en-us/library/dd744343(WS.10).aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/dd744343(WS.10).aspx</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex pascanu</title>
		<link>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/comment-page-1/#comment-1952</link>
		<dc:creator>alex pascanu</dc:creator>
		<pubDate>Sun, 03 Jan 2010 12:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/#comment-1952</guid>
		<description>Very nteresting post,i&#039;ve been looking for how to make wim image,but i&#039;ve gpt some questions if you don;t mind:
1)Whici is the role of sysprep in making a wim image
2) How could i deploy thet image via RIS service -&gt; a comprehending tutorial if you don;t mind?
 Best Regards!</description>
		<content:encoded><![CDATA[<p>Very nteresting post,i&#8217;ve been looking for how to make wim image,but i&#8217;ve gpt some questions if you don;t mind:<br />
1)Whici is the role of sysprep in making a wim image<br />
2) How could i deploy thet image via RIS service -&gt; a comprehending tutorial if you don;t mind?<br />
 Best Regards!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
