在Inno Setup中嵌入Internet Explorer窗口(Web浏览器控件)

ro_*_*ero 2 browser embed dll installer inno-setup

我想展示一些网页INSIDE Inno Setup安装程序页面,它是如何嵌入的?我在考虑使用cwebpage.dll(http://www.codeproject.com/Articles/3365/Embed-an-HTML-control-in-your-own-window-using-pla),但我不知道如何使用Inno Setup脚本编写方式使用此dll.如果还有其他方法,请帮忙.

TLa*_*ama 5

直接在InnoSetup中无法使用,您只能使用中列出的组件Classes Reference.但是,您可以使用库中的自定义表单嵌入您的设置,例如this way.

我已经使用示例InnoSetup脚本创建了这样一个库的示例.这个项目是hosted here.