Re: [WiX-users] Copying folders from the target directory to a folderin ProgramFiles

2009-09-10 Thread Blair
the target directory to a folderin ProgramFiles Thanks David. I did it this way by putting them in a component and adding the component as a feature. But, can I do this based on a condition, like a property value set from the ui? Thanks a lot. On Fri, Sep 4, 2009 at 11:29 AM, David Watson wrote

Re: [WiX-users] Copying folders from the target directory to a folderin ProgramFiles

2009-09-10 Thread Sam K
Thanks David. I did it this way by putting them in a component and adding the component as a feature. But, can I do this based on a condition, like a property value set from the ui? Thanks a lot. On Fri, Sep 4, 2009 at 11:29 AM, David Watson wrote: > Not sure what you want exactly but have you l

Re: [WiX-users] Copying folders from the target directory to a folderin ProgramFiles

2009-09-04 Thread David Watson
Not sure what you want exactly but have you looked at the copyfile element ? http://wix.sourceforge.net/manual-wix3/wix_xsd_copyfile.htm Dave -Original Message- From: Sam K [mailto:sam.re...@gmail.com] Sent: 04 September 2009 15:29 To: wix-users@lists.sourceforge.net Subject: [WiX-user