Hello.
I have a question for you. Is it possible to make a setup file for a java application, but the setup file to include an installer for SQL and to also install the database all together.
Thanks.
Printable View
Hello.
I have a question for you. Is it possible to make a setup file for a java application, but the setup file to include an installer for SQL and to also install the database all together.
Thanks.
For converting java to exe, you can use exe wrappers like JSmooth, and for creating a setup package probably InstallShield might help.
JSmooth - Java Executable Wrapper
InstallShield - MSI Windows Installer and InstallScript Software Installation Tool
Ok, but using those wrappers can I also include a database and a SQL installer?
Not using wrappers but probably using InstallShield you can do that.