Author |
|
meathook
Joined: 15 Dec 2006 Posts: 5
|
Posted: Fri 15 Dec '06 3:54 Post subject: cannot uninstall/install! "internal error 2753" |
|
|
Hi,
I cannot install / uninstall Apache 2.2.3 server :
When I try to reinstall it, it won't install : the installer gives only the "repair" and "remove" option, and for both I get this error :
"Internal error 2753 httpd.exe"
Is there a solution to fix that?
Thank you,
Patrick |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 15 Dec '06 12:55 Post subject: |
|
|
Where did you download Apache? Did you download a *.msi file? |
|
Back to top |
|
meathook
Joined: 15 Dec 2006 Posts: 5
|
Posted: Sat 16 Dec '06 3:14 Post subject: |
|
|
yes it was orginally download from a msi |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 16 Dec '06 10:46 Post subject: |
|
|
Please download a msi from a mirror and try again. Do you have installed the newest version from microsoft installer?
Or you can follow the setup from here, which will work
http://www.apachelounge.com/viewtopic.php?t=570 |
|
Back to top |
|
meathook
Joined: 15 Dec 2006 Posts: 5
|
Posted: Sat 16 Dec '06 16:44 Post subject: |
|
|
Hi,
It doesn't work.
You mean the ?
And installing the apache (not msi) will not let me remove current apache (msi) (even after doing the "httpd -k uninstall").
I don't have the current apache (msi), it's just hasn't uninstalled completely, so I cannot reinstall the msi. The error comes after I do "repair" or "remove" with the msi.
Thank you,
Patrick |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Sat 16 Dec '06 17:13 Post subject: |
|
|
You could give this a try from a command window: Quote: | msiexec /fav apache_2.2.3-win32-x86-no_ssl.msi |
where apache_2.2.3-win32-x86-no_ssl.msi is the original .msi you installed from.
This instructs the Windows installer to refresh all the installed files in your Apache installation.
-tom- |
|
Back to top |
|
meathook
Joined: 15 Dec 2006 Posts: 5
|
Posted: Sat 16 Dec '06 22:18 Post subject: |
|
|
I've tried, but
same "internal error" error |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Sun 17 Dec '06 17:20 Post subject: |
|
|
That's odd. It sounds like Apache 2.2.3 was installed from a .zip file on top of an Apache 2.2.3 installed from a .msi.
Here's another tactic you can try. I don't know if it will fix your situation, since I've never had error 2753 before - but it has worked to clear up some .msi install problems for me occaisionally.* If the Apache Monitor is running in your System Tray, right-click and Exit it.
* Make sure the Apache service is stopped.
* Delete everything from your Apache directory except the three subdirectories \conf, \logs, and \htdocs
* Use Control-panel Add/Remove Programs to Change Apache 2.2.3 and choose Repair
* If Repair is successfull - you can then use Control-panel Add/Remove Programs to Remove Apache
Hope this helps.
-tom- |
|
Back to top |
|
meathook
Joined: 15 Dec 2006 Posts: 5
|
Posted: Sun 17 Dec '06 19:26 Post subject: |
|
|
I have not an apache directory for the apache that I have problem.
For that msi version, not everything is gone, cause apache msi is not able to install again ("internal error"!).
In add/remove programs, I have apache listed, but there's no button ("remove", "modified", ...). |
|
Back to top |
|
steefwa
Joined: 24 Sep 2014 Posts: 1 Location: Netherlands, Wijchen
|
Posted: Thu 25 Sep '14 0:48 Post subject: cannot uninstall/install! "internal error 2753" |
|
|
Just delete the old Apache directory and install Apache again. Apache will create a new directory and will no longer show the 'internal error 2753' |
|
Back to top |
|