Edit report at https://bugs.php.net/bug.php?id=62430&edit=1
ID: 62430 User updated by: rickschneider17 at hotmail dot com Reported by: rickschneider17 at hotmail dot com Summary: PHP Windows Installer Command Line Failure -Status: Open +Status: Closed Type: Bug Package: *General Issues Operating System: Windows 2008 R2 PHP Version: 5.3.14 Block user comment: N Private report: N New Comment: It seems that documentation needs to be updated... passing in ext_php_gd2 works... Previous Comments: ------------------------------------------------------------------------ [2012-06-27 14:49:35] rickschneider17 at hotmail dot com Description: ------------ Trying to install php5.3.14 nts with the windows installer/msi package. According to the documentation, there should be an option called ADDLOCAL which takes a comma seperated list of extentions... (ext_php_gd,ext_php_mysqli) and this fails with the following message in windows event log.. Product: PHP 5.3.14 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2711. The arguments are: ext_php_gd, , It looks like it is failing to parse out any extra extentions Test script: --------------- msiexec /i php-5.3.14-nts-Win32-VC9-x86.msi /passive ADDLOCAL=ext_php_gd,ext_php_mysqli or msiexec /i php-5.3.14-nts-Win32-VC9-x86.msi /passive ADDLOCAL="ext_php_gd,ext_php_mysqli" ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62430&edit=1