Does anyone know how to complete uninstall MySQL from the command line? I'd like to uninstall it, the MySQL tools and I'd like it to remove its data that is in the Application Data. Furthermore I'd like to do it all from inside innosetup. This requires the command line.
MySQL installation and uninstallation REALLY isn't made easy. Its driving me nuts. Anyone who can help would REALLY be aiding my sanity ...
Edit: I'd like to make it clear that My installer calls the MYSQL installer. I want my uninstaller to call the MYSQL uninstaller. This is where my problem lies. How do I do this?
Edit2: Thanks to Joshua for the point of checking the registry. However I'm still confused. If I run MSIExec with the GUID offered it runs the installation ... NOT the uninstallation. Any ideas what causes this? Also I'd still like to know if there is a way to get the installer to kill the directory in Application Data
Edit 3: Seems you Don't use the uninstall string but doing "msiexec /uninstall {GUID}" will run the uninstaller! :D
Just need to know of a way to get the installer to delete teh Application Data directory or should i just delete it myself?
