Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Uninstalling Pre-requisites


1 reply to this topic

rznain

rznain
  • Full Members
  • 7 posts

Posted 30 October 2008 - 11:43

My install script MSI Setup is using SQL 4.1 as a prerequisite.

At uninstalling the application it leaves the installation of MY SQL. I want to uninstall the MYSQL too at the time of uninstallation.

Please help if anyone have idea to resolve this problem.


Thanks

Nain

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 31 October 2008 - 15:55

Since prerequisites might be used by multiple applications, there's no built in functionality to remove them. You would have to run the uninstall command of MySQL (using LaunchApp for instance).