cvs commit: apache-1.3/src/os/win32/installer/installdll install.c

1999-08-12 Thread randy
randy 99/08/12 09:22:35 Modified:src/os/win32/installer/installdll install.c Log: Changes to migrate to InstallShield 5.5 and provide a bit more error checking. Changes to allow compiling on VS 6.0. Revision ChangesPath 1.5 +28 -29

cvs commit: apache-1.3/src/os/win32/installer/installdll install.c

1999-02-16 Thread pcs
pcs 99/02/16 04:09:21 Modified:src/os/win32/installer/installdll install.c Log: Write a log of what INSTALL.DLL does. The log file will be called install.log in the installed Apache directory. Revision ChangesPath 1.3 +79 -0

cvs commit: apache-1.3/src/os/win32/installer/installdll install.c install.dsp install.mak

1999-02-16 Thread pcs
pcs 99/02/16 04:28:11 Modified:src/os/win32/installer/installdll install.c install.dsp install.mak Log: Use ap_snprintf when writing printf formats to fixed length buffers, so avoid potential buffer overruns. Revision ChangesPath 1.4

cvs commit: apache-1.3/src/os/win32/installer/installdll install.c install.mak

1998-05-07 Thread pcs
pcs 98/05/07 06:23:37 Modified:src/os/win32/installer apache.iwz src/os/win32/installer/installdll install.c install.mak Log: Update the installer to fix overwriting of user's already installed configuration or htdocs files. This is similar to how APACI now