Installer for Java Web Application

半城伤御伤魂 提交于 2020-07-09 13:28:06

问题


I have developed Web Application in C#, ASP.NET and SQL Server Express Edition.

I have created installer (setup.exe) for the application using Visual Studio 2010.

This installer checks for prerequisites software like IIS, .NET Framework and SQL Server.

I have bundle all require software in installer and they get install on user machine if not installed.

I will be developing Web application using Structs2, Oracle, and Tomcat etc.

I want to create same installer like above for Structs2 application.

I am checking following softwares

Actual Installer, Advanced Installer, BitRock InstallBuilder, Inno Setup, Install Creator, Installer VISE for Windows, InstallShield, install4j, IzPack, NSIS, openInstaller, Scriptlogic MSI Studio, Smart Install Maker, Symantec Wise Installation Studio, and WiX.

Any idea what will be suitable software for above tasks?

  • Thanks.

回答1:


Using Advanced Installer you can use predefined wizards for creating setup packages for Java, Tomcat Web applications, etc... The support for prerequisites is very powerful and easy to use, providing a large number of predefined ones, but you can also create new ones with your custom settings.

It also allows you to execute SQL scripts using multiple configurations, even scripts with their content generated at install time.

Its GUI allows you to easily get along with the application without loosing any customization power, and its CLI (command line interface) allows you to automate your builds once you got them configured.



来源:https://stackoverflow.com/questions/9177544/installer-for-java-web-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!