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.
1. Product version check to check interop assemblies are installed or not.
2. 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
1. Install only if at least one condition is false.
2. Install only if all conditions are false.
Neither first nor second condition is satisfy my requirement.
Please help me.