Skip to content
⌘ NSIS Forum Archive

Can I uninstall Apache

6 posts

headsea#

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.
rainwater#
You should look in your registry for the exact string that Apache uses to uninstall itself. Then just execute that command from your installer.
headsea#
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?
R@m00n#
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}