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

2006-07-31 Thread david adams
who will one day inherit my work. David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Derek Cicerone" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'Rob Hamflett'" <[EMAIL PROTECTED]>, >Subject: Re: [WiX-users] How to set one F

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

2006-07-31 Thread Derek Cicerone
onday, 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 hu

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

2006-07-31 Thread Rob Hamflett
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 Cicerone wrote: > There's no better way - that's it. > > Derek > > -Original Message- > From: [EMAIL PROTECTED] >

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

2006-07-29 Thread Derek Cicerone
There's no better way - that's it. Derek -Original Message- From: [EMAIL PROTECTED] [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 tw