msi安装后运行chm?
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重复的问题,简短的回答...
hh.exe
与.CHM
文件关联,因此您需要调用它。Duplicate question, short answer...
hh.exe
is associated with.CHM
files, so you need to call that.