Jan 06, 2012
01:03 AM
Hi, I am using Basic Msi. In the Custom Setup Dialog, after a feature has been selected, on click of Next, I launch a custom action which executes a install script. Here, I execute the follwoing statements. retVal1 = MsiEvaluateCondition(ISMSI_HANDLE, "&Feature1= 3"); retVal2 = MsiEvaluateCondition(ISMSI_HANDLE, "&Feature2 = 3"); retVal3 = MsiEvaluateCondition(ISMSI_HANDLE, "&Feature3= 3"); Here all the three statements return TRUE, irrespective of which feature has been selected. How do I get the selected Feature in the script? Thanks, Priya
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by bkrpri
Subject | Views | Posted |
---|---|---|
2518 | Jan 06, 2012 01:03 AM |
Activity Feed
- Posted MsiEvaluateCondition on &FeatureName =3 always true on InstallShield Forum. Jan 06, 2012 01:03 AM