Skip to content
⌘ NSIS Forum Archive

Java installer

2 posts

jop008#

Java installer

Hi,

I am new on NSIS. I want to install something which is pretty standard for a java webbased application. I am looking for an installer to install a java based application:
  • JDK latest version
  • Tomcat
  • MySQL and fill it by means of a query load
  • Deploy a webarchive.


Since we are cross platform I am also considering lzpack. Which can create cross platform scripts.

John
Afrow UK#
If you want to create this installer you are going to need to search the forum for each individual component that you wish to install/configure. Also look at the NSIS wiki.

Stu