Re: [WiX-users] Adding files to an MSI using a WIX Compiler Extension

2011-12-09 Thread David Watson
elist to wrap it in a , then let Wix compile as normal. -Original Message- From: Jeffrey Bindinga [mailto:jeffrey.bindi...@nice.com] Sent: 09 December 2011 13:19 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Adding files to an MSI using a WIX Compiler Extension Hi, I am tryi

[WiX-users] Adding files to an MSI using a WIX Compiler Extension

2011-12-09 Thread Jeffrey Bindinga
Hi, I am trying to create an extension that helps me in adding files to a setup really fast. The idea is to have a custom element named 'FileList' with sub-elements named 'File' and that each file entry adds your file to the setup with a similarly named component. I have a working extension