msi安装后运行chm?

发布于 2024-08-23 16:21:12 字数 294 浏览 2 评论 0原文

我想在 MSI 安装后启动带有 .chm 扩展名的 Windows 编译的 HTML 帮助文件。

在安装 msi 后运行 exe 有一个脚本插入一个复选框(必须使用这两个错误进一步修复)到安装的最后一页。

脚本完成,但我不确定 LAUNCHAPP=1 是否只能在安装后启动可执行文件。

有什么想法吗?

谢谢,

马特

I would like to launch a Windows Compiled HTML Help file with .chm extension after my MSI installation.

There is a script at Run exe after msi installation that inserts a checkbox (had to use the two bugs fixes further down) into the last page of the installation.

The script completes but I'm not sure if the LAUNCHAPP=1 can only launch executables after the installation.

Any ideas?

Thanks,

Matt

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

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

发布评论

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

评论(1

锦欢 2024-08-30 16:21:12

重复的问题,简短的回答... hh.exe.CHM 文件关联,因此您需要调用它。

hh.exe MyHelpFile.chm

Duplicate question, short answer... hh.exe is associated with .CHM files, so you need to call that.

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