Edit report at http://bugs.php.net/bug.php?id=50584&edit=1

 ID:               50584
 Updated by:       jmer...@php.net
 Reported by:      mkucej at yahoo dot com
 Summary:          Windows installer does not configure Apache in silent
                   mode
-Status:           Assigned
+Status:           Closed
 Type:             Bug
 Package:          Windows Installer
 Operating System: Windows XP SP2
 PHP Version:      5.3.1
 Assigned To:      jmertic

 New Comment:

Fixed issues in SVN of this happening both when configuring Apache or
IIS via the command line installer.


Previous Comments:
------------------------------------------------------------------------
[2010-05-12 21:18:24] jmer...@php.net

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 http://bugs.php.net/bug.php?id=50584&edit=1

Reply via email to