[INSTALL PACKAGE] Making an installer for Java Database Application
I have recently wrote a Java application which uses the JDBC
module to access a MySQL database that is locally installed.
The Java program lies in a directory in its own, with a subdirectory
containing the J 2.0 SDK binaries for execution.
I really need the installer to just call the MySQL install.exe, and they can
go through the steps of installing MySQL. After that, the installer
then copies the Java program's folder to a destination folder, and asks
them a few questions, like Start the database on Startup, etc...
Is there some kind of application that will allow to perform these tasks?
Please help!
Thanks,
SunGun
__________________
Wow.
Last edited by SunGun; 02-16-2005 at 11:23 AM..
|