Then there is most certainly a problem. That said, and paradoxical as it may sound, a build _can_ succeed with this directory intact. It all hinges on the order in which you install the software packages. That's why we stressed the order in which you install the software packages above. If, by chance, it happens to work for you in another order, then consider yourself lucky; having tried several, this seems to be the most dependable procedure. + +<html><h2> Packaging </h2></html> + +If you wish to package up Condor the way we do on our web page (as a self-contained MSI installer file and a ZIP file), then follow these instructions. + +<html><h3> Packaging a build from source code </h3></html> +Starting from the source directory, here is an example of the commands you would enter: +1: mkdir c:\temp\condor-7.5.2 +1: cd msconfig +1: dorelease.bat ..\Release c:\temp\condor-7.5.2 +1: dopackaging.bat c:\temp\condor-7.5.2 c:\temp +1: After about 15 minutes, =condor-7.5.2-winnt50-x86.msi= and =condor-7.5.2-winnt50-x86.zip= will waiting for you in =c:\temp= + +<html><h3> Packaging a build from NMI </h3></html> +Packaging a build from NMI is very similar to packaging a build from source, except the binaries we want to package will be coming out of tar file from NMI instead of being produced by the dorelease.bat script as shown above. Even though you are not actually building the binaries on the packaging machine, it still needs to be setup as if it were a build machine as documented above (to be certain all the proper tools needed for packaging are installed). +1: Download results.tar from NMI for platform _winnt_ from a given build id. +1: Untar into subdir c:\temp +1: move c:\temp\public c:\temp\condor-v7.5.2 +1: rmdir c:\temp\condor-v7.5.2\testbin +1: rmdir c:\temp\condor-v7.5.2\logs +1: git checkout V7_5_2 _(note: you need to checkout from git the same version of Condor that NMI built, as the packaging scripts and directives themselves are only found in the source code and not in the results.tar file)_ +1: cd CONDOR_SRC\msconfig +1: dopackaging.bat c:\temp\condor-7.5.2 c:\temp +1: After about 15 minutes, =condor-7.5.2-winnt50-x86.msi= and =condor-7.5.2-winnt50-x86.zip= will waiting for you in =c:\temp=