Wilhelmus 1 Posted May 19, 2005 I have tried to install Apache 2.0.54 to Windows XP Service Pack 2, but always I get the error: "Installation Wizard Interrupted. The Installation Wizard was interrupted before Apache HTTP Server 2.0.54 could be completely installed." After googling found suggestions: 1) clean temp folders. Done. 2) remove old registery entries. Done, none found. (I have not installed Apache to this system before.) 3) Check permissions on the installation folder. Done. Everyone, SYSTEM, Users, Administrators and my account have Full rights. 4) Set Installer service to automatic. Done. 5) Update Installer. Cannot, already using the latest version of it, updated via Windows Update. No effect. Same error. My Event Viewer is flooding with Event IDs 11708: "Product: Apache HTTP Server 2.0.54 -- Installation operation failed.". These are not marked as "Error" or "Warning". Just "Information". <edit> Tried to install 2.0.53. Same error. </edit> <edit 2> The 2.0.50 installed without problems... Weird. Anyway, back conf'n. </edit 2> [Edited by Wilhelmus on 2005-05-19 10:08:00] Share this post Link to post
theefool 0 Posted May 19, 2005 Hmmm, just installed fine on my super computer. I.E. XP SP2, with a PII 400, 320 mbs ram...stupid work computer... Anyway, I assume you have already gone thru this? http://www.ip97.com/apache.org/httpd/binaries/win32/TROUBLESHOOTING.html One note that the above link has, is a log file. Perhaps: MSIEXEC /I apache_install_package.msi /L*v YourLogFileName.txt Share this post Link to post
Wilhelmus 1 Posted May 19, 2005 Hmm... Noticed something in the log files. In 2.0.54: Quote: MSI © (7C:F8) [17:34:29:509]: Running product '{3A862C7D-0504-48BC-AEF8-7F7479C7C158}' with user privileges: It's not assigned. And in 2.0.50: Quote: MSI © (D8:EC) [17:34:02:681]: Product installation will be elevated because user is admin and product is being installed per-machine. MSI © (D8:EC) [17:34:02:681]: Running product '{3A862C7D-0504-48BC-AEF8-7F7479C7C158}' with elevated privileges: Product is assigned. So, to me, it looks like 2.0.54 does not detect that my account have Administrator rights... <edit> Uninstalled 2.0.50. and tried to reinstall 54. No change. Same error, incl. in log file. Reinstalled 2.0.50. Installed fine. No errors. </edit> Share this post Link to post
theefool 0 Posted May 19, 2005 No fixes as of yet, but the following link describes how to do a manual install, instead of relying on .MSI. http://marc.theaimsgroup.com/?l=apache-httpd-users&m=106808565817795&w=2 Share this post Link to post
Wilhelmus 1 Posted May 22, 2005 Submitted bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=26938 Share this post Link to post
ScinteX 0 Posted May 23, 2005 Could u try an earlier version of Apache? Ive had problems with Apache 2, especially when running the usual PHP & mysql setup (it was really odd and somethin that i wont bore the forum with!). I use Apache 1.3, PHP 4 and MySQL 4. Granted, there are lots of nice new things with v2, but good old 1.3 is still a very workable solution. If you dont get anywhere with v2, maybe 1.3 is worth a shot. Im not slating v2 at all tho Google reckons that your error is probably a MSI error, not an Apache error. Did you try the manual method (above)? There is lots of talk about this error however 1 'fix' is this: open a command prompt with cmd.exe and cd to your system32. There you need to type: regsvr32 scrrun.dll The above will sort out your windows scripting host. Good luck S Share this post Link to post
AndyFair 0 Posted May 23, 2005 Have you also applied the latest update from Microsoft - Windows installer update? Are these problems before or after the update? Share this post Link to post
Wilhelmus 1 Posted May 23, 2005 Originally posted by ScinteX: Quote: Could u try an earlier version of Apache? I installed 2.0.50., no errors on that. Quote: open a command prompt with cmd.exe and cd to your system32. There you need to type: regsvr32 scrrun.dll Quote: Did you try the manual method (above)? I'll try those. Quote: Good luck Thanks. Originally posted by AndyFair: Quote: Have you also applied the latest update from Microsoft - Windows installer update? Are these problems before or after the update? After the 3.0/3.1. update. Share this post Link to post
AshwinKumar 0 Posted August 3, 2005 hi guys, enable and start the "DNS Client" service in the service manager, i hope it solves the problem. plz reply if it works.. Share this post Link to post
behemoth666 0 Posted March 13, 2006 Originally posted by ScinteX: Quote: Could u try an earlier version of Apache? Ive had problems with Apache 2, especially when running the usual PHP & mysql setup (it was really odd and somethin that i wont bore the forum with!). I use Apache 1.3, PHP 4 and MySQL 4. Granted, there are lots of nice new things with v2, but good old 1.3 is still a very workable solution. If you dont get anywhere with v2, maybe 1.3 is worth a shot. Im not slating v2 at all tho Google reckons that your error is probably a MSI error, not an Apache error. Did you try the manual method (above)? There is lots of talk about this error however 1 'fix' is this: open a command prompt with cmd.exe and cd to your system32. There you need to type: regsvr32 scrrun.dll The above will sort out your windows scripting host. Good luck S i got exactly the same problem but with all the versions i only want v1.3 i dont want v2 but no one works :\ i've tried what u said but nothing :\ Share this post Link to post
zedmo 0 Posted March 20, 2006 I had got the same problem. I solved it by stopping/restarting windows with the internet connection unavailable. (I had the modem unplugged) Then Apache 2.0.55 installs OK. Seems strange but it worked! give it a try. Further info: My system is Windows Sp2 up-to-date. zmo. Share this post Link to post
Paul@Webnames247.co.uk 0 Posted June 30, 2006 Hi all, I had this problem with Apache 2.0.53. I'm using a WIFI-MAX for PSP, unplugged it from the PC, tried the install again and Apache installed without any issues..! Very strange. Share this post Link to post