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

Basic MSI support for 'Require Features'


1 reply to this topic

plandry

plandry
  • Members
  • 1 posts

Posted 16 September 2003 - 19:47

I have seen similar topics on this subject but can't seem to locate an answer. Basically, I have 3 features in my project (A, B, and C).

A requires C
B requires C
C is independent

The user can choose to install any or all of the features. If the user selects A or B they should NOT be able to deselect C. Is this possible using Basic MSI projects? [I am trying this with Developer 8 SP2]

Thanks,
Paul.

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 17 September 2003 - 08:22

I don't think that's possible.

One workaround is making A and B subfeatures of C:
When the user selects A or B, C gets automatically selected.
When the user deselects C, A and B are automatically deselected.