Here's what I'm trying to achieve:  I'd like to be able to create a feature 
fragment (which will be in its own .wxs file) that can be referenced by a 
main .wxs file.  This feature may have assemblies that need to be registered, 
so the most obvious solution would be to call tallow to generate the necessary 
registry tags.  Unfortunately (for this particular instance), tallow also 
generates the <Wix>, <Fragment>, <DirectoryRef>, and <Component> tags which 
are not really needed.

I was hoping on an off chance that there may be some switch that wasn't 
documented (if it is than I missed it... obviously) and is circulated by the 
upper echelon of the WiX community that allows a user to suppress those tags 
should he/she desire.

The other alternative that I can think of would be to create a tool to extract 
just the tags that I need, or can anyone think of a better idea?

Thanks for any advice,


Matt Anderson


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to