检查服务器中是否安装了 Office
如何以编程方式查找 MS OFFice 是否安装在 Windows 网络中的服务器列表中。
How do I programmatically find whether MS OFfice is installed in a list of server in a Windows Network.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 XP Office
您必须在注册表中搜索:
HKLM\Software\Microsoft\Office\版本\Common\InstallRoot
For XP Office
You have to search in registry:
HKLM\Software\Microsoft\Office\version\Common\InstallRoot
我的第一个想法是“为什么要在服务器上安装 Office?”但也许您使用“服务器”一词来表示更笼统的含义。
上面 Svetlozar 提供的链接似乎是为了确定 Office 是否安装在本地,而不是安装在 Windows 网络中的服务器列表上。
允许远程访问此类信息是否会被视为存在安全风险?
My first thought was 'why would you have Office installed in servers?' but maybe you're using the word server to mean something more general.
The link provided by Svetlozar, above, seems to be for determining if Office is installed locally, not on a list of servers in a Windows network.
Wouldn't it be considered a security risk to allow remote access to this kind of information?