6: Install WiX 3.0 on your windows machine (Depends on Visual Studio). Add it to your PATH.
 *::http://wix.codeplex.com/
 
-7: Patch your version of cmake/cpack to enable wix support by dropping the following into your cmake path.  You may want to verify with a diff tool such as beyond compare when updating. *NOTE:* This patch is making it's way upstream, hopefully in the next point release.
-*:: *NOTE:* This may become obsolete, as the patch has been submitted upstream.
-*:: *WARNING:* This archive includes a replacement cpack.exe. _Do not use it._ It's incompatible with Visual Studio 2010 (it requires debug libraries from 2008). It's also unnecessary, as it only includes not yet used support for building MSI packages.
-*::https://docs.google.com/leaf?id=0Bzq0eFfVveNqZTgxNjQyZmItNmEyNy00MWZlLTg2NTktMzJiYjljMDc3NTQ0&sort=name&layout=list&num=50
-
-8: Open Tools->Options under "Projects and Solutions" click on VC++ Directories and add the following to the *Executable* directories
+7: Open Tools->Options under "Projects and Solutions" click on VC++ Directories and add the following to the *Executable* directories
 *::$(SolutionDir)\msconfig
 *::Move $(PATH) to the bottom as sometimes C:\cygwin\bin is in the $(PATH) which can cause issues with condor's bundled binaries.
 
-9: Open and build.
+8: Open and build.
 
 {section: Installing}
 There is now officially an install target and release has been removed.
@@ -98,7 +93,7 @@
 Packaging target have already been added simply run:
 
 {code}
-make package
+TBD as this has variants for UW, see VDT.
 {endcode}
 
 {section: TODO}