views:

46

answers:

1

Hi guys, i am working on developing accounting program and i am using mysql DB, and i use install4j for making windows installer, i can package jre in my installer, but my question is how can i package mysql DB in this installer,

thanks.

A: 

You can put the Installer of MySQL into yout File-Set.

During the installation of your app (After the "Install Files"-Action), you can start the MySQL-Installer with an "Run Executable or Batchfile"-Action.

Your Installation-Directory woul look like this:

~\myApp\program.exe

~\myApp\InstallationFiles\setup-mysql.exe

ckuetbach