| Author |
how to make installer
|
sharjeel afzal
Greenhorn
Joined: Sep 30, 2009
Posts: 22
|
|
Hi,
I want to develop a java application
i want to make an installer (application required jre , MySQL)
how i make installer which check if jre or MySql not installed on system
then installer first install these softwares
thanks
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
Why do you want to write your own installer instead of using an existing one? And if you decide not to use an existing one, what have you tried so far? Why did that fail? Please ShowSomeEffort.
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3065
|
|
|
Personally I am very happy with install4j.
|
 |
sharjeel afzal
Greenhorn
Joined: Sep 30, 2009
Posts: 22
|
|
Sorry ,
i recompile my question
i want to install my desktop java application to client system
application required jre and Some DBMS should be installed
on client side i want to check if said softwares not installed
then during installation of my application jre and DBMS also
installed
please recommend me what DBMS i used and which installer i used
(i want to hide installation wizard of DBMS from client)
|
 |
 |
|
|
subject: how to make installer
|
|
|