I use this xlst script to do exactly that... <?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wix="http://schemas.microsoft.com/wix/2003/01/wi"> <xsl:output indent="no" method="xml"/> <xsl:strip-space elements="*"/> <xsl:template match="/wix" xml:space="default"> <xsl:apply-templates /> </xsl:template> <xsl:template match="wix:Component" xml:space="preserve"> <xsl:element name="ComponentRef"><xsl:attribute name="Id"><xsl:value-of select="@Id"/></xsl:attribute></xsl:element> </xsl:template> </xsl:stylesheet> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of suedeuno Sent: Thursday, May 10, 2007 6:31 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] create website setup with 2.0- help I was tried 3.0's heat and that didn't seem to want to work for me so I'm going to try and use tallow in 2.0. I've looked at the following for an example: http://www.dalun.com/wix/01.05.2007.htm I'm trying to figure out the xml structure for the site I'm deploying. When I run tallow I get a wxs file that has the following structure: <Directory.. <Directory.. <Component Id="Component0".. <File ... </Component> </Directory> <Directory... <Component Id="Component1"... etc. there are nearly 200 components in this format. Using the example in the link above, I would have to manually add 200 component references. Is there a better way to do this? -- View this message in context: http://www.nabble.com/create-website-setup-with-2.0--help-tf3722759.html #a10416992 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------ - 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 This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. ------------------------------------------------------------------------- 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