美文网首页
InstallShield 启动网页

InstallShield 启动网页

作者: Phantaom | 来源:发表于2019-05-22 22:21 被阅读0次

IS版本及工程类型:InstallShield 2015,Basic MSI

方式一:调用API启动网页(默认浏览器打开网页)

LaunchAppAndWait( "explorer.exe", "https://www.baidu.com", WAIT );

方式二:调用bat脚本,CMD指定浏览器启动网页(以下均为bat脚本命令)

指定默认浏览器启动网页

start explorer.exe "http://www.baidu.com"

指定IE浏览器启动网页

start "" iexplore "http://www.baidu.com"

相关文章

网友评论

      本文标题:InstallShield 启动网页

      本文链接:https://www.haomeiwen.com/subject/xfypzqtx.html