Archive: Can I uninstall Apache


Can I uninstall Apache
I want integrate apache into my system.
so I want to uninstall apache when I uninstall my system.
how can I write script in "Section Uninstall" to direct the uninstaller to uninstall apache.
thanks.


Can you do it by running the apache uninstall program using ExecWait?


You should look in your registry for the exact string that Apache uses to uninstall itself. Then just execute that command from your installer.


Re:Unistall Apache
Cause I can't find the uninstaller of Apache
so I can't user EXECWAIT;
In registry, there is not enough information for me to make it;
Cause Apache just can be unistalled by windows. right?


For Apache 2.0.39 it's HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3A862C7D-0504-48BC-AEF8-7F7479C7C158}

Uninstall:
MsiExec.exe /I{3A862C7D-0504-48BC-AEF8-7F7479C7C158}


Please don't open a new thread to reply to another thread.