> Specifically, the installation must check for the presence either of
> Access 2003 or Access 2007, and abort the installation if it can't find
> either one.
No problem. The following article:
http://www.mztools.com/articles/2006/MZ001.htm describes how to detect for
one or more versions of Visual Studio.NET, and you can use the same
technique to detect version(s) of Access, or of any other application so
long as you know which Registry entries to check.
In the case of Access, you need to look for:
Access.Application.8 - Access 97
Access.Application.9 - Access 2000
Access.Application.10 - Access 2002
Access.Application.11 - Access 2003
Access.Application.12 - Access 2007

Signature
http://www.markrae.net
David Jackson - 26 Jun 2007 10:00 GMT
Hi Mark,
Thanks for the reply.
>> Specifically, the installation must check for the presence either of
>> Access 2003 or Access 2007, and abort the installation if it can't find
[quoted text clipped - 13 lines]
> Access.Application.11 - Access 2003
> Access.Application.12 - Access 2007
That's exactly what I was looking for. Works perfectly!
Thanks very much.
DJ