From:             michael dot fink at itf-edv dot de
Operating system: WinXP SP2
PHP version:      5.2.9RC2
PHP Bug Type:     Windows Installer
Bug description:  Nested Installation of Apache2.2 and PHP doesn't work

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 bug report at http://bugs.php.net/?id=47426&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47426&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47426&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47426&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47426&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47426&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47426&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47426&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47426&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47426&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47426&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47426&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47426&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47426&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47426&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47426&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47426&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47426&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47426&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47426&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47426&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47426&r=mysqlcfg

Reply via email to