单击InstallShield中的按钮如何打开网页? [英] how to open a web page on click of button in InstallShield?

查看:67
本文介绍了单击InstallShield中的按钮如何打开网页?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI

我想通过在InstallShield中创建的任何对话框中单击按钮来打开网页.我认为可以通过使用自定义操作来创建它,但是由于我是该工具的新手,因此未找到实现此目的的确切方法.如果有人对此有想法请帮助.

I want to open a web page on click of a button in any dialog that is created in InstallShield. I think it can be created by using custom actions but as I am new in this tool do not find the exact way to achieve this. Please help if anyone have idea for this.

谢谢.

推荐答案

就像提到的epotter一样,您可以执行以下操作

Like epotter mentioned, you could do the following

要打开本地html文件

To open a local html file

LaunchAppAndWait( "explorer.exe", "c:\temp\readme.html", WAIT );

或打开一个远程站点

LaunchAppAndWait( "explorer.exe", "http://www.stackoverflow.com", WAIT );

希望这会有所帮助!

这篇关于单击InstallShield中的按钮如何打开网页?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆