ID: 48615 Comment by: stevek at promanagementsystems dot com Reported By: codeblock at eighthbit dot net Status: No Feedback Bug Type: Windows Installer Operating System: Windows XP PHP Version: 6CVS-2009-06-20 (snap) Assigned To: jmertic New Comment:
MSI (s) (E4:44) [16:42:22:686]: PROPERTY CHANGE: Modifying INSTALLDIR property. Its current value is 'c:\php'. Its new value: 'C:\php\'. MSI (s) (E4:44) [16:42:22:686]: PROPERTY CHANGE: Adding extrasdirectory property. Its value is 'C:\php\extras\'. MSI (s) (E4:44) [16:42:22:686]: PROPERTY CHANGE: Adding extdirectory property. Its value is 'C:\php\ext\'. MSI (s) (E4:44) [16:42:22:686]: PROPERTY CHANGE: Adding devdirectory property. Its value is 'C:\php\dev\'. MSI (s) (E4:44) [16:42:22:686]: Target path resolution complete. Dumping Directory table... MSI (s) (E4:44) [16:42:22:686]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: TARGETDIR , Object: F:\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: XITAMIDIR , Object: NULL MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: ProgramMenuDir , Object: C:\Documents and Settings\All Users\Start Menu\Programs\PHP 5\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: INSTALLDIR , Object: C:\php\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: extrasdirectory , Object: C:\php\extras\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: extdirectory , Object: C:\php\ext\ MSI (s) (E4:44) [16:42:22:686]: Dir (target): Key: devdirectory , Object: C:\php\dev\ MSI (s) (E4:44) [16:42:22:686]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (E4:44) [16:42:22:702]: Note: 1: 2711 2: APACHEDIR=c:\apache MSI (s) (E4:44) [16:42:22:702]: Note: 1: 2205 2: 3: Error MSI (s) (E4:44) [16:42:22:702]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2711 DEBUG: Error 2711: The specified Feature name ('APACHEDIR=c:\apache') not found in Feature Table. MSI (s) (E4:44) [16:42:22:717]: Note: 1: 2205 2: 3: Error MSI (s) (E4:44) [16:42:22:717]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 MSI (s) (E4:44) [16:42:22:733]: Product: PHP 5.3.0 -- 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: APACHEDIR=c:\apache, , 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: APACHEDIR=c:\apache, , Action ended 16:42:22: CostFinalize. Return value 3. Action ended 16:42:22: INSTALL. Return value 3. Property(S): INSTALLDIR = C:\php\ Previous Comments: ------------------------------------------------------------------------ [2009-07-06 01:00:01] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2009-06-28 18:24:22] jmer...@php.net Could you run it in verbose logging mode and attach the log file? To run in verbose logging mode issue the below command from the command prompt ( from the same directory where the install exists ): msiexec /i php-6.0.0-win32-installer.msi /l*v error.log ------------------------------------------------------------------------ [2009-06-20 12:58:12] codeblock at eighthbit dot net Description: ------------ The installer exits with error 2711, when trying to install with the apache 2.x module. 5.3 snap installed fine. Expected result: ---------------- Installer to continue. Actual result: -------------- Installer exits with error code 2711. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48615&edit=1