Java – Make Java GWT Web project installer

gwtinstallationjava

I developed a GWT Web Project but I also want to distribute this product as installer to my customers. I needs some programs that make web installer. This installer will be exe. And when the user clicks this exe, it will install tomcat, run tomcat and deploy project war file.

Have you any suggestions ?

Best Answer

You could use NSIS to make a simple installer that does what you want.