Hi Jim, thank you very much for your reply. You wrote: > As for question number 1... I'm not sure if I understand your question > completely. You can assign multiple components to a single feature, but you > cannot assign multiple features to a single component.
But that must be possible, its supported by the windows installer system. Here are some snippets from the msdn library (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/ featurecomponents_table.asp): [...] The FeatureComponents table defines the relationship between features and components. For each feature, this table lists all the components that make up that feature. [...] Components can be shared by two or more features, that is, the same component can be referred to by more than one feature. Regards Stefan ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

