Page History

Turn Off History

These instructions are awaiting TJ's review
Currently, in order to make an MSI you need to have a specific Windows VM. TJ has a copy and another copy exists on monza.cs.wisc.edu at /scratch/condor-vm.

  1. Load the Windows VM. (This requires a newer version of vmware than was default on the lab computers as of 2011-02).

  2. The password for the condor user is the same password as for our web page.

  3. You need a mapping to a directory on the hist computer so that you can import the Condor ZIP file. A mapping should already exist to point to the /scratch/condor-vm directory on monza. The mapping can be seen as the Z: drive in My Computer. If the mapping is missing it can be created by going to VM -> Settings -> Options Tab -> Shared Folders -> Add

  4. Open a shell using the "Condor Build" icon on the desktop. It loads some necessary environment.

  5. Make a directory in C:\scratch, e.g. C:\scratch\scot

  6. Put the condor zip file in this directory, along with packageit.bat and testfordebugcrt.bat

  7. Unzip the Windows zip file. You may need to use 7-zip (7z)

  8. (If necessary) remove the extra directory in the zip file.

  9. Change into the bin directory (e.g. condor-7.6.0\bin) and then run ..\..\testfordebugcrt.bat Nothing should print under "Showing 90D"

  10. Run packageit.bat to make the MSI

  11. Make a zip file with the correct format (i.e. without the extra directory). You may need to use 7z.

  12. Transfer the files back out of the VM and put them in the appropriate place in NFS. Make sure the zip file and MSI are named similarly (e.g. they both start with condor-7.6.0)