COMPILING THE EXPORTED COLLECTION INSTALLER ------------------------------------------- There are two parts to this: - gssetup.exe, a 32-bit Windows program that is the actual installer - setup.exe, a 16-bit Windows program that checks the Windows version and then runs gssetup.exe. On Windows 3.1/3.11 gssetup.exe will be run using Win32s. Both of these were originally created by George Buchanan on a very old Borland compiler that supported 16 bit Windows development. We no longer have such a compiler, so setup.exe cannot be recompiled. (The source for it is in the "really-really-old-stuff" directory.) The gssetup.exe program can be compiled using Microsoft Visual Studio 9.0 on the Vista machine as follows: [If using Microsoft Visual C++ 4.2 or older, you want to check out an older version of gs2-export-cdrom-installer and follow its README instructions.] (0. For windows.h includes: call "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.cmd") 1. call "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat" 2. nmake /f win32.mak (in the gsinstaller directory) Don't forget to copy the generated gssetup.exe into greenstone2\bin\windows replacing the existing one in the Greenstone installation.