Im new to this whole InstallShield Environment and need help with
InstallShield DevStudio 9. What I know is that you can set the Global
variable 'INSTALLLEVEL' and 'Install Level' for each feature also. The
features with a value less than or equal to INSTALLLEVEL value are
supposed to get installed and they do.
However there is a 'Condition' field next to feature's 'Install Level'
field. When you click on the condition a Condition Builder pops up
which seems to allow you to put a new 'Install Level' value for the
feature if your conditionis true.
I tried many conditions, but none worked. I tried this simple one:
INSTALLLEVEL = 100
Feature X Install Level = 100
Feature Y Install Level = 100
---For feature (Y)---
Condition Level = 200
Condition = 3<4
Still no result, both feature X and Y get installed. I know that
somewhere I'm leaving something, like a flag which stops the condition
from being evaluated, or perhaps I have to use a different syntax.
Could someone pleaase kindly explain to me what the problem is?