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

<channel>
	<title>Elbacom Techblog &#187; Embedded Server</title>
	<atom:link href="http://www.elbacom.com/blog/category/embedded-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elbacom.com/blog</link>
	<description>Elbacom Techblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 06:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Data Protection Manager 2010</title>
		<link>http://www.elbacom.com/blog/2010/06/data-protection-manager-2010/</link>
		<comments>http://www.elbacom.com/blog/2010/06/data-protection-manager-2010/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:15:46 +0000</pubDate>
		<dc:creator>Wolfgang Unger</dc:creator>
				<category><![CDATA[Embedded Server]]></category>

		<guid isPermaLink="false">http://www.elbacom.com/blog/2010/06/data-protection-manager-2010/</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><iframe height="720" marginheight="0" src="http://www.elbacom.com/blog/player/player.php?filename=DPM.wmv&amp;title=Data Protection Manager 2010" frameborder="0" width="960" marginwidth="0" scrolling="no"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elbacom.com/blog/2010/06/data-protection-manager-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Storage Server 2008 Branding</title>
		<link>http://www.elbacom.com/blog/2010/02/windows-storage-server-2008-branding/</link>
		<comments>http://www.elbacom.com/blog/2010/02/windows-storage-server-2008-branding/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:05:55 +0000</pubDate>
		<dc:creator>Wolfgang Unger</dc:creator>
				<category><![CDATA[Embedded Server]]></category>

		<guid isPermaLink="false">http://www.elbacom.com/blog/2010/02/windows-storage-server-2008-branding/</guid>
		<description><![CDATA[Windows Server 2008 allows you to brand the OOBE and Server Manager.
To brand both you can use the following:

Install the x64 Compiler for Visual Studio 2008 
Run Visual Studio 2008 
Create a Visual C++ / Win32 Project 
Select DLL 
Click Finish 
Create a new Resource 
Add a String Table Resource 
Enter all the needed texts [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Server 2008 allows you to brand the OOBE and Server Manager.</p>
<p>To brand both you can use the following:</p>
<ul>
<li>Install the x64 Compiler for Visual Studio 2008 </li>
<li>Run Visual Studio 2008 </li>
<li>Create a Visual C++ / Win32 Project </li>
<li>Select DLL </li>
<li>Click Finish </li>
<li>Create a new Resource </li>
<li>Add a String Table Resource </li>
<li>Enter all the needed texts for you branding </li>
<li>Add a Bitmap to your resources </li>
<li>Open the Project Properties </li>
<li>Open Configuration Manager </li>
<li>Select Release and Click New in the Platform dropdown </li>
<li>Select x64 as Platform </li>
<li>Click OK </li>
<li>Click OK </li>
<li>Compile the project </li>
<li>Copy the output file to the target system into the Windows\system32 directory. </li>
<li>Use the following XML sample and adapt the filename to your dll filename:<br />
<blockquote>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;          <br />&lt;ServerUIExtension ResourceDllPath=&quot;%SystemRoot%\system32\OOBERes.dll&quot;&gt;           <br />&#160;&#160;&#160; &lt;Extension Name=&quot;InitConfig&quot; HeaderTitleId=&quot;101&quot; HeaderDescriptionId=&quot;101&quot;&gt;           <br />&#160;&#160;&#160; &lt;Section Id=&quot;1&quot;&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Task Id=&quot;TimeZone&quot; Hide=&quot;true&quot; /&gt;           <br />&#160;&#160;&#160; &lt;/Section&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Section TitleId=&quot;106&quot; BrandingImageId=&quot;#102&quot;&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Task Url=&quot;<a href="http://www.elbacom.com&quot;">http://www.elbacom.com&quot;</a> LinkId=&quot;102&quot; ToolTipId=&quot;103&quot; /&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Task LinkId=&quot;104&quot; Command=&quot;notepad.exe&quot; ToolTipId=&quot;105&quot; StatusLabelId=&quot;105&quot; /&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/Section&gt;           <br />&#160;&#160;&#160; &lt;/Extension&gt;           <br />&#160;&#160;&#160; &lt;Extension Name=&quot;ServerManagerHome&quot; HeaderTitleId=&quot;101&quot; HeaderDescriptionId=&quot;101&quot;&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Section TitleId=&quot;106&quot;&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Task Url=&quot;<a href="http://www.elbacom.com&quot;">http://www.elbacom.com&quot;</a> LinkId=&quot;102&quot; ToolTipId=&quot;103&quot; /&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Task LinkId=&quot;104&quot; Command=&quot;notepad.exe&quot; ToolTipId=&quot;105&quot; StatusLabelId=&quot;105&quot; /&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/Section&gt;           <br />&#160;&#160;&#160; &lt;/Extension&gt;           <br />&#160;&#160;&#160; &lt;Extension Name=&quot;FileServerRole&quot; HeaderTitleId=&quot;101&quot; HeaderDescriptionId=&quot;101&quot;&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Section TitleId=&quot;101&quot;&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Task LinkId=&quot;107&quot; Command=&quot;mmc.exe&quot; ToolTipId=&quot;107&quot; StatusLabelId=&quot;107&quot; /&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;Task Url=&quot;<a href="http://www.elbacom.com&quot;">http://www.elbacom.com&quot;</a> LinkId=&quot;102&quot; ToolTipId=&quot;103&quot; /&gt;           <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/Section&gt;           <br />&#160;&#160;&#160; &lt;/Extension&gt;           <br />&lt;/ServerUIExtension&gt;</p>
</blockquote>
</li>
<li>Copy the XML file to the Windows\system32 directory </li>
<li>Open regedit and navigate to the following registry key:      </li>
<li>Enter the full path to the XML file as value (e.g.: C:\\Windows\\system32\\Branding.xml) </li>
<li>Close all OOBE and Server Managers </li>
<li>Start OOBE or Server Manager </li>
<li>If the Branding has been applied you are done &#8211; if not see check the log file located in      <br />&#160;&#160; C:\Users\&lt;User&gt;\AppData\Roaming\Microsoft\Windows\ServerManager </li>
</ul>
<p>Possible Error codes:</p>
<p><strong>Failed to load Extensible resources. The resource dll C:\Windows\system32\OOBERes.dll could not be loaded. Last error = 193</strong></p>
<p>&#160;&#160; The dll is not compiled for the target systems architecture. e.g. Windows is x64 and the dll is x86    <br />&#160;&#160; Solution: Compile the dll according the systems architecture</p>
<p>&#160;</p>
<p><strong>Failed to load Extensible resources. The resource dll C:\Windows\system32\OOBERes.dll could not be loaded. Last error = 14001</strong></p>
<p>&#160;&#160; The dll needs additional dependencies. e.g. it has been compiled using VS2008.    <br />&#160;&#160; Solution: Install the VC9 Redistributable package. If this does not resolve the issue check dependencies using Dependency Walker.</p>
<p>&#160;</p>
<p>A video showing the whole branding process:</p>
<p><iframe height="720" marginheight="0" src="http://www.elbacom.com/blog/player/player.php?filename=Branding.wmv&amp;title=Windows Embedded Server Branding" frameborder="0" width="960" marginwidth="0" scrolling="no"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elbacom.com/blog/2010/02/windows-storage-server-2008-branding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single Instance Storage</title>
		<link>http://www.elbacom.com/blog/2010/02/single-instance-storage/</link>
		<comments>http://www.elbacom.com/blog/2010/02/single-instance-storage/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:05:11 +0000</pubDate>
		<dc:creator>Wolfgang Unger</dc:creator>
				<category><![CDATA[Embedded Server]]></category>

		<guid isPermaLink="false">http://www.elbacom.com/blog/2010/02/single-instance-storage/</guid>
		<description><![CDATA[Windows Storage Server 2008 ships with Single Instance Storage – this will enable Storage Server to save space because it will save duplicate files only once. SIS will check all the files on the harddisk for duplicate ones – if they are found it will be saved only once in the Common Store. All files [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Storage Server 2008 ships with Single Instance Storage – this will enable Storage Server to save space because it will save duplicate files only once. SIS will check all the files on the harddisk for duplicate ones – if they are found it will be saved only once in the Common Store. All files will only link to the physical file in the common store. If one of the duplicate files changes it will be automatically saved phyiscally as new files &#8211; no files or content gets lost.</p>
<p>To enable SIS use the following command:</p>
<blockquote><p>sisadmin /i D:</p>
</blockquote>
<p>Note: SIS cannot be enabled on the system drive!</p>
<p>To enable SIS on the drive enter the following command:</p>
<blockquote><p>sisadmin /e D:</p>
</blockquote>
<p>To start checking for duplicate files run the following command:</p>
<blockquote><p>sisadmin /r</p>
</blockquote>
<p>To list the current files which are stored only once use the following command:</p>
<blockquote><p>sisadmin /l D:</p>
</blockquote>
<p>To uninstall SIS use the following command – this will convert all links back to files!</p>
<blockquote><p>sisadmin /u D:</p>
</blockquote>
<p>Here is a video demonstrating SIS:</p>
<p><iframe height="720" marginheight="0" src="http://www.elbacom.com/blog/player/player.php?filename=SIS.wmv&amp;title=Single Instance Storage" frameborder="0" width="960" marginwidth="0" scrolling="no"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elbacom.com/blog/2010/02/single-instance-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Embedded Server Overview</title>
		<link>http://www.elbacom.com/blog/2010/02/windows-embedded-server-overview/</link>
		<comments>http://www.elbacom.com/blog/2010/02/windows-embedded-server-overview/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:53:36 +0000</pubDate>
		<dc:creator>Wolfgang Unger</dc:creator>
				<category><![CDATA[Embedded Server]]></category>

		<guid isPermaLink="false">http://www.elbacom.com/blog/2010/02/windows-embedded-server-overview/</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><iframe height="720" marginheight="0" src="http://www.elbacom.com/blog/player/player.php?filename=Windows%20Server%20Overview.wmv&amp;title=Windows Embedded Server Overview" frameborder="0" width="960" marginwidth="0" scrolling="no"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elbacom.com/blog/2010/02/windows-embedded-server-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloning images using WAIK and imagex</title>
		<link>http://www.elbacom.com/blog/2009/11/cloning-images-using-waik-and-imagex/</link>
		<comments>http://www.elbacom.com/blog/2009/11/cloning-images-using-waik-and-imagex/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:00:13 +0000</pubDate>
		<dc:creator>Wolfgang Unger</dc:creator>
				<category><![CDATA[Embedded Server]]></category>
		<category><![CDATA[WEPOS/POSready]]></category>
		<category><![CDATA[WES 7]]></category>
		<category><![CDATA[Win7 FES]]></category>
		<category><![CDATA[Windows Embedded Enterprise]]></category>
		<category><![CDATA[XP FES]]></category>
		<category><![CDATA[XPe/WES]]></category>
		<category><![CDATA[XPeBuilder / WES Builder]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[imagex]]></category>
		<category><![CDATA[waik]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.elbacom.com/blog/2009/11/cloning-images-using-waik-and-imagex/</guid>
		<description><![CDATA[This video demonstrates you the usage of imagex together with either Windows Vista AIK or Windows 7 AIK.   A detailed command description can be found here.
The video shows the capturing of an installed “ready-to-clone” image where it will be saved to an external harddrive.   The second part will show the deployment [...]]]></description>
			<content:encoded><![CDATA[<p>This video demonstrates you the usage of imagex together with either Windows Vista AIK or Windows 7 AIK.   <br />A detailed command description can be <a href="http://www.elbacom.com/blog/2009/05/creating-and-deploying-images-using-waik-and-imagex/" target="_blank">found here</a>.</p>
<p>The video shows the capturing of an installed “ready-to-clone” image where it will be saved to an external harddrive.   <br />The second part will show the deployment to a fresh system where the target disk still needs to be prepared.</p>
<p><iframe height="600" marginheight="0" src="http://www.elbacom.com/blog/player/player.php?filename=ImageX%20Deployment.wmv&amp;title=ImageX Deployment" frameborder="0" width="800" marginwidth="0" scrolling="no"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elbacom.com/blog/2009/11/cloning-images-using-waik-and-imagex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
