Thanks. I do know how to determine the version from within the context of
my add-in, but how about from my setup program, which would be reading these
registry values? Is there some other registry setting that shows the
installed version of Outlook? How would I determine the version when
Outlook is not running?
Thanks,
Mark
http://www.email-announcer.com
> You can read the Application.Version property. The first digits up to the
> first dot are the important ones.
[quoted text clipped - 33 lines]
>>>> Mark
>>>> http://www.email-announcer.com
Ken answered that here:
<http://groups.google.de/group/microsoft.public.outlook.installation/browse_threa
d/thread/b85a93ecbdce1999/dc314ea1cde46f9c?lnk=st&q=outlook+version+registry+ken
&rnum=1&hl=de#dc314ea1cde46f9c>

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Fri, 20 Jul 2007 12:53:35 -0700 schrieb Mark Beiley:
> Thanks. I do know how to determine the version from within the context of
> my add-in, but how about from my setup program, which would be reading these
[quoted text clipped - 8 lines]
>> You can read the Application.Version property. The first digits up to the
>> first dot are the important ones.
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
>> Am Thu, 19 Jul 2007 11:27:03 -0700 schrieb Mark Beiley:
>>
[quoted text clipped - 10 lines]
>>>
>>>> You can read the setting from the registry, e.g. Outlook 03:
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Options\Mail\EditorPreference
>>>> no Word: '0x00010000'
>>>> use Word: '0x00010001'
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
>>>> Am Wed, 18 Jul 2007 20:16:53 -0700 schrieb Mark Beiley:
>>>>
[quoted text clipped - 10 lines]
>>>>> Mark
>>>>> http://www.email-announcer.com