![]() |
[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 |
We use Install anywhere from Zero G Software, but it's not cheep.... They used to have a free version, not sure if they still do.
|
Just a word of warning, if your application is dependant on MySQL, you will need to purchase a MySQL distribution licence if you want to be able to legally sell your product. Otherwise the GPL license will prevail and legally you will have to distribute your source code under the GPL license to anyone that you normally have distributed your product to.
If you are an open-source shop, this isn't a problem. If you are a closed-source shop, you have three options: 1. Hope MySQL never finds out, 2. Purchase a distribution license with MySQL, 3. Port your application to Postgresql and never worry about database licensing again. (I probably misspelled license, but at least I'm consistant on it. :) ) |
|
All times are GMT -8. The time now is 09:23 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project