s sank
s sank

Reputation:

To check whether Office is installed in a server

How do I programmatically find whether MS OFfice is installed in a list of server in a Windows Network.

Upvotes: 1

Views: 766

Answers (2)

pavium
pavium

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

Svetlozar Angelov
Svetlozar Angelov

Reputation: 21660

For XP Office

You have to search in registry: HKLM\Software\Microsoft\Office\version\Common\InstallRoot

Upvotes: 1

Related Questions