包含打开的浏览器窗口列表的 NSIS 页面
是否有任何标准方法(或现有插件)允许在 NSIS 安装程序包中创建页面并显示所有现有浏览器窗口。在继续安装之前可以关闭所有浏览器。
谢谢。
Is there any standard way (or existing plugin) which allows to create a page in NSIS installer package and display there all existing browser windows. Something with the possibility of closing all browsers before proceeding with an installation.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
LockedList 插件 可以显示正在运行的进程列表,这可能是您的最佳选择。另一种选择是寻找特定的 Windows 类,然后您就进入了无证土地......
The LockedList plug-in can display a list of running processes, this is probably your best option. The other alternative would be to look for specific windows classes and then you are on your way into undocumented land...