.mpkg 中的 .pkg 安装顺序是确定的吗?

发布于 2024-12-02 07:03:46 字数 222 浏览 2 评论 0原文

我从许多 .pkg 软件包中创建了一个适用于 Mac OS X 的 .mpkg 软件包。在其中一个 .pkg 软件包的 post-flight 脚本中,我想要执行一项依赖于已安装的另一个 .pkg 软件包的操作。我能否保证 .pkg 软件包将按照我在 PackageMaker 中订购的顺序进行安装?

I've created an .mpkg package bundle for Mac OS X from a number of .pkg packages. In the post-flight script of one of the .pkg packages, I want to perform an action which depends on another one of the .pkg packages already being installed. Can I guarantee that the .pkg packages will be installed in the same order that I ordered them in PackageMaker?

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

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

发布评论

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

评论(1

_蜘蛛 2024-12-09 07:03:46

根据我自己的进一步调查,似乎是:

  • 运行所有预飞行脚本,然后提取所有包,然后运行所有后飞行脚本;并且
  • 各个脚本的运行顺序是不确定的。

Based on my own further investigation, it would seem that:

  • all pre-flight scripts are run, then all packages are extracted, then all post-flight scripts are run; and
  • the order in which the individual scripts are run is not deterministic.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文