Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 02-16-2005, 11:11 AM   #1 (permalink)
Upright
 
Location: Ravenswood
[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..
SunGun is offline  
Old 02-16-2005, 03:47 PM   #2 (permalink)
aka: freakylongname
 
Chamaeleontidae's Avatar
 
Location: South of the Great While North
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.
__________________
"Reality is just a crutch for people who can't cope with drugs."
Robin Williams.
Chamaeleontidae is offline  
Old 02-17-2005, 05:23 PM   #3 (permalink)
Crazy
 
Location: Salt Town, UT
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. )
Rawb is offline  
Old 02-17-2005, 10:12 PM   #4 (permalink)
Insane
 
trache's Avatar
 
I'm assuming by " MySQL install.exe" you primarily wish to install this application on Windows.

Use Innosetup - it supports scripting etc and looks very clean. Much like NSIS but much more flexible and easier to learn. Both are free as in speech and beer.
__________________
"You looked at me as if I was eating runny eggs in slow motion." - Gord Downie of The Tragically Hip
trache is offline  
 

Tags
application, database, installer, java, making


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 06:06 PM.

Tilted Forum Project

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73