ID:               47426
 Updated by:       [email protected]
 Reported By:      michael dot fink at itf-edv dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         Windows Installer
 Operating System: WinXP SP2
 PHP Version:      5.2.9RC2
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




Previous Comments:
------------------------------------------------------------------------

[2009-02-17 15:03:44] michael dot fink at itf-edv dot de

Description:
------------
I'm installing both Apache 2.2.10 msi and PHP 5.2.8 (or any later) msi
using a nested msi custom action (type 23). While installing the message
"Error trying access httpd.conf file. You will need to manually
configure the web server.". In this stage none of the apache or php
files are installed yet, the msi install script is being generated.

Inside php's msi there is a custom action configApache that has type 6,
and so is run immediately. I think it should be a "deferred" action, so
that it gets run when the actual files are installed.

When changing the type to 6 + 1024 ( = 1030) using Orca, error 1720
appears:

There is a problem with this Windows Installer package. A script
required for this install to complete could not be run. Contact your
support personnel or package vendor. Custom action configApache script
error -2147467259, Msi API Error: TargetPath,Folder Line 11, Column 5, 

This is in the line of PHPInstallerScripts52.vbs where
Session.TargetPath is accessed.

Any ideas how to fix this?



------------------------------------------------------------------------


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

Reply via email to