Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Feature visibility & Basic MSI Project


2 replies to this topic

BadMax

BadMax
  • Members
  • 2 posts

Posted 26 October 2005 - 08:53

Hi,

I'm a newbie with InstallShield (DevStudio 9). I'm trying to set the visibility property of the feature in the Custom Setup Dialog list.

Feature installation is conditioned by an option file. If a feature should not be installed, it must be invisible in the Custom Setup dialog list.

FeatureSetData don't work in Basic MSI project, MsiSetFeatureState don't hide the feature ....

Did anyone ever solve this problem ?

Thanks for your help ...

C.Mevel

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 October 2005 - 09:55

A Feature Condition that will set the feature's InstallLevel to 0 (with a conditon that evelautes to true when you want it hidden) will hide AND unselect the feature, i.e. it will not be installed.

BadMax

BadMax
  • Members
  • 2 posts

Posted 26 October 2005 - 12:50

Thanks a lot for your help ...

Regards,

Ch. Mevel.