<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xpefiles.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Brad Combs</title><link>http://xpefiles.com/cs/blogs/bcombs/default.aspx</link><description>Windows XP Embedded tips, tricks, news, and events.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>HowTo: Use a component script to enable boot.ini flags</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2008/06/24/howto-use-a-component-script-to-enable-boot-ini-flags.aspx</link><pubDate>Tue, 24 Jun 2008 23:40:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:1210</guid><dc:creator>bcombs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=1210</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2008/06/24/howto-use-a-component-script-to-enable-boot-ini-flags.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;Goal:&lt;/strong&gt; The goal of this HowTo is to use component scripting available in XP Embedded to generate a custom boot.ini with every build.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Challenge:&lt;/strong&gt; If the /bootlogo boot.ini flag is desired the boot.ini file must be modified after each build in Target Designer. You could also run a script during FBA to accomplish this same thing.&lt;/p&gt;
&lt;p&gt;&lt;font face="Calibri" size="3"&gt;&lt;strong&gt;Prerequisites:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;font face="Calibri" size="3"&gt;Windows Embedded Studio Tools installed.&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font face="Calibri" size="3"&gt;&lt;strong&gt;Script: &lt;/strong&gt;Much of the&amp;nbsp;CMI scripting interface in the Windows Embedded Studio toolkit is undocumented. This tip is actually pulled from an update to RTM from many years ago. The update was shipped as a component and the script was still accessible (whoops! &lt;img src="http://xpefiles.com/cs/emoticons/emotion-5.gif" alt="Wink" /&gt;). I noticed that there were a few lines in the Base Component script that created the default boot.ini. So I modified them to add our custom boot.ini flags. Copy the script below into a new file named boot.vbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Calibri" size="3"&gt;&amp;lt;script&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;#39;////////////////////////////////////////////////////////////////////////////&lt;br /&gt;&amp;#39; $Header:$&lt;br /&gt;&amp;#39; Windows Embedded Boot.ini Script&lt;br /&gt;&amp;#39; Version: 1.00&lt;br /&gt;&amp;#39; Author: bcombs&lt;br /&gt;&amp;#39;////////////////////////////////////////////////////////////////////////////&lt;/p&gt;
&lt;p&gt;Option Explicit&lt;/p&gt;
&lt;p&gt;&amp;#39;//event fired as part of the processing of method calls on CMI objects&lt;br /&gt;Sub cmiOnEndBuild(dwFlags)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;//Trace Enter&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim sProcName : sProcName = &amp;quot;BootLogo ::cmiOnEndBuild&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oPL.TraceEnter sProcName &amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //oPL - global object present in Platform Script&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oPL.BootSwitches.Add &amp;quot;bootlogo&amp;quot;, Empty&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;//Trace Exit&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oPL.TraceLeave sProcName&lt;/p&gt;
&lt;p&gt;End Sub&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Next, open Component Designer and create a new component called MyBootLogo. Add this script under the Component Script option in Component Designer. Add a file resource&amp;nbsp;to your component that points to the bitmap to be displayed at runtime. Remember, the file must be:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;A bitmap&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;16 colors (not 16 bit color!)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;640x480&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Named boot.bmp and stored in \Windows&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Create a repository for your boot logo. Save and import the MyBootLogo component and add it to your configuration. Build the image and check in the resulting boot.ini that your flags are there.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=1210" width="1" height="1"&gt;</description></item><item><title>Tip: Preparing a UFD to boot WinPE 2.0 on Windows XP</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2008/06/15/tip-preparing-a-ufd-to-boot-winpe-2-0-on-windows-xp.aspx</link><pubDate>Mon, 16 Jun 2008 01:51:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:1178</guid><dc:creator>bcombs</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=1178</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2008/06/15/tip-preparing-a-ufd-to-boot-winpe-2-0-on-windows-xp.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Goal: To prepare a UFD to boot WinPE 2.0 using a Windows XP workstation. &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Challenge: Windows XP Diskpart utility does not allow UFD devices to be marked as active&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Prerequisites: &lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Windows Embedded Studio tools with Feature Pack 2007.&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Windows Automated Installation Kit&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Create the default WinPE environment following this walktrhough: &lt;a href="http://technet2.microsoft.com/WindowsVista/en/library/31b6b2c0-2739-4204-88f0-2000a4b9e20a1033.mspx?mfr=true"&gt;http://technet2.microsoft.com/WindowsVista/en/library/31b6b2c0-2739-4204-88f0-2000a4b9e20a1033.mspx?mfr=true&lt;/a&gt;&amp;nbsp;&lt;strong&gt;Note:&lt;/strong&gt; Skip step #4 in the walkthrough.&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Workround:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Insert the key into the Windows XP / 2003 system.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Note the drive letter assigned to the device.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Open a command prompt (Start -&amp;gt; Run -&amp;gt; cmd). Change directories to c:\program files\windows embedded\utilities. &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;4.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Run ufdprep.exe to mark the disk as active. Type: &lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;ufdprep.exe x: /y&lt;br /&gt;&lt;/b&gt;Where &lt;strong&gt;x:&lt;/strong&gt; is the drive letter noted in step 2.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;5.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;If the disk is not already formatted NTFS (UFD disks are usually shipped as FAT32) from the command prompt type: &lt;b style="mso-bidi-font-weight:normal;"&gt;convert x: /fs:ntfs &lt;/b&gt;&lt;br /&gt;Where &lt;b style="mso-bidi-font-weight:normal;"&gt;x:&lt;/b&gt; is the drive letter noted in step 2.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;6.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;From the &lt;b&gt;Windows&amp;nbsp;PE Tools Command Prompt &lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;span style="mso-bidi-font-weight:bold;"&gt;&lt;font face="Calibri" size="3"&gt;type: &lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b&gt;.\x86\bootsect.exe /nt60 x: /force&lt;br /&gt;&lt;/b&gt;Where &lt;b&gt;x:&lt;/b&gt; is the drive letter noted in step 2&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;7.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;The last step is to copy the Windows PE files to the device. Copy the contents of c:\winpe_x86\ISO to the USB Flash device. &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;8.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Eject the USB Flash device, insert the drive into the target device and boot. Make sure the BIOS is configured to boot from USB HDD. Boot the device to Windows PE.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=1178" width="1" height="1"&gt;</description></item><item><title>HowTo: Using Windows Deployment Server to deploy XP Embedded runtime images.</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2007/11/28/howto-using-windows-deployment-server-to-deploy-xp-embedded-runtime-images.aspx</link><pubDate>Wed, 28 Nov 2007 13:05:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:831</guid><dc:creator>bcombs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=831</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2007/11/28/howto-using-windows-deployment-server-to-deploy-xp-embedded-runtime-images.aspx#comments</comments><description>&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Installing and configuring Windows Deployment Server for distributing XP Embedded runtime images.&lt;/font&gt;&lt;/font&gt;&lt;/b&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Goal:&lt;/b&gt;&lt;br /&gt;The goal is to provide a step by step process for installing and configuring Windows Deployment Services on a new Windows Server 2003 AS system.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Calibri" size="3"&gt;Assumptions&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 10pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l2 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;The Windows Server 2003 Advanced Server system meets the minimum hardware and software requirements.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Preparing the Windows Server 2003 Advanced Server System to run Windows Deployment Services&lt;br /&gt;&lt;/b&gt;After installing Windows Server 2003 AS onto the target server hardware run Windows Update to ensure that all available operating system updates have been applied to the system. Next, to configure Windows Deployment Services:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Configure the server to be a domain controller in a new (or existing) Active Directory domain. A Windows Deployment Services server must be either a member of an Active Directory domain or a domain controller for an Active Directory domain. The Active Directory domain and forest versions are irrelevant; all domain and forest configurations support Windows Deployment Services.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Configure the server to run as a DHCP server.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Configure the server to run as a DNS server. This is installed by default when the server is configured as a domain controller.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;4.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Install Windows Server 2003 SP1 if necessary.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;5.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Install Remote Installation Services. Remote Installation Services (RIS) can be installed by going to Control Panel -&amp;gt; Add / Remove Programs -&amp;gt; Add /Remove Windows Components. You may be prompted for the Windows Server 2003 installation media.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;6.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Download and install the Windows Automated Installation Kit. Install using the defaults. &lt;/font&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=81030"&gt;&lt;font face="Calibri" color="#0000ff" size="3"&gt;http://go.microsoft.com/fwlink/?LinkId=81030&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;7.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;On the Windows Automated Installation Kit CD, run windows-deployment-services-update-amd64.exe or windows-deployment-services-update-x86.exe based on your servers’ CPU architecture.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The installer is located in the WDS folder of the CD-Rom.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;8.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Reboot the system&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l3 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;9.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Open the “Windows PE Tools Command Prompt” by navigating to Start -&amp;gt; All Programs -&amp;gt; Microsoft Windows AIK -&amp;gt; Windows PE Tools Command Prompt. From the command prompt type: “WDSUTIL /initialize-server” to initialize the server in Native mode.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Creating the initial Windows PE 2.0 boot image for use with Windows Deployment Server.&lt;br /&gt;&lt;/b&gt;After configuring the server you can add a boot image that clients will download when they connect to the server. To configure the boot image:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l4 level1 lfo3;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Open the “Windows PE Tools Command Prompt” by navigating to Start -&amp;gt; All Programs -&amp;gt; Microsoft Windows AIK -&amp;gt; Windows PE Tools Command Prompt.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l4 level1 lfo3;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;From the command prompt type “copype.cmd&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;arch&amp;gt; &amp;lt;path&amp;gt;” where &amp;lt;arch&amp;gt; is the architecture to support (likely x86) and &amp;lt;path&amp;gt; is the location to store the new Windows PE image. For example: &lt;b style="mso-bidi-font-weight:normal;"&gt;“copype.cmd x86 c:\winpe_x86”&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l4 level1 lfo3;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Mount the newly created Windows PE image using the imagex utility. For example: &lt;b style="mso-bidi-font-weight:normal;"&gt;“imagex /mountrw c:\winpe_x86\winpe.wim 1 c:\winpe_x86\mount”&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l4 level1 lfo3;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;4.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Add any additional packages or files to the PE image while it is mounted. For example to copy the imagex utility to the WinPE image type: &lt;b style="mso-bidi-font-weight:normal;"&gt;“copy &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;c:\program files\Windows AIK\Tools\x86\imagex.exe&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;c:\winpe_x86\mount\Windows\System32”&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l4 level1 lfo3;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;5.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Use the PEIMG utility to prepare the WindowsPE image for deployment. Type: &lt;b style="mso-bidi-font-weight:normal;"&gt;“peimg /prep c:\winpe_x86\mount”&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l4 level1 lfo3;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;6.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Use imagex to unmount the Windows PE wim image. Be sure to use the commit parameter to save the changes to the wim file. Type: &lt;b style="mso-bidi-font-weight:normal;"&gt;“imagex /unmount c:\winpe_x86\mount /commit”&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Add the boot image to the Windows Deployment Services server machine.&lt;br /&gt;&lt;/b&gt;The Windows PE boot image can be added to the Deployment Server environment using the Windows Deployment Services MMC snap-in. To open the snap-in navigate to Start -&amp;gt; All Programs -&amp;gt; Administrative Tools -&amp;gt; Windows Deployment Services.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;To add a boot image &lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;In the left pane of the Windows Deployment Services MMC snap-in, expand the server list, and locate the server for which you want to add the boot image.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Right-click the Boot Image node and then click Add Boot Image.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Browse to select the boot image (for example c:\winpe_x86\winpe.wim), and then click Open.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;4.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;On the Image File page, click Next.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;5.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;On the Image Description page, click Next to select the default name and description.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;6.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;On the Summary page, click Next.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;7.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Click Finish.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;8.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Next, modify the PXE response settings on the server. Right click the server under the “Servers” node and click “Properties”.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;9.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Click the “PXE Response Settings” tab. Click the “Respond to all client computers” radio button.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;10.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Click OK to save the settings.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;11.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Optional:&lt;/b&gt; Remove the need to hit F12 to boot to PXE by opening the server properties dialog again as in step 8. &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;12.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Click the “Boot” tab.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 37.5pt;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo4;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;13.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Under “x86 Architecture” click Browse and choose “pxeboot.n12”.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Configuring Windows Firewall to work with Windows Deployment Services.&lt;br /&gt;&lt;/b&gt;Several exceptions need to be added to the Windows Internet Connection Sharing firewall on the server computer in order to allow requesting clients to connect to the server. Open the ports in the following list as exceptions in Windows Firewall.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;table class="MsoNormalTable" style="mso-cellspacing:.7pt;mso-yfti-tbllook:1184;" cellspacing="1" cellpadding="0" class="MsoNormalTable"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#cecfce;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Service name&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#cecfce;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;UDP&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#cecfce;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;TCP&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;"&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;DHCP and TFTP&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;67,69,4011&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Not applicable&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:2;"&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;BINL&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;4011&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Not applicable&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:3;"&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;NetBIOS&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Not applicable&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;139&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:4;"&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;SMB&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Not applicable&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;445&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:5;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;LDAP&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Not applicable&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:3.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:3.75pt;BACKGROUND:#f7f7ff;PADDING-BOTTOM:3.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:3.75pt;BORDER-BOTTOM:#f0f0f0;"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;389&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Modifying the boot image used by Windows Deployment Server&lt;br /&gt;&lt;/b&gt;You can modify the boot image used by Windows Deployment Server by mounting the Windows PE WIM image file, making any necessary modifications, and unmounting the file being sure to commit the changes. This does not however automatically refresh the boot image used by Windows Deployment Services. To refresh the image used by Windows Deployment Server:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo5;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Open the Windows Deployment Services MMC snap-in. To open the snap-in navigate to Start -&amp;gt; All Programs -&amp;gt; Administrative Tools -&amp;gt; Windows Deployment Services.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo5;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Expand your target server node and click the “Boot Images” node.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo5;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;IN the right pane right click the installed boot image that you want to refresh and choose “Replace Image”.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo5;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;4.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Browse to the updates WIM image and follow the prompts to update the boot image.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=831" width="1" height="1"&gt;</description></item><item><title>Tip: Using ImageX on Windows XP SP2</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2007/10/04/tip-using-imagex-on-windows-xp-sp2.aspx</link><pubDate>Thu, 04 Oct 2007 19:36:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:747</guid><dc:creator>bcombs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=747</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2007/10/04/tip-using-imagex-on-windows-xp-sp2.aspx#comments</comments><description>&lt;p&gt;When using ImageX on XP Professional SP2 to work with WIM files it may be necessary to install an XP QFE to enable full functionality (specifically the /MOUNT and /MOUNTRW) commands. To workaround this issue install KB914882 from here: &lt;a href="http://support.microsoft.com/kb/914882"&gt;http://support.microsoft.com/kb/914882&lt;/a&gt;&amp;nbsp;Also, its available on the Windows Automated Installation Kit ISO under the \Hofix directory.&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=747" width="1" height="1"&gt;</description><category domain="http://xpefiles.com/cs/blogs/bcombs/archive/tags/ImageX+on+XP+SP2/default.aspx">ImageX on XP SP2</category></item><item><title>Tip: Managing multiple XPe databases on one development machine</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/23/tip-managing-multiple-xpe-databases-on-one-development-machine.aspx</link><pubDate>Thu, 23 Aug 2007 16:48:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:700</guid><dc:creator>bcombs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=700</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/23/tip-managing-multiple-xpe-databases-on-one-development-machine.aspx#comments</comments><description>&lt;p&gt;Having many different customers with different databases can be tough to manage. For each database you have the entire repository folder, the database MDF, LDF and any custom components you have created for their devices. To make this job easier I keep a USB hard drive that has instances of all the databases I work with on a regular basis. Using the script below you can easily mount different databases based on which customer you are working with. This works with both MSDE and SQL Server Express 2005. Note that the script uses the current drive variable (%~d0) in the path to the databases. I did this since the USB drive letter can change from time to time. If you are using C:\ for example just replace %~d0\XPe with your path to the MDF/LDF.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;----Begin script----&lt;/p&gt;
&lt;p&gt;&amp;nbsp;@ECHO OFF&lt;br /&gt;Title XP Embedded Database switcher&lt;br /&gt;Color 1F&lt;br /&gt;cls&lt;br /&gt;echo *****************************************************&lt;br /&gt;echo *&amp;nbsp;&amp;nbsp;&amp;nbsp; Please choose an option from the list:&lt;br /&gt;echo *&lt;br /&gt;echo *&amp;nbsp;&amp;nbsp;&amp;nbsp; Use XPe SP1 Database = 1&lt;br /&gt;echo *&lt;br /&gt;echo *&amp;nbsp;&amp;nbsp;&amp;nbsp; Use XPe SP2 Database = 2&lt;br /&gt;echo *&lt;br /&gt;echo *&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit to Command prompt = 3&lt;br /&gt;echo *&lt;br /&gt;echo ******************************************************&lt;br /&gt;set /p Input=Type in the number and hit enter&amp;nbsp; :&lt;/p&gt;
&lt;p&gt;if %Input% EQU 1 goto :SP1&lt;br /&gt;if %Input% EQU 2 goto :SP2&lt;br /&gt;if %Input% EQU 3 goto :CMD&lt;/p&gt;
&lt;p&gt;goto END&lt;/p&gt;
&lt;p&gt;:SP1&lt;br /&gt;REM Detach the current XPe Database&lt;br /&gt;osql -E -Q &amp;quot;sp_detach_db &amp;#39;MantisSQLDB&amp;#39;&amp;quot; &lt;/p&gt;
&lt;p&gt;REM Close net share on Repositories.&lt;br /&gt;net share repositories /DELETE&lt;/p&gt;
&lt;p&gt;REM Attach the database&lt;br /&gt;set DBMDF=%~d0\XPe\SP1\MantisSQLDB_Data.mdf &lt;br /&gt;set DBLDF=%~d0\XPe\SP1\MantisSQLDB_Log.ldf&lt;br /&gt;osql -E -Q &amp;quot;sp_attach_db &amp;#39;MantisSQLDB&amp;#39;, &amp;#39;%DBMDF%&amp;#39;, &amp;#39;%DBLDF%&amp;#39;&amp;quot;&lt;/p&gt;
&lt;p&gt;REM Create the share&lt;br /&gt;net share repositories=%~d0\XPe\SP1\Repositories&lt;/p&gt;
&lt;p&gt;Goto End&lt;/p&gt;
&lt;p&gt;:SP2&lt;br /&gt;REM Detach the current XPe Database&lt;br /&gt;osql -E -Q &amp;quot;sp_detach_db &amp;#39;MantisSQLDB&amp;#39;&amp;quot; &lt;/p&gt;
&lt;p&gt;REM Close net share on Repositories.&lt;br /&gt;net share repositories /DELETE&lt;/p&gt;
&lt;p&gt;REM Attach the databases&lt;br /&gt;set DBMDF=%~d0\XPe\SP2\MantisSQLDB_Data.mdf &lt;br /&gt;set DBLDF=%~d0\XPe\SP2\MantisSQLDB_Log.ldf&lt;br /&gt;osql -E -Q &amp;quot;sp_attach_db &amp;#39;MantisSQLDB&amp;#39;, &amp;#39;%DBMDF%&amp;#39;, &amp;#39;%DBLDF%&amp;#39;&amp;quot;&lt;/p&gt;
&lt;p&gt;REM Create the share&lt;br /&gt;net share repositories=%~d0\XPe\SP2\Repositories&lt;/p&gt;
&lt;p&gt;goto End&lt;/p&gt;
&lt;p&gt;:CMD&lt;br /&gt;goto End&lt;/p&gt;
&lt;p&gt;:End&lt;/p&gt;
&lt;p&gt;----End Script----&lt;/p&gt;
&lt;p&gt;__________________________________________________________________________&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=700" width="1" height="1"&gt;</description><category domain="http://xpefiles.com/cs/blogs/bcombs/archive/tags/XPe+database+script/default.aspx">XPe database script</category></item><item><title>HowTo: Using Windows PE 2.0 and Image X to deploy Windows XP Embedded</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/21/howto-using-windows-pe-2-0-and-image-x-to-deploy-windows-xp-embedded.aspx</link><pubDate>Tue, 21 Aug 2007 18:28:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:699</guid><dc:creator>bcombs</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=699</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/21/howto-using-windows-pe-2-0-and-image-x-to-deploy-windows-xp-embedded.aspx#comments</comments><description>&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:14pt;LINE-HEIGHT:115%;"&gt;&lt;font face="Calibri"&gt;Using Windows PE 2.0 and Image X to deploy Windows XP Embedded&lt;/font&gt;&lt;/span&gt;&lt;/b&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;LINE-HEIGHT:115%;"&gt;Goals&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;LINE-HEIGHT:115%;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;font face="Calibri"&gt;Create a customized Windows PE 2.0 (Vista PE) environment.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;font face="Calibri"&gt;Create a WIM file of pre-FBA files create by Target Designer.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;font face="Calibri"&gt;Boot to Windows PE 2.0 to deploy a new runtime image using ImageX.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:14pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Create a customized Windows PE 2.0 environment.&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:14pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;mso-pagination:none;mso-layout-grid-align:none;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Install and configure the Windows Automated Installation Kit&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;mso-pagination:none;mso-layout-grid-align:none;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;mso-pagination:none;mso-layout-grid-align:none;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Install the Windows Automated Installation Kit using the defaults for all setup options.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Create the default Windows PE environment using the Windows Automated Installation Kit. On the development workstation run copype.cmd to create a new PE environment (first time setup). Copype.cmd is located in c:\Program Files\Windows AIK\Tools\PETools. You need to specify the CPU architecture for the target device and the destination folder that will contain the PE files. From a command prompt type: “c:\ Program Files\Windows AIK\Tools\PETools\copype.cmd x86 c:\winpe_x86” to create the Windows PE output for any x86 platforms in the directory c:\winpe_x86. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Copy any additional support files that may be necessary to use into the Windows PE build directory. Since we will use ImageX to deploy the runtime image we need to include the necessary files in the configuration.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Copy the imagex.exe utility to the ISO. Using Explorer copy c:\Program Files\Windows AIK\Tools\x86\imagex.exe to c:\winpe_x86\iso.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;mso-pagination:none;mso-layout-grid-align:none;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;Create the initial runtime image to deploy&lt;br style="mso-special-character:line-break;" /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Using Target Designer, create a runtime image that includes the necessary components to support the target device. Resolve dependencies and build the runtime image. Choose Release as the &lt;b style="mso-bidi-font-weight:normal;"&gt;Build type&lt;/b&gt;.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Specify c:\winpe_x86\image as the &lt;b style="mso-bidi-font-weight:normal;"&gt;Destination&lt;/b&gt; for the runtime image. Leave the &lt;b style="mso-bidi-font-weight:normal;"&gt;Log file&lt;/b&gt; location as the default. The image will be copied to the staging location. In a later step we will use ImageX to create a WIM image file of the contents of this directory.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Create the WIM image to be included with the ISO&lt;br style="mso-special-character:line-break;" /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Using ImageX create a WIM image file that contains the pre-FBA contents generated by Target Designer. From a command prompt type: “c:\Program Files\Windows AIK\Tools\x86\imagex.exe /compress fast /capture c:\winpe_x86\image&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;c:\winpe_x86\iso\xpe.wim “XPe” /verify”&lt;/font&gt;&lt;/span&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;mso-pagination:none;mso-layout-grid-align:none;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;Create the bootable ISO image&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;To create the bootable ISO, use the oscdimg.exe utility located in c:\Program Files\Windows AIK\Tools\PETools. From a command prompt type:&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;“c:\Program Files\Windows AIK\Tools\PETools oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c: \winpe_x86\winpe.iso” The new ISO named winpe.iso is saved in c:\winpe_x86. Create a CD or DVD from the ISO using your installed CD/DVD burning utility. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Insert the CD / DVD into the target system. Make sure the boot order in the BIOS of the system is set to boot from CD/DVD first.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Image the local disk on the device with the XP Embedded runtime image&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;br style="mso-special-character:line-break;" /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;From Windows PE use diskpart and format to prepare the local hard disk for the runtime image.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;From the command prompt in Windows PE type:&lt;br /&gt;diskpart&lt;br /&gt;select disk 0&lt;br /&gt;clean&lt;br /&gt;create partition primary size=1024&lt;/font&gt;&lt;br /&gt;&lt;font face="Calibri"&gt;select partition 1&lt;br /&gt;active&lt;br /&gt;exit&lt;br /&gt;format c: /fs:ntfs&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;/y /v:XPe&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Use ImageX to image the hard drive.&lt;br /&gt;D:\imagex.exe /apply d:\xpe.wim 1 c:&lt;/font&gt;&lt;/span&gt; 
&lt;div style="mso-element:endnote-list;"&gt;&lt;br /&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;
&lt;div id="edn1" style="mso-element:endnote;"&gt;&lt;font face="Calibri"&gt;Note: The partition size can be any size (in MB) within the limits of the physical hardware. If the size parameter is not specified diskpart will use the entire disk.&lt;/font&gt;&lt;/div&gt;
&lt;div id="edn2" style="mso-element:endnote;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;
&lt;div id="edn3" style="mso-element:endnote;"&gt;
&lt;p class="MsoEndnoteText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri"&gt;Note:&amp;nbsp;When formatting the partition after creating it with diskpart, execute a full format. ImageX errors have been reported when imaging partitions that were quick formatted.&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=699" width="1" height="1"&gt;</description><category domain="http://xpefiles.com/cs/blogs/bcombs/archive/tags/Using+ImageX+To+Deploy+XP+Embedded/default.aspx">Using ImageX To Deploy XP Embedded</category></item><item><title>HowTo: Using the Image Difference Engine to deploy XPe updates</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/21/howto-using-the-image-difference-engine-to-deploy-xpe-updates.aspx</link><pubDate>Tue, 21 Aug 2007 13:26:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:696</guid><dc:creator>bcombs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=696</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/21/howto-using-the-image-difference-engine-to-deploy-xpe-updates.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Using the Image Difference Engine and Image Difference Applier tools (collectively, Image Diff), you can identify and package only the changed or added files and registry keys and upgrade in the field without having to redeploy a complete Windows XP Embedded with SP2 image. Image Diff also helps to determine and package smaller upgrades, including operating system security updates and hotfixes, configuration changes, third-party application updates, and line of business data.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;First download th Image Difference Engine from the Mobile &amp;amp; Embedded Communication Extranet or the OEM System Builder website. For more information visit: &lt;a href="http://msdn2.microsoft.com/en-us/embedded/aa731258.aspx"&gt;http://msdn2.microsoft.com/en-us/embedded/aa731258.aspx&lt;/a&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:14pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Create an update package using the Image Difference Engine&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:14pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Load the source and destination operating system image on the development workstation.&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;For the purposes of this&amp;nbsp;excercise we will use SDI image files that contain the source and destination runtime images. ImageDiff can perform all the necessary operations while the runtime image is offline. The “old_image” did not include the Notepad utility and the OEM Runtime Revision is 1.0. The “new_image” has the Notepad utility and the OEM Runtime Revision value is updated to 1.1.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;On the development workstation load the SDI files for the lab using SDILoader.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Click Start -&amp;gt; All Programs -&amp;gt; Windows Embedded Studio -&amp;gt; SDILoader. If this is the first time that SDILoader has run you will be prompted to install the image device driver. Click OK to continue.&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;In SDILoader Click “Add Disk” and create a new SDI file named old_image.sdi. Click Yes to create the file. Make the SDI file the size of your target runtime image (or slightly larger).&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;In SDILoader Click “Add Disk” and create a new SDI file named new_image.sdi. Click Yes to create the file. Make the SDI file slightly larger than the target runtime image.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;4. Use Diskmanager to partition and format the new disks. Format the disks with either NTFS or FAT32.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;*Take note of the drive letters assigned to the SDI images. We will use x: to represent the old_image and y: to represent the new_image.&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;5. Copy the old runtime image files to X: and the new runtime image files (which&amp;nbsp;are updated with Notepad.exe and an updated OEM Runtime Revision) to Y:&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Create the update package using IDIFF.exe.&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;On the development workstation open a command prompt, change directories to the location of IDIFF.exe and type:&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;IDIFF.exe /source:x: /dest:y: /output: C:\output&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;/b&gt;&lt;/font&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;The output files are saved in a directory named C:\output.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Inspect the idiffout.xml file to verify the changes being made to the system.&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;On the development workstation open C:\output\idiffout.xml in Internet Explorer. &lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Some of the important information contained in the XML file:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;lt;IDIFF-Registry&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; contains the new RunTimeOEMRev that will be applied to the device&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;lt;IDIFF-Files&amp;gt; &lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;contains the file notepad.exe that will be copied to c:\Windows\System32 on the device.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Use the Image Difference Applier (IDA.exe) to deploy the update package&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;font face="Calibri"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;On the development workstation open a command prompt &lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;change directories to the location of IDA.exe&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;and type:&lt;/span&gt;&lt;/font&gt;&lt;font face="Calibri"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;IDA.EXE C:\output\idiffout.xml /dest:x: /noreboot&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;The update should be successfully applied to the runtime image on x:\.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Verifying the update was successfully applied&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;To verify the update was applied to the runtime image on x: first we verify that notepad.exe exists in x:\windows\system32, and then we check the SYSTEM registry hive offline to ensure the RunTimeOEMRev was updated to 1.1.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Verify the files were successfully updated. On the development workstation open X:\Windows\System32 and verify that notepad.exe is in the folder.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Verify the registry was successfully updated. On the development workstation open regedit. You can open regedit by clicking Start -&amp;gt; Run and typing regedit in the run dialog box. In regedit:&lt;br /&gt;-&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;Click to highlight HKEY_LOCAL_MACHINE&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;-Click File -&amp;gt; Load Hive&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;br /&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;-Browse to x:\Windows\System32\Config. Click SYSTEM then click Open.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;-In the Load Hive dialog box type&amp;nbsp;temp and click ok. A new subkey below HKEY_LOCAL_MACHINE appears and is named temp.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;-Expand HKEY_LOCAL_MACHINE\temp\ControlSet001\Control\WindowsEmbedded. Click to highlight the RunTimeID subkey.&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;-In the right hand pane verify that the string value RunTimeOEMRev is 1.1.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;-Important:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; Scroll up to the lab key again and click to highlight it. Click File -&amp;gt; Unload Hive. Choose &lt;strong&gt;yes&lt;/strong&gt; to confirm the unload.&lt;/span&gt;&lt;/font&gt;&lt;span style="FONT-SIZE:12pt;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=696" width="1" height="1"&gt;</description><category domain="http://xpefiles.com/cs/blogs/bcombs/archive/tags/Image+Difference+Engine/default.aspx">Image Difference Engine</category></item><item><title>The new XPeFiles.com is live</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/21/the-new-xpefiles-com-is-live.aspx</link><pubDate>Tue, 21 Aug 2007 13:24:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:695</guid><dc:creator>bcombs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=695</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2007/08/21/the-new-xpefiles-com-is-live.aspx#comments</comments><description>&lt;p&gt;The new Community Server driven version of the site went live last night. Email me with an questions or problems.&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=695" width="1" height="1"&gt;</description></item><item><title>Tip: Windows Automated Installation Kit</title><link>http://xpefiles.com/cs/blogs/bcombs/archive/2007/07/24/windows-automated-installation-kit.aspx</link><pubDate>Wed, 25 Jul 2007 02:41:00 GMT</pubDate><guid isPermaLink="false">89d8dcd8-5dc1-4849-a6d1-e7663f56f408:5</guid><dc:creator>bcombs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://xpefiles.com/cs/blogs/bcombs/rsscomments.aspx?PostID=5</wfw:commentRss><comments>http://xpefiles.com/cs/blogs/bcombs/archive/2007/07/24/windows-automated-installation-kit.aspx#comments</comments><description>&lt;p&gt;So, I&amp;#39;ve been writing several tutorials for an XPe training gig I&amp;#39;m working on with MS. Many of the tutorials have to do with installing XPe using WinPE 2.0 (Vista PE). Before now I&amp;#39;ve never really used the Windows Automated Installation Kit (WAIK) since the XP OPK already did everything I needed to do. However, after working with the WAIK for a few week I can confidently say its the way to go. Using ImageX and WinPE 2.0 I can deploy a pre-FBA image in record time. Also, ImageX works on XP (as does the WAIK toolkit) so I can still have an XP development machine but take advantage of all the Vista deployment niceties.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Download the WAIK from MS here:&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C7D4BC6D-15F3-4284-9123-679830D629F2&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C7D4BC6D-15F3-4284-9123-679830D629F2&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://xpefiles.com/cs/aggbug.aspx?PostID=5" width="1" height="1"&gt;</description><category domain="http://xpefiles.com/cs/blogs/bcombs/archive/tags/WAIK/default.aspx">WAIK</category></item></channel></rss>