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

Install MySQL with InstallShield


3 replies to this topic

Jerry

Jerry
  • Full Members
  • 2 posts

Posted 03 November 2010 - 05:05

I have been using InstallShield 10.5 to create installer for my VFP (Visual Foxpro) for years with no problem.
recently I have switched to MySQL database.
how can I include MySQL server and ODBC to the installer?
thank you the help.

Edited by Jerry, 03 November 2010 - 05:06.


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 03 November 2010 - 15:42

For the MySQL aspect, you'll probably just have to include the redistributable setup files as a part of your project and then run it as a part of your installation routine via the LaunchAppAndWait function.

For the ODBC aspect, you're best off just including one of the Microsoft Data Access Components (MDAC) merge modules under the Objects listing.
user posted image

Jerry

Jerry
  • Full Members
  • 2 posts

Posted 03 November 2010 - 16:43

Thanks for the reply.

do I need the script to do that?

I'm using:
MySQL 5.1
MySQL ODBC 5.1 Driver

Best Regards,
Jerry

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 04 November 2010 - 15:09

Oh, I thought you were referring to the underlying ODBC support in Windows.

In that case, you'd want to run both of those MySQL installers from the OnFirstUIAfter portion of your IS project.
user posted image