Re: [WiX-users] Confusing msi install problem.....HELP!

2008-08-29 Thread Bob Arnson
Chad Miles wrote: > DuplicateFiles looks nice, sequenced after InstallFiles... never used it > though. > > CopyFile would probably work, but if u have a bunch of files that seems > tedious. > CopyFile is a WiX element that turns into DuplicateFile or MoveFile rows. -- sig://boB http://joyofse

Re: [WiX-users] Confusing msi install problem.....HELP!

2008-08-28 Thread Chad Miles
I'd say this is worth a shot::: On Thu, Aug 28, 2008 at 11:31 AM, Mark Holland <[EMAIL PROTECTED]>wrote: > I agree DuplicateFiles does look nice but I don't know how to use it. > Does anyone know how I could implement this idea? > > > > 2008/8/28 Chad Miles <[EMAIL PROTECTED]> > > > Duplica

Re: [WiX-users] Confusing msi install problem.....HELP!

2008-08-28 Thread Mark Holland
I agree DuplicateFiles does look nice but I don't know how to use it. Does anyone know how I could implement this idea? 2008/8/28 Chad Miles <[EMAIL PROTECTED]> > DuplicateFiles looks nice, sequenced after InstallFiles... never used it > though. > > CopyFile would probably work, but if u ha

Re: [WiX-users] Confusing msi install problem.....HELP!

2008-08-28 Thread Chad Miles
DuplicateFiles looks nice, sequenced after InstallFiles... never used it though. CopyFile would probably work, but if u have a bunch of files that seems tedious. On Thu, Aug 28, 2008 at 10:57 AM, Mark Holland <[EMAIL PROTECTED]>wrote: > OK, my problem is confusing - for me anyway. I'm working on

[WiX-users] Confusing msi install problem.....HELP!

2008-08-28 Thread Mark Holland
OK, my problem is confusing - for me anyway. I'm working on a Wix install but the problem is an msi based one as far as I can see. I am working on an Application called GLOBAL. This Application can be installed to 3 different locations depending on certain Conditions. The conditions involve the pr