Reputation:
How do I programmatically find whether MS OFfice is installed in a list of server in a Windows Network.
Upvotes: 1
Views: 766
Reputation: 15118
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?
Upvotes: 0
Reputation: 21660
You have to search in registry: HKLM\Software\Microsoft\Office\version\Common\InstallRoot
Upvotes: 1