如何从批处理文件检查程序是否已安装?
我正在编写一个批处理脚本,如果用户尚未安装 Microsoft Lync,则需要安装它。然后,它将安装我的自定义 Lync UI。检查 Lync 是否已安装的最佳方法是什么,考虑到:
- 这将在用户登录时运行,并且速度应该很快
- 用户可能使用 32 位或 64 位 Windows(XP 或 7)
I'm writing a batch script that needs to install Microsoft Lync if the user does not already have it installed. Then, it will install my custom Lync UI after that. What is the best way to check if Lync is installed considering:
- This will run at user logon and should be fast
- The user could be using a 32bit or 64bit Windows (XP or 7)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查文件是否存在于程序文件或程序文件(x86)中
Check if the files either exists in program files or Program files(x86)