Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在安装程序的 UI 中向我的用户显示 HTML 内容?
没有我为每个对话框编写自己的 UI?
您可以尝试使用nsWeb-plugin,它可能会满足您的需求。
“HTML 对话框”和“HTML 内容”是不同的东西。您可以嵌入浏览器nsweb-plugin来显示内容(许可文本、广告......),但它的行为就像一个黑盒子。如果您想显示某种形式并读取用户输入,那么您需要 html 页面将输入数据发送到服务器,并且您的 nsis 安装程序会查询该远程服务器。不是微不足道的,虽然可行。
nsweb-plugin