-1

I am looking for a framework to create an install kit for my Java web application. I need something that would install JBoss, a Database Server, Java, and of course the application itself with all the dependencies and settings on a Windows platform.

I prefer free tools. What do you recommend and why?

Atticus
  • 1,622
  • 7
  • 32
  • 55
  • 2
    Take a look at http://stackoverflow.com/questions/759855/what-are-good-installanywhere-replacements-for-installing-a-java-ee-application – Zaki Aug 05 '10 at 06:35

3 Answers3

1

Install4J: Not free but easy to use and extensible.

http://www.ej-technologies.com/products/install4j/overview.html

YoK
  • 14,329
  • 4
  • 49
  • 67
0

As pointed out earlier in a comment there is another similar thread, which anwsers my question. Thanks to @Zaki for this info.

Community
  • 1
  • 1
Atticus
  • 1,622
  • 7
  • 32
  • 55
-2

You can use the SetupBuilder Gradle Plugin to create a native msi installer with a simple Gradle script.

Horcrux7
  • 23,758
  • 21
  • 98
  • 156
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/11817153) – Dijkgraaf Mar 29 '16 at 20:46
  • @Dijkgraaf What you are missing in the answer? Its contain the name and the download link. Its sounds that you have not work before with such tools/frameworks. If you does not understand the topic then you should not review it. – Horcrux7 Mar 31 '16 at 15:58