<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>paulbouwer.com</title>
	<atom:link href="http://blog.paulbouwer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulbouwer.com</link>
	<description>life and technology</description>
	<lastBuildDate>Sun, 31 Jan 2010 18:17:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.paulbouwer.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2a82874d60235ba1bacdd7d621c15b35?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>paulbouwer.com</title>
		<link>http://blog.paulbouwer.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.paulbouwer.com/osd.xml" title="paulbouwer.com" />
	<atom:link rel='hub' href='http://blog.paulbouwer.com/?pushpress=hub'/>
		<item>
		<title>Replace diff/merge tool in Visual Studio Team System with WinMerge</title>
		<link>http://blog.paulbouwer.com/2010/01/31/replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/</link>
		<comments>http://blog.paulbouwer.com/2010/01/31/replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 07:22:00 +0000</pubDate>
		<dc:creator>Paul Bouwer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://paulbouwer.wordpress.com/?p=125</guid>
		<description><![CDATA[I have been using Visual Studio Team System 2008 for a while now and am really starting to like the tightly integrated source control and work item functionality. One thing I cannot get used to is the basic diff/merge tool. Where is the detail ? The screenshot below demonstrates the basic nature of the diff [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=125&subd=paulbouwer&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I have been using <a title="Visual Studio Team System" href="http://msdn.microsoft.com/en-us/teamsystem/default.aspx" target="_blank">Visual Studio Team System 2008</a> for a while now and am really starting to like the tightly integrated source control and work item functionality. One thing I cannot get used to is the <strong>basic</strong> diff/merge tool.</p>
<h4>Where is the detail ?</h4>
<p>The screenshot below demonstrates the basic nature of the diff tool built into Visual Studio Team System. There is no indication of the number of differences between the files being diff’ed or even the actual differences on a particular line …<img style="display:inline;" title="Visual Studio Team System Default Diff Tool" border="0" alt="Visual Studio Team System Default Diff Tool" src="http://paulbouwer.files.wordpress.com/2010/01/tfsdefaultdifftool.png?w=550&#038;h=371" width="550" height="371" /></p>
<h4>WinMerge</h4>
<p>There is an alternative and it is both open source and free ! From the <a title="WinMerge" href="http://winmerge.org" target="_blank">WinMerge</a> site:</p>
<blockquote><p>WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.</p>
</blockquote>
<p>Download <a title="WinMerge downloads" href="http://winmerge.org/downloads/" target="_blank">WinMerge</a> and install it.</p>
<h4>Configure Visual Studio</h4>
<p>Open <strong>Source Control &gt; Visual Studio Team Foundation</strong> under the<strong> Tools &gt; Options</strong> menu in Visual Studio.</p>
<p><img style="display:inline;" title="Tools &gt; Options &gt; Source Control &gt; Visual Studio Team Foundation" border="0" alt="Tools &gt; Options &gt; Source Control &gt; Visual Studio Team Foundation" src="http://paulbouwer.files.wordpress.com/2010/01/difftool1.png?w=500&#038;h=310" width="500" height="310" /></p>
<p>Click on <strong>Configure User Tools … </strong>and the Configure User Tools dialog will become available.</p>
<p><img style="display:inline;" title="Configure User Tools ..." border="0" alt="Configure User Tools ..." src="http://paulbouwer.files.wordpress.com/2010/01/difftool2.png?w=300&#038;h=193" width="300" height="193" /></p>
<p>Add the WinMerge details for the Compare Tool. Click on the<strong> Add …</strong> button on the <strong>Configure User Tools</strong> dialog and configure as per the screenshot below. The arrow button next to the arguments text box exposes details about the information that Visual Studio can provide the tool being configured.</p>
<p><img style="display:inline;" title="Configure Tool for Compare Operation" border="0" alt="Configure Tool for Compare Operation" src="http://paulbouwer.files.wordpress.com/2010/01/difftool3a.png?w=400&#038;h=250" width="400" height="250" /></p>
<p>Add the WinMerge details for the Merge Tool. Click on the<strong> Add …</strong> button on the <strong>Configure User Tools</strong> dialog and configure as per the screenshot below. The arrow button next to the arguments text box exposes details about the information that Visual Studio can provide the tool being configured.</p>
<p><img style="display:inline;" title="Configure Tool for Merge Operation" border="0" alt="Configure Tool for Merge Operation" src="http://paulbouwer.files.wordpress.com/2010/01/difftool4a.png?w=400&#038;h=255" width="400" height="255" /></p>
<p>The Compare and Merge Operations should now be configured to use WinMerge.</p>
<p><img style="display:inline;" title="Configured User Tools" border="0" alt="Configured User Tools" src="http://paulbouwer.files.wordpress.com/2010/01/difftool5.png?w=320&#038;h=213" width="320" height="213" /> </p>
<h4>WinMerge Command Line Options</h4>
<p>WinMerge contains a number of <a title="WinMerge Command Line Options" href="http://winmerge.org/docs/manual/Command_line.html" target="_blank">command line options</a>. The following are the ones used in the configuration above.</p>
<table cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="20"><strong>/e</strong></td>
<td>Enables WinMerge to be closed with a single Esc key press.</td>
</tr>
<tr>
<td><strong>/u</strong></td>
<td>Prevents WinMerge from adding either the left or right hand side&#160; file path to the Most Recently Used (MRU) list.</td>
</tr>
<tr>
<td><strong>/wl</strong></td>
<td>Opens left hand side as read-only.</td>
</tr>
<tr>
<td><strong>/wr</strong></td>
<td>Opens right hand side as read-only.</td>
</tr>
<tr>
<td><strong>/dl</strong></td>
<td>Description for left hand side title bar.</td>
</tr>
<tr>
<td><strong>/dr</strong></td>
<td>Description for right hand side title bar.</td>
</tr>
</tbody>
</table>
<h4>Finally a decent diff !</h4>
<p>Now a Compare in Visual Studio is more meaningful, It shows the number of differences, their positions within the compared files and actual differences per line. WinMerge supports custom syntax colouring and diff colouring.</p>
<p><a href="http://paulbouwer.files.wordpress.com/2010/01/tfswinmergedifftool.png"><img style="display:inline;" title="Visual Studio Team System with WinMerge" border="0" alt="Visual Studio Team System with WinMerge" src="http://paulbouwer.files.wordpress.com/2010/01/tfswinmergedifftool_thumb.png?w=550&#038;h=362" width="550" height="362" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbouwer.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbouwer.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbouwer.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbouwer.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbouwer.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbouwer.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbouwer.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbouwer.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbouwer.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbouwer.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=125&subd=paulbouwer&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.paulbouwer.com/2010/01/31/replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d10d9b0050c6976242bfadb414ca791?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbouwer</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2010/01/tfsdefaultdifftool.png" medium="image">
			<media:title type="html">Visual Studio Team System Default Diff Tool</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2010/01/difftool1.png" medium="image">
			<media:title type="html">Tools &#62; Options &#62; Source Control &#62; Visual Studio Team Foundation</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2010/01/difftool2.png" medium="image">
			<media:title type="html">Configure User Tools ...</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2010/01/difftool3a.png" medium="image">
			<media:title type="html">Configure Tool for Compare Operation</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2010/01/difftool4a.png" medium="image">
			<media:title type="html">Configure Tool for Merge Operation</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2010/01/difftool5.png" medium="image">
			<media:title type="html">Configured User Tools</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2010/01/tfswinmergedifftool_thumb.png" medium="image">
			<media:title type="html">Visual Studio Team System with WinMerge</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Guide: Replace diff/merge tool in Visual Studio Team System with WinMerge</title>
		<link>http://blog.paulbouwer.com/2010/01/31/quick-guide-replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/</link>
		<comments>http://blog.paulbouwer.com/2010/01/31/quick-guide-replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 05:24:07 +0000</pubDate>
		<dc:creator>Paul Bouwer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Quick Guide]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://paulbouwer.wordpress.com/?p=109</guid>
		<description><![CDATA[I have been using Visual Studio Team System 2008 for a while now and am really starting to like the tightly integrated source control and work item functionality. One thing I cannot get used to is the basic diff/merge tool. Quick Guide This quick guide offers a no frills/get things done approach to replacing the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=109&subd=paulbouwer&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I have been using <a title="Visual Studio Team System" href="http://msdn.microsoft.com/en-us/teamsystem/default.aspx" target="_blank">Visual Studio Team System 2008</a> for a while now and am really starting to like the tightly integrated source control and work item functionality. One thing I cannot get used to is the <strong>basic</strong> diff/merge tool.</p>
<h4>Quick Guide</h4>
<p>This quick guide offers a <em>no frills/get things done</em> approach to replacing the diff/merge tool in Visual Studio Team System with WinMerge. There is a <a title="Detailed Guide" href="/2010/01/31/replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/" target="_blank">detailed guide</a> for those that want to have a little more detail.</p>
<h4>Quick Steps</h4>
<ol>
<li>Download and install <a title="WinMerge" href="http://winmerge.org/" target="_blank">WinMerge</a>.</li>
<li>Open the Configure User Tools dialog for Team Foundation based source control in Visual Studio.      <code class="instructions">Tools &gt; Options &gt; Source Control &gt; Visual Studio Team Foundation &gt; Configure User Tools</code></li>
<li>Add the details for the Compare (diff) Tool by clicking on the <strong>Add…</strong> button.       <code class="instructions">Extension: .*</code> <code class="instructions">Operation: Compare </code> <code class="instructions">Command: C:\Program Files\WinMerge\WinMergeU.exe </code> <code class="instructions">Arguments: /e /u /wl /wr /dl %6 /dr %7 %1 %2 </code></li>
<li>Add the details for the Merge Tool by clicking on the <strong>Add…</strong> button.       <code class="instructions">Extension: .*</code> <code class="instructions">Operation: Merge</code> <code class="instructions">Command: C:\Program Files\WinMerge\WinMergeU.exe </code> <code class="instructions">Arguments: /e /u /wl /dl %6 /dr %7 %1 %2 %4 </code></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbouwer.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbouwer.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbouwer.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbouwer.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbouwer.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbouwer.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbouwer.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbouwer.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbouwer.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbouwer.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=109&subd=paulbouwer&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.paulbouwer.com/2010/01/31/quick-guide-replace-diffmerge-tool-in-visual-studio-team-system-with-winmerge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d10d9b0050c6976242bfadb414ca791?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbouwer</media:title>
		</media:content>
	</item>
		<item>
		<title>Surviving lost LEGO building instructions</title>
		<link>http://blog.paulbouwer.com/2009/12/25/surviving-lost-lego-building-instructions/</link>
		<comments>http://blog.paulbouwer.com/2009/12/25/surviving-lost-lego-building-instructions/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 09:40:24 +0000</pubDate>
		<dc:creator>Paul Bouwer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://blog.paulbouwer.com/?p=78</guid>
		<description><![CDATA[My 4 year old son is beginning to play with and appreciate the LEGO sets that I had as a child. These sets span the years 1978 &#8211; 1985 and are still mostly in perfect condition except for one thing: building instructions. Daddy can you fix this ? My son was holding a single piece [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=78&subd=paulbouwer&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>My 4 year old son is beginning to play with and appreciate the <a title="LEGO" href="http://www.lego.com" target="_blank">LEGO</a> sets that I had as a child. These sets span the years 1978 &#8211; 1985 and are still mostly in perfect condition except for one thing: building instructions.</p>
<h4>Daddy can you fix this ?</h4>
<p>My son was holding a single piece of LEGO but I knew exactly what set it came from and what it had looked like before being dismantled. </p>
<p><img title="Picture from http://www.brickset.com" border="0" alt="Picture from http://www.brickset.com" src="http://paulbouwer.files.wordpress.com/2009/12/662811.jpg?w=260&#038;h=226" width="260" height="226" /> </p>
<p>I searched through the collection of building instructions which had survived numerous moves, <a title="Fishmoth/Silverfish" href="http://en.wikipedia.org/wiki/Fishmoth" target="_blank">fishmoths</a> and the march of time. Then I got that sinking feeling &#8211; the building instructions were missing.</p>
<p>Trying to find the relevant pieces in a storage box containing pieces from multiple sets is difficult enough even with the help of building instructions. Without instructions it is almost impossible.</p>
<p>&#160;<img style="display:inline;border-width:0;" title="Storage box full of LEGO" border="0" alt="Storage box full of LEGO" src="http://paulbouwer.files.wordpress.com/2009/12/lego.jpg?w=260&#038;h=230" width="260" height="230" /> </p>
<h4>I have the internet …</h4>
<p>After calming down to a mild panic in the face of a 4 year old’s tantrum I thought &#8211; “LEGO must keep an archive of all their building instructions”. Visiting the <a title="LEGO&#39;s Building Instructions" href="http://us.service.lego.com/en-US/BuildingInstructions/default.aspx" target="_blank">Building Instructions</a> section of LEGO’s Customer Service page revealed the following:</p>
<blockquote><p>We currently have over 3300 building instructions available online which date back to sets packed in 2002. </p>
</blockquote>
<p>2002 ? That wasn’t going to help me !</p>
<h4>Life savers</h4>
<p>Google saved my life and provided me with links to the following sites:</p>
<table cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="25%"><strong><a title="Brickset - Catalogs" href="http://www.brickset.com/" target="_blank">Brickset</a></strong></td>
<td valign="top" width="75%">Allows searching and graphical browsing of sets by set number, year or theme. Has set information from 1961 – 2010. Contains links to Peeron and BrickLink for building instructions and set inventory.</td>
</tr>
<tr>
<td valign="top"><strong><a title="Peeron - Building Instructions and Inventory" href="http://www.peeron.com/" target="_blank">Peeron</a></strong></td>
<td valign="top">Has scanned building instructions and set inventory information. Allows simple searching and browsing of sets. </td>
</tr>
<tr>
<td valign="top"><strong><a title="Worldbricks - Building Instructions" href="http://worldbricks.com/" target="_blank">Worldbricks</a></strong></td>
<td valign="top">Allows searching and graphical browsing of sets by set number, year or theme. Has set information and scanned building instructions from 1955 – 2009. </td>
</tr>
<tr>
<td valign="top"><strong><a title="BrickLink - Inventory" href="http://www.bricklink.com" target="_blank">BrickLink</a></strong></td>
<td valign="top">Has set inventory information. Allows simple searching and browsing of sets.</td>
</tr>
</tbody>
</table>
<p><strong></strong></p>
<h4><strong>Happiness restored</strong></h4>
<p>Using the Brickset site I visually browsed through their catalogs and found the <a title="LEGO 6628-1: Set Information" href="http://www.brickset.com/detail/?set=6628-1" target="_blank">set information</a> I was after. I used the Peeron site to find the <a title="LEGO 6628-1: Building Instructions" href="http://peeron.com/scans/6628-1" target="_blank">building instructions</a> and the <a title="LEGO 6628-1: Set Inventory" href="http://www.peeron.com/inv/sets/6628-1?withpics=yes" target="_blank">set inventory</a>. Happiness was restored.</p>
</p>
<p><img style="display:inline;border-width:0;" title="Happiness restored" border="0" alt="Happiness restored" src="http://paulbouwer.files.wordpress.com/2009/12/happiness.jpg?w=250&#038;h=260" width="250" height="260" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbouwer.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbouwer.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbouwer.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbouwer.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbouwer.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbouwer.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbouwer.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbouwer.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbouwer.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbouwer.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=78&subd=paulbouwer&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.paulbouwer.com/2009/12/25/surviving-lost-lego-building-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d10d9b0050c6976242bfadb414ca791?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbouwer</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2009/12/662811.jpg" medium="image">
			<media:title type="html">Picture from http://www.brickset.com</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2009/12/lego.jpg" medium="image">
			<media:title type="html">Storage box full of LEGO</media:title>
		</media:content>

		<media:content url="http://paulbouwer.files.wordpress.com/2009/12/happiness.jpg" medium="image">
			<media:title type="html">Happiness restored</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Guide: Migrate a virtual machine from Virtual PC to Hyper-V</title>
		<link>http://blog.paulbouwer.com/2009/11/16/quick-guide-migrate-a-virtual-machine-from-virtual-pc-to-hyper-v/</link>
		<comments>http://blog.paulbouwer.com/2009/11/16/quick-guide-migrate-a-virtual-machine-from-virtual-pc-to-hyper-v/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 10:23:28 +0000</pubDate>
		<dc:creator>Paul Bouwer</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Quick Guide]]></category>

		<guid isPermaLink="false">http://blog.paulbouwer.com/?p=3</guid>
		<description><![CDATA[The Microsoft VHD (Virtual Hard Disk) image format is used by the following Microsoft virtualisation technologies: Virtual PC 2007, Virtual Server 2005 R2 and Hyper-V. There are however some subtleties when getting a VHD image from one of these technologies to work on another. Quick Guide This quick guide offers a no frills/get things done [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=3&subd=paulbouwer&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The <a title="Microsoft VHD (Virtual Hard Disk) image format" href="http://technet.microsoft.com/en-us/virtualserver/bb676673.aspx" target="_blank">Microsoft VHD (Virtual Hard Disk) image format</a> is used by the following <a title="Microsoft virtualisation technologies" href="http://www.microsoft.com/virtualization/default.mspx" target="_blank">Microsoft virtualisation technologies</a>: Virtual PC 2007, Virtual Server 2005 R2 and Hyper-V. There are however some subtleties when getting a VHD image from one of these technologies to work on another.</p>
<h4>Quick Guide</h4>
<p>This quick guide offers a <em>no frills/get things done</em> approach to migrating a virtual machine from Virtual PC to Hyper-V. There is also a detailed guide coming for those that want to know the why and not only the how.</p>
<h4>Quick Steps</h4>
<ol>
<li>Hyper-V Manager &#8211; Create a new Virtual Machine. Use an existing virtual hard disk and specify the location of the <em>vhd</em> file you want to use.<br />
              <code class="instructions">New &gt; Virtual Machine</code>
        </li>
<li>Virtual Machine &#8211; Uninstall the <em>Virtual Machine Additions</em> which are extensions specific to Virtual PC.<br />
              <code class="instructions">Control Panel &gt; Programs and Features &gt; Virtual Machine Additions &gt; Uninstall</code>
        </li>
<li>Reboot.</li>
<li>Virtual Machine &#8211; Install <em>Integration Services</em> from the <em>Action</em> menu in the Virtual Machine Connection console.<br />
              <code class="instructions">Insert Integration Services Setup Disk &gt; Install (from AutoPlay)</code>
        </li>
<li>Reboot &#8211; updates will install.</li>
<li>Virtual Machine &#8211; Without this step the mouse will not work within the virtual machine. Restart will result in the mouse working.<br />
              <code class="instructions">Run &gt; MSConfig &gt; Boot tab &gt; Advanced Options &gt; Detect HAL</code>
         </li>
<li>Reboot &#8211; new hardware will be detected and mouse will work.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbouwer.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbouwer.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbouwer.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbouwer.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbouwer.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbouwer.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbouwer.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbouwer.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbouwer.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbouwer.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.paulbouwer.com&blog=2559614&post=3&subd=paulbouwer&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.paulbouwer.com/2009/11/16/quick-guide-migrate-a-virtual-machine-from-virtual-pc-to-hyper-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d10d9b0050c6976242bfadb414ca791?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbouwer</media:title>
		</media:content>
	</item>
	</channel>
</rss>