Re: [WiX-users] Duplicate files from multiple locations

2015-06-10 Thread Phill Hogland
Rob's blog post here may be of interest to you. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Duplicate-files-from-multiple-locations-tp7600572p7600587.

Re: [WiX-users] Duplicate files from multiple locations

2015-06-09 Thread Brad Woodfiel
That's what I was afraid of. Thx Edwin. On Tue, Jun 9, 2015 at 11:49 AM, Edwin Castro wrote: > Unfortunately, you'll need to address the duplication yourself. The MSI > database schema doesn't allow for primary keys to be duplicated. > > > > Years ago, when I was using HarvestDirectory, I wrote

Re: [WiX-users] Duplicate files from multiple locations

2015-06-09 Thread Edwin Castro
Unfortunately, you'll need to address the duplication yourself. The MSI database schema doesn't allow for primary keys to be duplicated. Years ago, when I was using HarvestDirectory, I wrote some XSLT transforms to either remove duplicates or modify/set File/@Id to avoid duplication. I also had