Web 安装构建器软件
Web 安装程序每天都变得越来越流行 - 您只需下载一小部分安装,它就会从网络服务器中提取剩余的文件。
但尽管如此受欢迎,我找不到任何本身支持网络安装的安装程序。
我已经使用 Inno Setup 好几年了 - 但下载支持非常基本,你必须手动完成所有操作。 NSIS 在从网络下载和安装文件方面也相当有限。
是否有支持全功能 Web 安装的安装程序?
Web installers are getting more popular every day - you download just a small bit of installation and it pulls the remaining files from webserver.
But with all popularity, I couldn't find any installer that natively supports web install.
I'm using Inno Setup for several years now - but download support is very basic, you have to do everything manually. NSIS is also quite limited when it comes to downloading and installing files form the web.
Is there any installer that supports full-featured web installations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Windows Installer 支持 Web 安装:
Windows Installer 仅从与 MSI相同 有一些优化:
此外,您始终可以添加 EXE引导程序还可以处理包先决条件。
大多数商业设置创作工具都直接支持这一点。一些免费工具也支持此功能,但大多数情况下您需要手动配置。
Windows Installer supports web installations:
For this there are some optimizations:
Additionally, you can always add an EXE bootstrapper to also handle package prerequisites.
Most commercial setup authoring tools have direct support for this. Some free tools also support this, but for most you need to configure it manually.
可以使用 inetc 插件 使用 NSIS 创建网络安装程序
It's possible to create a net installer with NSIS using the inetc plugin
InstallShield 对网络安装有广泛的支持。
InstallShield has extensive support for web installations.