如何查看office是否安装

发布于 2024-08-22 20:10:47 字数 111 浏览 1 评论 0原文

我如何以编程方式查找计算机上是否安装了 MS-office,如果安装了,则安装了哪些组件、版本等。

如何确定它是 Office Professional 还是 Office Ultimate。

How can I programatically find whether MS-office is installed on a machine, and if installed what components are installed,version and stuff like that.

How do I find whether it is office professional or office ultimate.

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

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

发布评论

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

评论(2

清君侧 2024-08-29 20:10:47

您可以在注册表中查看。

根据帮助,可以在HKEY_LOCAL_MACHINE中找到\Software\Microsoft\Office\VERSION\Common\InstallRoot

本文还介绍了如何查找特定的产品信息,例如组件、版本类型等。

这个SO问题< /a> 解释了如何使用 C# 从注册表读取密钥(如果您需要这部分的帮助)。

You can look in the Registry.

According to the help, it can be found in HKEY_LOCAL_MACHINE\Software\Microsoft\Office\VERSION\Common\InstallRoot.

The article also describes how to find specific product information, like components, type of release, etc.

This SO question explains how to read a key from the registry using C#, if you need help for this part.

梦里°也失望 2024-08-29 20:10:47

在注册表中:

HKLM\Software\Microsoft\VERSION\Common\InstallRoot

其中 VERSION 是您要查找的 Office 版本

In the Registry:

HKLM\Software\Microsoft\VERSION\Common\InstallRoot

Where VERSION is the version of Office you are looking for

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