【发布时间】:2023-03-22 07:48:01
【问题描述】:
我用 C#、ASP.NET 和 SQL Server Express Edition 开发了 Web 应用程序。
我已经使用 Visual Studio 2010 为应用程序创建了安装程序 (setup.exe)。
此安装程序会检查 IIS、.NET Framework 和 SQL Server 等必备软件。
我在安装程序中捆绑了所有需要的软件,如果未安装,它们会安装在用户计算机上。
我将使用 Structs2、Oracle 和 Tomcat 等开发 Web 应用程序。
我想为 Structs2 应用程序创建与上述相同的安装程序。
我正在检查以下软件
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 和 WiX。
知道什么软件适合上述任务吗?
- 谢谢。
【问题讨论】:
标签: installation windows-installer web-platform-installer