]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We no longer have .msi packages for windows
authorGregg Lewis Smith <gsmith@apache.org>
Wed, 14 Oct 2015 02:21:14 +0000 (02:21 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Wed, 14 Oct 2015 02:21:14 +0000 (02:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1708542 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index 155df5fcef1515d900e5b41df338d555b4bbedac..2fde242c6ca1638f995e539d242130ba1b6395a3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
   For complete documentation, see manual/platform/windows.html.en or
   http://httpd.apache.org/docs/2.4/platform/windows.html.
 
-  The Apache/Win32 binaries are distributed as Windows Installer packages 
-  (.msi) named httpd-2.4.xx-win32-x86-no_ssl.msi for a version without mod_ssl
-  and httpd-2.4.xx-win32-x86-openssl-1.0.1x.msi for a version including the
-  mod_ssl plus the openssl library and command line utility.  Additional 64 bit
-  binaries have similarly named -win64-x64 package names.  These packages
-  may be unpacked without "installing" them by using the msiexec /a option.
-
-  If you have unpacked a source distribution (named httpd-2.4.x-win32-src.zip, 
-  without any -x86 or -x64 notation) you must compile the package yourself, 
-  see the links mentioned above.  Unless you intended to do this, please look
-  again for an .msi package in http://www.apache.org/dist/httpd/binaries/win32/
-  and install that desired .msi package.
-
-  The .msi package configures the httpd.conf file, and installs and starts 
-  the Apache2.4 service for you.  It also installs plenty of useful shortcuts
-  and the taskbar ApacheMonitor.  We strongly encourage you to use it.
-
 
   Postscript
   ----------