A component is a specific thing in a specific place. Although you can group all the files in a directory into a component, you can't have multiple directories in a component. What you can do is create a ComponentGroup in your fragment. Then your feature can contain just one ComponentGroupRef.
Rob Subscriber wrote: > Hi, > > I've found the nice tallow.exe tool (WiX 2.0) which allows me to create > a Fragment that contains all the directories there should be packed into > my MSI file. This is nice. Now, my problem is, that tallow.exe creates a > Component for each directory, but what I want is actually a single > Component that holds all the directories/sub-directoies, so maintaince > isn't such a pain. Furthermore this would simplify my main wxs file a > great deal - there will only be one Feature and one ComponentRef > present. I can see that tallow.exe has the "-1" argument which creates > one component for each entry, but is the opposite possible or do this > conflict with WiX' policy of handling files/directories? > > regards, > kews > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

