cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
atulmaurya
Level 6

Setting features Active/Inactive...

Hi,

I was using InstallShield Multiplatform 5.3 in my company. Now the company has adopted InstallAnywhere 2011 and I have to recreate all the existing setups for Win-64. In our previous projects we were setting all the features to false (active property) and based on certain conditions we were setting the to true from installation tab sothat they can get installed. In ISMP it was very easy.

Now, I have to do the same in my IA 2011 projects. Can anyone help me to find the solution?

Thanks.
Labels (1)
0 Kudos
(1) Reply
MSIYER
Level 8

Start here:
FeatureSelectItem
FeatureSetData

These are function names you can search for in the Help. Try using them according to your needs.
0 Kudos