<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Unattended XP Installs with Windows Deployment Services</title>
	<atom:link href="http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/</link>
	<description>A bunch of random notes from working in IT</description>
	<lastBuildDate>Fri, 17 Feb 2012 06:43:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: LFC</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-295</link>
		<dc:creator><![CDATA[LFC]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 22:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-295</guid>
		<description><![CDATA[I got some help that solved my issue. It turns out WindowsPE was running a command called startnet.cmd that was overwriting my sysprep.inf. I then found a batch script that removes the two lines in startnet.cmd that are causing the problem.]]></description>
		<content:encoded><![CDATA[<p>I got some help that solved my issue. It turns out WindowsPE was running a command called startnet.cmd that was overwriting my sysprep.inf. I then found a batch script that removes the two lines in startnet.cmd that are causing the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LFC</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-294</link>
		<dc:creator><![CDATA[LFC]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 02:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-294</guid>
		<description><![CDATA[I have also been having trouble getting XP SP3 to deploy unattended. The sysprep.inf file that I have at C:\sysprep\sysprep.inf works perfectly when I deploy the syspreped image with Acronis.

However, when I build a configuration and then a deployment set in RPK 3.4, the ensuing image does not use my sysprep.inf for an unattended setup. I am trying to use the xml posted to generate a usable XPUnattend.xml, but I have not been able to get that working.

If any of the previous posters could let me know how they got their deployments working I would be forever grateful.]]></description>
		<content:encoded><![CDATA[<p>I have also been having trouble getting XP SP3 to deploy unattended. The sysprep.inf file that I have at C:\sysprep\sysprep.inf works perfectly when I deploy the syspreped image with Acronis.</p>
<p>However, when I build a configuration and then a deployment set in RPK 3.4, the ensuing image does not use my sysprep.inf for an unattended setup. I am trying to use the xml posted to generate a usable XPUnattend.xml, but I have not been able to get that working.</p>
<p>If any of the previous posters could let me know how they got their deployments working I would be forever grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Y</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-246</link>
		<dc:creator><![CDATA[Tom Y]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 22:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-246</guid>
		<description><![CDATA[It is still necessary to include sysprep if I already captured and uploaded a sysprepped image?]]></description>
		<content:encoded><![CDATA[<p>It is still necessary to include sysprep if I already captured and uploaded a sysprepped image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theforce</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-245</link>
		<dc:creator><![CDATA[theforce]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 11:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-245</guid>
		<description><![CDATA[Hi Rob, how are you linking your sysprep.inf to your xp.wim image that you are installing.

My unattended.xml is supplys language admin username and password etc.. but does not autoselect the image that i want to install (but I can live with that).

i deployment image is sitting image group windows xp image and is called xptestcapture.wim (so in e:remoteinstallimageswindows xp imagexptestcapture.wim) and my sysprep.inf file is sittin in e:remoteinstallimageswindows xp image$oem$$1sypprep.inf)

when i pxe boot i am presented with the screen to select image to deploy, i select my image and it expands and reboots the computer

upon reboot brings up the 30 sec timer (the screen that comes up when windows crashes), i press enter to select boot up &quot;windows normally&quot;.  It then goes through a number of steps where I 
accept licence agreement, ok computer name, enter product key, select local admin password.


the machine reboots and my xp image with all its software is installed.

What am I doing wrong?]]></description>
		<content:encoded><![CDATA[<p>Hi Rob, how are you linking your sysprep.inf to your xp.wim image that you are installing.</p>
<p>My unattended.xml is supplys language admin username and password etc.. but does not autoselect the image that i want to install (but I can live with that).</p>
<p>i deployment image is sitting image group windows xp image and is called xptestcapture.wim (so in e:remoteinstallimageswindows xp imagexptestcapture.wim) and my sysprep.inf file is sittin in e:remoteinstallimageswindows xp image$oem$$1sypprep.inf)</p>
<p>when i pxe boot i am presented with the screen to select image to deploy, i select my image and it expands and reboots the computer</p>
<p>upon reboot brings up the 30 sec timer (the screen that comes up when windows crashes), i press enter to select boot up &#8220;windows normally&#8221;.  It then goes through a number of steps where I<br />
accept licence agreement, ok computer name, enter product key, select local admin password.</p>
<p>the machine reboots and my xp image with all its software is installed.</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WDS Unattended help</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-244</link>
		<dc:creator><![CDATA[WDS Unattended help]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 10:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-244</guid>
		<description><![CDATA[[...]          It is possible by using the unattend.xml file which is on the WDS server.  I found this site which talks you through it....             Reply With Quote [...] ]]></description>
		<content:encoded><![CDATA[<p>[...]          It is possible by using the unattend.xml file which is on the WDS server.  I found this site which talks you through it&#8230;.             Reply With Quote [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KignOccagma</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-243</link>
		<dc:creator><![CDATA[KignOccagma]]></dc:creator>
		<pubDate>Sat, 11 Jun 2011 21:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-243</guid>
		<description><![CDATA[hi there great thread you have going there!]]></description>
		<content:encoded><![CDATA[<p>hi there great thread you have going there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allein</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-151</link>
		<dc:creator><![CDATA[allein]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 09:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-151</guid>
		<description><![CDATA[Spoony, any chance you are still here...please respond, as I am trying to accomplish the same thing as you :) And the same problem seems to be bugging me too! :-s
Did you find the solution for your problem? Could you post it here? Or email me at allein(a)net4u.hr? I am very interested to know if you managed to solve this, and how!
Thanks Rob for the article!]]></description>
		<content:encoded><![CDATA[<p>Spoony, any chance you are still here&#8230;please respond, as I am trying to accomplish the same thing as you :) And the same problem seems to be bugging me too! :-s<br />
Did you find the solution for your problem? Could you post it here? Or email me at allein(a)net4u.hr? I am very interested to know if you managed to solve this, and how!<br />
Thanks Rob for the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hackett</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-150</link>
		<dc:creator><![CDATA[Luke Hackett]]></dc:creator>
		<pubDate>Mon, 12 Jul 2010 11:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-150</guid>
		<description><![CDATA[Hi,

I dont usually post comments on websites like these but i just had to say great instructions and thank you very much.

Regards,

Luke]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I dont usually post comments on websites like these but i just had to say great instructions and thank you very much.</p>
<p>Regards,</p>
<p>Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spoony</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-149</link>
		<dc:creator><![CDATA[Spoony]]></dc:creator>
		<pubDate>Mon, 21 Jun 2010 18:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-149</guid>
		<description><![CDATA[Ok, I got my unattend.xml file working to a certain point. Basically,

It will log me into the WDS (Credentials), Select the specific Image, Create the partition I set up.....&amp; then it just sits there. I have to manually push &quot;NEXT&quot; to start &quot;deploying&quot; the image.

I&#039;m going to do some research on that right now, but I&#039;ll just post this in case someone else has already ran into this problem and whats to share a solution.

Thanks Rob, for the create article.]]></description>
		<content:encoded><![CDATA[<p>Ok, I got my unattend.xml file working to a certain point. Basically,</p>
<p>It will log me into the WDS (Credentials), Select the specific Image, Create the partition I set up&#8230;..&amp; then it just sits there. I have to manually push &#8220;NEXT&#8221; to start &#8220;deploying&#8221; the image.</p>
<p>I&#8217;m going to do some research on that right now, but I&#8217;ll just post this in case someone else has already ran into this problem and whats to share a solution.</p>
<p>Thanks Rob, for the create article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spoony</title>
		<link>http://robwhitehouse.com/2007/08/15/unattended-xp-installs-with-windows-deployment-services/#comment-148</link>
		<dc:creator><![CDATA[Spoony]]></dc:creator>
		<pubDate>Fri, 18 Jun 2010 00:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/windows/wds/unattended-xp-installs-with-windows-deployment-services/#comment-148</guid>
		<description><![CDATA[I&#039;m set on the sysprep.inf file (Fully automated) I&#039;ve used this in the past on my WDS &amp; works perfectly with the XP images I have created. I&#039;ve been doing them manually and decided that I want to remotely deploy images via Wake On Lan, Unattended.xml (Basically I want to install the OS from the comforts of my own office &amp; have it set up to where it picks the correct image to deploy, partitions the drive, &amp; adds it the the domain)

Now here&#039;s my question:

How do I create the unattended.xml file for XP to do all the things I mentioned above? I&#039;m stuck on the &quot;Windows System Image Manager&quot; where creating the answer file comes alittle confusing for me. Is there a guide to create the answer file for an XP image? This is the only part that I&#039;m stuck on so far...the sysprep.inf file is set and ready to go, but I&#039;m alittle confused on this part.

Any help, or links would be greatly appreciated.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m set on the sysprep.inf file (Fully automated) I&#8217;ve used this in the past on my WDS &amp; works perfectly with the XP images I have created. I&#8217;ve been doing them manually and decided that I want to remotely deploy images via Wake On Lan, Unattended.xml (Basically I want to install the OS from the comforts of my own office &amp; have it set up to where it picks the correct image to deploy, partitions the drive, &amp; adds it the the domain)</p>
<p>Now here&#8217;s my question:</p>
<p>How do I create the unattended.xml file for XP to do all the things I mentioned above? I&#8217;m stuck on the &#8220;Windows System Image Manager&#8221; where creating the answer file comes alittle confusing for me. Is there a guide to create the answer file for an XP image? This is the only part that I&#8217;m stuck on so far&#8230;the sysprep.inf file is set and ready to go, but I&#8217;m alittle confused on this part.</p>
<p>Any help, or links would be greatly appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

