Java Web应用程序的安装程序 [英] Installer for Java Web Application

查看:142
本文介绍了Java Web应用程序的安装程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经用C#,ASP.NET和SQL Server Express Edition开发了Web应用程序.

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

我已经使用Visual Studio 2010为该应用程序创建了安装程序(setup.exe).

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

此安装程序将检查必备软件,例如IIS,.NET Framework和SQL Server.

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.

我将使用Structs2,Oracle和Tomcat等开发Web应用程序.

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

我想为Structs2应用程序创建与上述相同的安装程序.

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

我正在检查以下软件

实际安装程序,高级安装程序,BitRock InstallBuilder,Inno安装程序,安装创建程序,适用于Windows的VISE安装程序,InstallShield,install4j,IzPack,NSIS,openInstaller,Scriptlogic MSI Studio,智能安装制作程序,Symantec Wise Installation Studio和WiX.

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?

  • 谢谢.

推荐答案

使用高级安装程序,您可以使用预定义的向导来创建Java,Tomcat Web应用程序等的安装程序包.对先决条件的支持非常强大并且易于实现.使用,提供了大量的预定义设置,但您也可以使用自定义设置创建新的设置.

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.

它还允许您使用多种配置来执行SQL脚本,甚至包括在安装时生成其内容的脚本.

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

它的GUI使您能够轻松地与应用程序兼容,而不会失去任何自定义功能,并且其CLI(命令行界面)使您能够在配置好构建后自动进行构建.

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.

这篇关于Java Web应用程序的安装程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆