查看用户是否安装了 Adobe Flash Player?
我需要确保用户在程序启动时安装了适用于 Internet Explorer 的最新 Flash 播放器,有谁知道我该怎么做检查这个?
Possible Duplicate:
How can I make my application check if Adobe flash player is installed on a PC?
I need to make sure that the user has the latest flash player for internet explorer installed upon startup of the program, does anyone know how I can check for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 WMI:
using WMI:
另一种方法是检查 SWF 文件的文件关联。它将指向一个标识符,告诉您 Flash 的版本,例如“ShockwaveFlash.ShockwaveFlash.10”。例如:
Another way is to check the file association for SWF files. That will point to a identifier that tells you the version of Flash like "ShockwaveFlash.ShockwaveFlash.10". For example: