Determining installed Word version from a VB 6 program

H

Howard Kaikow

Without creating an instance of Word, where in the registry can we learn,
programmatically,
which version of Word is installed?
 
C

Cindy M -WordMVP-

Hi Howard,
Without creating an instance of Word, where in the registry can we learn,
programmatically,
which version of Word is installed?
I posted a reply to a similar question (for Office in general) in one of
the dotnet groups yesterday. Basically, you troll the Class_root part of
Registry for the application name (such as Word.Application). Under that
you'll find the *registered* application version (if there's more than one
this may or may not be newest version on the machine).

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

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