pcs 98/04/17 08:50:25
Modified: . how-to-release-win32.html Log: Update the IS2 documentation for Windows slightly Revision Changes Path 1.4 +16 -2 apache-devsite/how-to-release-win32.html Index: how-to-release-win32.html =================================================================== RCS file: /export/home/cvs/apache-devsite/how-to-release-win32.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- how-to-release-win32.html 1998/04/06 17:21:39 1.3 +++ how-to-release-win32.html 1998/04/17 15:50:16 1.4 @@ -80,8 +80,14 @@ <LI><SAMP>src\os\{emx,bs2000,unix}</SAMP> <LI><SAMP>src\helpers</SAMP> <LI><SAMP>src\test</SAMP> + <LI><SAMP>src\modules\test</SAMP> </UL> +(Note: the InstallShield configuration file lists only the files which +are to be build into the installer, so it is no necessary to remove +these files and directories unless you are planning to update the IS +configuration by dragging-and-dropping directories). + <P> Copy the <SAMP>MSVCRT.DLL</SAMP> file into the install directory. This @@ -147,7 +153,7 @@ The installer DLL is called by the installation process to configure the sample configuration files. It is built by running <SAMP>nmake -f -Makefile.nt install.mak</SAMP> in the <SAMP>src</SAMP> directory (is +Makefile.nt installdll</SAMP> in the <SAMP>src</SAMP> directory (is it not built by the normal <SAMP>_apacheX</SAMP> or <SAMP>installX</SAMP> targets). The code for the installer is in <SAMP>os/win32/installer/installdll</SAMP>, and after doing the build @@ -178,16 +184,24 @@ | Apache.exe | ApacheCore.dll | CHANGES + | CHANGES.APACI + | configure + | HTTP_Features.tsv + | INSTALL | install.dll | KEYS | LICENSE | Makefile + | Makefile.tmpl | MSVCRT.DLL | README + | README.configure | README.NT + | STATUS | |--- conf | access.conf-dist-win + | highperformance.conf-dist | httpd.conf-dist-win | magic | mime.types @@ -259,7 +273,7 @@ The single file installer is now built and ready to run. It will be called <SAMP>SETUPEX.EXE</SAMP>. Rename this to an appropriate name -for Windows, such as <SAMP>APACHE_1_3B5.EXE</SAMP> (there must only be +for Windows, such as <SAMP>APACHE_1_3B6.EXE</SAMP> (there must only be one period in the name). </OL>