如何在“首次运行”后访问 macOS 应用程序的 install4j 自定义应用程序屏幕?

发布于 2025-01-09 06:22:04 字数 568 浏览 1 评论 0 原文

安装4j 9的DMG 媒体文件 允许在首次运行 DMG 中附带的应用程序时启动安装向导,但似乎没有任何方法可以访问自定义安装第一次运行后的屏幕(例如,重新执行或撤消执行的某些操作)。

是否可以“重置”首次运行标志,或者以某种方式传递一个参数,允许某人在首次运行应用程序后访问自定义安装屏幕?

Install4j 9's DMG media file allows an installation wizard to be launched when the application shipped in the DMG is run for the first time, but there doesn't seem to be any way to access the custom install screens after that first run (for instance, to re-perform or undo some of the actions performed).

Is it possible to 'reset' the first run flag, or somehow pass an argument that will allow someone to access the custom install screens after the application has been run for the first time ?

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

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

发布评论

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

评论(1

鹤仙姿 2025-01-16 06:22:04

您可以使用 API 启动自定义安装程序应用程序。要获取执行此操作的代码片段,请在“安装程序”->“屏幕和屏幕”中选择自定义安装程序应用程序。操作步骤,激活“启动器集成选项卡”并单击“启动集成向导”。代码片段如下所示:

ApplicationLauncher.launchApplicationInProcess("594", null, null, 
     ApplicationLauncher.WindowMode.FRAME, null);

You can start a custom installer application with the API. To get a code snippet to do that, select the custom installer application in the Installer->Screens & Actions step, activate the "Launcher integration tab" and click on "Start integration wizard". The code snippet will look like this:

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