Re: [WiX-users] WiX-users] ConfigurableDirectory being ignored

2007-06-21 Thread Julie Campbell
Woops, my bad, sorry! Julie Campbell [EMAIL PROTECTED] -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 10:24 PM To: Julie Campbell Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX-users] ConfigurableDirectory being ignored

Re: [WiX-users] WiX-users] ConfigurableDirectory being ignored

2007-06-20 Thread Bob Arnson
Julie Campbell wrote: > Take a look at this line: > > > > That will set the value of the WIXUI_INSTALLDIR property to > "COMBINEDPRODUCTFOLDER", not the value of the COMBINEDPRODUCTFOLDER > property. > That's actually what WIXUI_INSTALLDIR needs -- it's used as an indirect property in other

Re: [WiX-users] WiX-users] ConfigurableDirectory being ignored

2007-06-20 Thread Julie Campbell
e: Wed, 20 Jun 2007 10:24:14 +0100 From: "Nick Meredith" <[EMAIL PROTECTED]> Subject: [WiX-users] ConfigurableDirectory being ignored To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi all, I have a problem changing an existing in

Re: [WiX-users] ConfigurableDirectory being ignored

2007-06-20 Thread Bob Arnson
Brett Kapilik wrote: I have seen this several times as well. It seems to have something to do with using an ALLCAPS directory id (COMBINEDPRODUCTFOLDER). Try putting at least one lower case letter in and it will work. I do not know why this happens. COuld it have something to do with the ALLCAP

Re: [WiX-users] ConfigurableDirectory being ignored

2007-06-20 Thread Bob Arnson
Nick Meredith wrote: Then we reaised that we actually needed to control the install location at a higher level in the tree (COMBINEDPRODUCTFOLDER -- see code extract below) so that we could fix the structure of directories below this level. We changed the ConfigurableDirectory on the Feature

Re: [WiX-users] ConfigurableDirectory being ignored

2007-06-20 Thread Brett Kapilik
treated as a public property? - Brett _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Meredith Sent: Wednesday, June 20, 2007 4:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ConfigurableDirectory being ignored

[WiX-users] ConfigurableDirectory being ignored

2007-06-20 Thread Nick Meredith
Hi all, I have a problem changing an existing installer. Orginially the user could specify the value of INSTALLDIR via the UI to choose the location of the install (which defaulted to C:\Program Files\...). This was all working fine. Then we reaised that we actually needed to control the i