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 diff/merge tool in Visual Studio Team System with WinMerge. There is a detailed guide for those that want to have a little more detail.
Quick Steps
- Download and install WinMerge.
- Open the Configure User Tools dialog for Team Foundation based source control in Visual Studio.
Tools > Options > Source Control > Visual Studio Team Foundation > Configure User Tools - Add the details for the Compare (diff) Tool by clicking on the Add… button.
Extension: .*Operation: CompareCommand: C:\Program Files\WinMerge\WinMergeU.exeArguments: /e /u /wl /wr /dl %6 /dr %7 %1 %2 - Add the details for the Merge Tool by clicking on the Add… button.
Extension: .*Operation: MergeCommand: C:\Program Files\WinMerge\WinMergeU.exeArguments: /e /u /wl /dl %6 /dr %7 %1 %2 %4
Quick Guide: Migrate a virtual machine from Virtual PC to Hyper-V
November 16, 2009
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 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.
Quick Steps
- Hyper-V Manager – Create a new Virtual Machine. Use an existing virtual hard disk and specify the location of the vhd file you want to use.
New > Virtual Machine - Virtual Machine – Uninstall the Virtual Machine Additions which are extensions specific to Virtual PC.
Control Panel > Programs and Features > Virtual Machine Additions > Uninstall - Reboot.
- Virtual Machine – Install Integration Services from the Action menu in the Virtual Machine Connection console.
Insert Integration Services Setup Disk > Install (from AutoPlay) - Reboot – updates will install.
- Virtual Machine – Without this step the mouse will not work within the virtual machine. Restart will result in the mouse working.
Run > MSConfig > Boot tab > Advanced Options > Detect HAL - Reboot – new hardware will be detected and mouse will work.