NSIS page with a list of opened browser windows
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.
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...
精彩评论