Re: [WiX-users] Modify INSTALLDIR using custom action?

2009-10-30 Thread Hoang Le
rent of the directory where you really will install your > content. > > -Original Message- > From: Hoang Le [mailto:hoangle2...@gmail.com] > Sent: Friday, October 23, 2009 12:11 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-user

Re: [WiX-users] Modify INSTALLDIR using custom action?

2009-10-23 Thread Hoang Le
x > > > > -Original Message- > From: Hoang Le [mailto:hoangle2...@gmail.com] > Sent: Thursday, October 22, 2009 3:44 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Modify INSTALLDIR using custom action? > > Thanks

Re: [WiX-users] Modify INSTALLDIR using custom action?

2009-10-22 Thread Hoang Le
, Oct 22, 2009 at 3:08 PM, Craig Miller wrote: > Try "[INSTALLDIR]..\siblingdir\" > > > > > -Original Message- > > From: Hoang Le [mailto:hoangle2...@gmail.com] > > Sent: Thursday, October 22, 2009 3:02 PM > > To: General discussion for W

[WiX-users] Modify INSTALLDIR using custom action?

2009-10-22 Thread Hoang Le
Hi, My merge module receives an INSTALLDIR value passed in by a parent project (which I have no control over), and the requirement is that I have to install my files to a directory under "the parent" of INSTALLDIR (a sibling of INSTALLDIR). My initial thought was to get the value of [INSTALLDIR]