Re: [WiX-users] Avoiding duplicating of binaries

2007-04-03 Thread Bob Arnson
Sandeep Karanth wrote: We have a set of binaries that need to be deployed in a couple of places as part of our install (same msi). Currently, we are duplicating the files in 2 components. This is a maintenance nightmare as devs may add a binary to one component and forget to add it to another

[WiX-users] Avoiding duplicating of binaries

2007-04-03 Thread Sandeep Karanth
Hi, We have a set of binaries that need to be deployed in a couple of places as part of our install (same msi). Currently, we are duplicating the files in 2 components. This is a maintenance nightmare as devs may add a binary to one component and forget to add it to another. Please can someone