Doesn't work with Non standard installation path
Brought to you by:
wrowe
I have installed Apache 2.2 as part of the installation of CollabNet Subversion. This installs Apache in a sub-directory under
Program Files\CollabNet Subversion Server\
The Apache dot net installer does not recognise this as a valid install path.
.. Alan D. Saunders
ADS_AT_Tigersolv.com
(address changed to prevent 'scraping' - replkace '_AT_' with '@'
Logged In: NO
Same problem happened with me also. I have installed apache 2.2.4 on C:\Program Files\Apache Software Foundation\Apache2.2. The installation file mod_aspdotnet-2.0.0.2006-setup.msi doesnot work with any other installed path. Please help in anybody has solution.
Same problem on bitnami distribution.
Same problem on bitnami distribution.
It only fails due to the depth of your directory and not naming the apache binary httpd.exe
(or perhaps using the 2.0 installer package). We search some 3 levels deep, we are not
looking for specific file-paths.
It can be overridden with options to MSIEXEC, leaving the incident as a note to remind me
to follow up on this documentation
The same problem. It was easier if you specified those command line options. Not really fast but i found them after all.
msiexec /i mod_aspdotnet-2.0.0.2006-setup.msi /qb INSTALLDIR="C:\web\bin\apache2_2"
/i - installs the package
/qb - no wizard ( use this option to be able to install, otherwise the same error will appear)
INSTALLDIR - directory where the apache instance is installed