1: Load the Windows VM.
 
-1: The password for the condor user is the same password as for our web page.
+1: The password for the HTCondor user is the same password as for our web page.
 
 1: Open a shell using the "Condor Build" icon on the desktop.  This puts WiX and 7-zip into the path, (as well as cmake and the compiler)
 
-1: Create a directory in =C:\scratch=  e.g.  =C:\scratch\pkg760= and put the Condor ZIP file into it. You can do this by downloading the =results.tar.gz= from your build into this directory and unpacking it via 7-Zip:
+1: Create a directory in =C:\scratch=  e.g.  =C:\scratch\pkg760= and put the HTCondor ZIP file into it. You can do this by downloading the =results.tar.gz= from your build into this directory and unpacking it via 7-Zip:
 
    c:\> cd c:\scratch\pkg760
    c:\scratch\pkg760> 7z x results.tar.gz
@@ -16,11 +16,11 @@
 VM -> Settings -> Options Tab -> Shared Folders -> Add
 
 
-5: Put the condor zip file in this directory
+5: Put the HTCondor zip file in this directory
 
    c:\scratch\pkg760> move public\condor*.zip .
 
-6: Unzip the condor ZIP file into a temporary directory.
+6: Unzip the HTCondor ZIP file into a temporary directory.
 
    c:\scratch\pkg760> 7z x -oTemp condor*.zip *
 
@@ -41,7 +41,7 @@
 
 Additional Notes:
 
-The VM has a script called =packageit.bat= that will unzip the condor ZIP file into a temporary directory and make and MSI from it, then optionally delete the temporary directory.
+The VM has a script called =packageit.bat= that will unzip the HTCondor ZIP file into a temporary directory and make and MSI from it, then optionally delete the temporary directory.
 
 To make a ZIP file using the Windows Shell.
 
@@ -53,7 +53,7 @@
 
 1: give the folder the desired name, e.g. Condor-7.6.0-winnt-x86.zip
 
-1: navigate into the condor root folder - the parent folder of the bin folder. and hit ctrl+A to select all and then Ctrl+C to copy.
+1: navigate into the HTCondor root folder - the parent folder of the bin folder. and hit ctrl+A to select all and then Ctrl+C to copy.
 
 1: navigate back to the folder containing the new empty ZIP file.