Hi,
I hope someone can point me in the right direction here.
My installation has 5 features. I've configured one of these features to be a "common files" feature that contains all of the shared files that features 2-4 will use.
Feature 5 does not require the "common files" in Feature1
How can I configure MSI Factory so that if only Feature5 is selected, Feature 1 is not installed?
I've tried using the conditional level properties to set the install level to 0, but I don't think I've got it right.
Level = 0
Condition = &feature5=3
Totally lost here..
Any help would be greatly appreciated.
Thanks,
Rod

Reply With Quote