使用 ADT 通过 Native .exe 安装程序安装 Sidecar AIR 运行时

发布于 2024-11-29 10:37:07 字数 256 浏览 1 评论 0原文

我已使用 ADT 将 AIR 应用程序打包到 Native .exe 安装程序中。如果用户未安装 Air 并且已连接到 Internet,则会自动安装 AIR 运行时。

是否可以将 AIR 运行时打包到 exe 中,以便在用户不在线时安装 AIR 运行时?

我已经尝试过 sidecar 安装和 .air 文件,但理想情况下我只想只有一个文件(.exe)。我已经拥有 Adob​​e 的分发许可证。

AIR 2.0+

谢谢,詹姆斯。

I have packaged my AIR app into a Native .exe installer using ADT. If the user does not have air installed and they are connected to the internet, the AIR runtime is automatically installed.

Is it possible to package the AIR runtime into the exe so that if the user is not online the AIR runtime is installed?

I have experimented with the sidecar install and .air file but ideally I want to only have the one file(.exe). I already have a distribution licence from Adobe.

AIR 2.0+

Thanks, James.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

层林尽染 2024-12-06 10:37:07

您需要使用第三方安装程序创建器来打包 sidecar 安装程序以创建可执行文件。

NSIS 可能是最流行的 Windows 免费安装程序。 Windows 包含用于创建独立安装程序的 IExpress 工具,但是它似乎在 side-car 方面遇到了问题目录结构,可能需要中间打包程序(例如自解压存档)或自定义安装定义文件。 WIX 是创建 MSI 安装程序的替代方法。

Mac OS-X 包括 PackageMaker用于创建自解压安装程序。

维基百科列出了许多免费和商业安装程序创建者

You need to package the side-car installer using a third-party installer creator to create the executable.

NSIS is probably the most popular, free installer for windows. Windows includes the IExpress tool for creating standalone installers, however it seems to have trouble with the side-car directory structure and may require an intermediate packager (such as self-extracting archive), or a custom installation definition file. WIX is an alternative for creating MSI installers.

Mac OS-X includes PackageMaker for creating self-extracting installers.

Wikipedia lists many free and commercial installer creators.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文