Word & C#

  • Thread starter Thread starter Ste
  • Start date Start date
S

Ste

Good morning, it's possible to check from c# if word is installed ?

I need to write a class to manage word and need a method to check before
initialize it if a version of word in installed in the system, returning
an error if no.

Thank you.
Stefano.
 
Well, I think that Word creates a specific key at registry, e.g. Word 2007
has a key at HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Office->Word. So would
check presence of that key at registry. But it is possible that it can be
different some versions.
 

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

Similar Threads

Override add on bindinglist 2
office word and c# 1
C#, Word document 3
Datagridview 2
Microsoft Word an c# 2
C# objects 4
Call ovverided method base of base 2
Word VBA for deleting Selected Row 0

Back
Top