Edit report at https://bugs.php.net/bug.php?id=50584&edit=1
ID: 50584
Comment by: Jean dot GlandePasUne at gmail dot com
Reported by: mkucej at yahoo dot com
Summary: Windows installer does not configure Apache in
silent mode
Status: Closed
Type: Bug
Package: Windows Installer
Operating System: Windows XP SP2
PHP Version: 5.3.1
Assigned To: jmertic
Block user comment: N
Private report: N
New Comment:
Same issue with the "noisy" installer: Apache isn't seen despite it's installed
and running well ! And no, nobody cares because free = you're alone.
Previous Comments:
------------------------------------------------------------------------
[2010-05-12 21:18:57] [email protected]
Fixed issues in SVN of this happening both when configuring Apache or IIS via
the command line installer.
------------------------------------------------------------------------
[2010-05-12 21:18:24] [email protected]
Automatic comment from SVN on behalf of jmertic
Revision: http://svn.php.net/viewvc/?view=revision&revision=299304
Log: Bug #50584 - Fix problem with expecting newly created registry values to
be available in the VB installer scripts by instead passing those values to the
custom action via CustomActionData property.
------------------------------------------------------------------------
[2010-04-04 05:45:53] mkucej at yahoo dot com
This problem persists in the 5.3.2 installer. Anybody cares?
------------------------------------------------------------------------
[2009-12-26 23:52:13] mkucej at yahoo dot com
Description:
------------
Windows installer does not configure Apache in silent mode. It will insert the
following into the httpd.conf:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
This happens only in the silent mode.
Reproduce code:
---------------
msiexec /I php.msi /qn+ INSTALLDIR="C:\Program Files\PHP" APACHEDIR="C:\Program
Files\Apache Software Foundation\Apache2.2\conf\"
ADDLOCAL=ScriptExecutable,cgi,apache22,ext_php_pdo_sqlite /L c:\log.txt
Actual result:
--------------
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=50584&edit=1