测试系统上是否安装了 Adobe 组件
有谁知道如何测试系统(Windows7)上是否安装了给定的 Adobe 组件(Illustrator 或 Photoshop 等)。这可能是存储在注册表中的变量,但是这到底是什么键呢?
Does anyone know how to test if a given Adobe component (Illustrator, or Photoshop, whatever) is installed on a system (Windows7). Probably this would be a variable stored in a registry, but what exact key would this be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经安装了这些,您可以自己检查:在命令控制台中使用
regedit
(开始->运行->“regedit”)。它可能位于
HKEY_CURRENT_USER\Software\Adobe\
中。由于我只安装了 Acrobat Reader(它也是 Adobe 组件),因此它位于HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader
。您也许还可以通过检查以下密钥来获取版本号。对于 Adobe Reader,它是:HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\8.0
If you've installed those, you can check out yourself: using
regedit
, in a command-console (Start->Run->"regedit").It might be in
HKEY_CURRENT_USER\Software\Adobe\
. Since I've only installed Acrobat Reader (which is also an Adobe component), it was atHKEY_CURRENT_USER\Software\Adobe\Acrobat Reader
. You can, perhaps, also get a version number, by checking for the following key. For Adobe Reader it was:HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\8.0