I am using advance installer to make installer. I have problem regarding that.
There are several options for install condition of prerequisite but I want some different condition for below case.
Let's say I want to put 2010 Microsoft office primary interop assemblies as prerequisite. Now there are two install condition for that.
- Product version check to check interop assemblies are installed or not.
- Registry check to check whether excel 2010 is installed or not.
Now my prerequisite should install only when my first condition is false and second condition is true.
How could I achieve this using advance installer.

I am not able to find any option like that. What I found are
- Install only if at least one condition is false.
- Install only if all conditions are false.
Neither first nor second condition is satisfy my requirement.
Please help me.