My understanding is that if I use the predefined launch conditions for both Office 2003 and 2007 application (in my case Microsoft Access) the resulting behavior is that if either the 2003 version or 2007 version is installed my installer is allowed to continue as described in this post:
http://www.advancedinstaller.com/forums ... ion#p30749
I would like to augment this by adding Office 2010 to the mix. That is to say, I want my installer to proceed if Access 2003 or 2007 or 2010 is installed on the target machine.
If I create a search condition to look for the Access 2010 registry key and create a custom launch condition, will this condition be evaluated separately from the predefined launch condition for Access 2003 & 2007? If so, how might I be able to achieve the behavior I am looking for?
Thanks in advance