Re: [WiX-users] How to use a Property Value to create another Property

2007-02-14 Thread K-ballo
You cannot set a property to the value of another property in that way. That is necessary to prevent creating circular references. What you should do is call a CustomAction that will set the value of VDDIR property after MAINDIR has been set. You would have to do something like this: K-bal

Re: [WiX-users] How to use a Property Value to create another Property

2007-02-14 Thread Nick Hennemann
: [WiX-users] How to use a Property Value to create another Property Have you tried: I think that should resolve to what you want. On 2/14/07, Nick Hennemann <[EMAIL PROTECTED]> wrote: I have the following Property "MAINDIR" and it is populated correctly f

Re: [WiX-users] How to use a Property Value to create another Property

2007-02-14 Thread Levi Wilson
Have you tried: I think that should resolve to what you want. On 2/14/07, Nick Hennemann <[EMAIL PROTECTED]> wrote: *I have the following Property "MAINDIR" and it is populated correctly from the registry….* And then I have another property call "VDDIR" and I use