Is there a possibility to add several merge modules to the installer but only install them if a condition is hit?
Announcement
Collapse
No announcement yet.
Install a MergeModule only if a condition is true?
Collapse
X
-
You should be able to do this using features. Create a new feature and name it, for example, "Merge_Modules".
Make sure that only the "Merge_Modules" feature has the actual merge modules, and that there is no [+] node in the other feature(s) for the merge modules. Set the Level to 0 (disabled, not to be installed). You can then override the level with a condition, forcing the installation of the feature, with a condition according to your needs, using a Property etc.:
Ulrich
Comment