Re: [WiX-users] How do you copy a set of files to multiple places using Wix?

2009-10-13 Thread Mukesh Agrawal
Have you tried using CopyFile Element ?? 
http://wix.sourceforge.net/manual-wix2/wix_xsd_copyfile.htm


-Original Message-
From: Dave Kolb [mailto:d...@dotnetcodeslingers.com] 
Sent: Tuesday, October 13, 2009 9:47 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] How do you copy a set of files to multiple places 
using Wix?

Repeat the component and file elements for each directory.

-Original Message-
From: Keith Nicholas [mailto:keith.nicho...@gmail.com] 
Sent: Monday, October 12, 2009 10:49 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do you copy a set of files to multiple places using
Wix?

I'm trying to make an install that puts a copy of the same files in
multiple places...

is there a simple way to do this?

eg. if I wanted to put a.txt b.txt c.txt into all of the following
directories :-

.\Blah\
.\Txts\
.\Examples\


Regards,

Keith


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do you copy a set of files to multiple places using Wix?

2009-10-12 Thread Dave Kolb
Repeat the component and file elements for each directory.

-Original Message-
From: Keith Nicholas [mailto:keith.nicho...@gmail.com] 
Sent: Monday, October 12, 2009 10:49 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do you copy a set of files to multiple places using
Wix?

I'm trying to make an install that puts a copy of the same files in
multiple places...

is there a simple way to do this?

eg. if I wanted to put a.txt b.txt c.txt into all of the following
directories :-

.\Blah\
.\Txts\
.\Examples\


Regards,

Keith


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do you copy a set of files to multiple places using Wix?

2009-10-12 Thread Blair
Look at WiX's CopyFile element. In my example, I assume you have Blah, Txts,
and Examples directories in your Directory Table...






...





...






You will want to think about removing the copies as well. Use the RemoveFile
element for that.

-Original Message-
From: Keith Nicholas [mailto:keith.nicho...@gmail.com] 
Sent: Monday, October 12, 2009 7:49 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do you copy a set of files to multiple places using
Wix?

I'm trying to make an install that puts a copy of the same files in
multiple places...

is there a simple way to do this?

eg. if I wanted to put a.txt b.txt c.txt into all of the following
directories :-

.\Blah\
.\Txts\
.\Examples\


Regards,

Keith


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How do you copy a set of files to multiple places using Wix?

2009-10-12 Thread Keith Nicholas
I'm trying to make an install that puts a copy of the same files in
multiple places...

is there a simple way to do this?

eg. if I wanted to put a.txt b.txt c.txt into all of the following
directories :-

.\Blah\
.\Txts\
.\Examples\


Regards,

Keith

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users