Re: [WiX-users] Wix3: WixVariable declarations are not recursive.

2006-12-22 Thread Rob Mensching
By design, but that's because nobody ever thought of doing what you aredoing. Feel free to open a Feature Request to track the change... mailto:[EMAIL PROTECTED] On Behalf Of Brent B. Powershttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEVhttps://lists.sourceforge.net/

[WiX-users] Wix3: WixVariable declarations are not recursive.

2006-12-22 Thread Brent B. Powers
It appears that this: doesn't work (I've tried both with and without Overridable). Is this by design, or by happenstance? The obvious fix would be in WixVariableResolver.cs, ResolveVariables (around line 195). -