Re: [WiX-users] How to set one File for two Components

2006-07-31 Thread Rob Hamflett
] [mailto:[EMAIL PROTECTED] On Behalf Of Peter G. Sakhno Sent: Friday, July 28, 2006 6:44 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to set one File for two Components Hello. I have two Components installed into different directories. And these Components include the same

Re: [WiX-users] How to set one File for two Components

2006-07-31 Thread Derek Cicerone
, July 31, 2006 12:54 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to set one File for two Components You could use CopyFile and RemoveFile elements, but it's much easier to just include the file twice. I'd only really consider this option if the file was huge. Rob Derek

[WiX-users] How to set one File for two Components

2006-07-28 Thread Peter G. Sakhno
Hello. I have two Components installed into different directories. And these Components include the same file, so the same file appears in two different directories. I have authored an MSM with two Component elements under different Directory elements. Those Component elements include File