How to determine the Office XP service pack level?

C

CR

We're writing an application in C# that needs to programmatically check if
Office XP is installed on the computer and, if so, what service pack level
is it at. Another application that we have requires a minimum of Office XP
SP3, so we need to check the service pack level and make sure it's at least
SP3.

Does anyone have any ideas on:

1. How to write C# code to check if Office XP exists on the computer?
2. How to write C# code to check the service pack level of Office XP?

Thanks in advance.
 
B

Bonj

Have a search through the settings in regedit, it'll be hidden in the
registry somewhere. You can search through the registry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top