如何从批处理文件检查程序是否已安装?

发布于 2024-10-20 02:42:43 字数 182 浏览 1 评论 0原文

我正在编写一个批处理脚本,如果用户尚未安装 Microsoft Lync,则需要安装它。然后,它将安装我的自定义 Lync UI。检查 Lync 是否已安装的最佳方法是什么,考虑到:

  1. 这将在用户登录时运行,并且速度应该很快
  2. 用户可能使用 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:

  1. This will run at user logon and should be fast
  2. The user could be using a 32bit or 64bit Windows (XP or 7)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

药祭#氼 2024-10-27 02:42:43

检查文件是否存在于程序文件或程序文件(x86)中

Check if the files either exists in program files or Program files(x86)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文