Re: [WiX-users] Adding files to output media

2009-06-24 Thread Randall Carter
Thanks I'll give it a try. -Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Wednesday, June 24, 2009 11:12 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Adding files to output media I would tend to use my

Re: [WiX-users] Adding files to output media

2009-06-24 Thread Chad Petersen
I would tend to use my build script (Nant, MSBuild, etc) to copy the desired files into a location on the output folder. If you must use WiX for this I'm not sure of a way, but I'd probably explore the element first to see if it might do the trick. Others might have different thoughts. Chad