Re: [WiX-users] installing a file to more than one directory

2009-10-11 Thread Blair
You can also create a second component with a CopyFile element in it. -Original Message- From: AG Crum [mailto:crum.and...@gmail.com] Sent: Saturday, October 10, 2009 7:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] installing a file to more than

Re: [WiX-users] installing a file to more than one directory

2009-10-10 Thread AG Crum
You could, and the way I've done this, make unique components for each file, but the Source attribute for the File is the same for all of them. I created a ComponentGroup, and then used in my feature. -AG On Sat, Oct 10, 2009 at 9:19 PM, Sea