Re: [WiX-users] Including INSTALLDIR in Property

2006-06-12 Thread Rob Hamflett
Unfortunately properties inside properties don't get resolved. You need a custom action to set ANTEXE to [INSTALLDIR]tools\bin\tool.exe, and it will get resolved properly then. Rob Hecker, Thomas wrote: > Hi, > > I tried to define a property using embedding the INSTALLDIR property > beeing

Re: [WiX-users] Including INSTALLDIR in Property

2006-06-12 Thread Stefan Pavlik
Try to use custom action for setting property: (of course you need to sequence it correctly) This should work. regards Stefan Hecker, Thomas wrote: > Hi, > > I tried to define a property using embedding the INSTALLDIR property > beeing not successfull. > > > Key='Software\

[WiX-users] Including INSTALLDIR in Property

2006-06-12 Thread Hecker, Thomas
Hi,   I tried to define a property using embedding the INSTALLDIR property beeing not successfull.        Property(S): INSTALLDIR = C:\Program Files\My\Product\Property(S): ANTEXE = [INSTALLDIR]tools\bin\tool.exe     I want that ANTEXE links to "C:\Program Files\My\Product\tool