Re: [WiX-users] using property in Directory Name attribute

2009-09-14 Thread Bob Uva
I had missed a space in part of the registry key name. Works great now. Thanks! Bob On Mon, Sep 14, 2009 at 11:42 AM, Blair wrote: > Check a verbose debug log. I suspect that EG_INSTALLDIR isn't getting set. > If that property were set before CostFinalize ran, anything in the @Name > attribute w

Re: [WiX-users] using property in Directory Name attribute

2009-09-14 Thread Blair
Check a verbose debug log. I suspect that EG_INSTALLDIR isn't getting set. If that property were set before CostFinalize ran, anything in the @Name attribute would be ignored (along with the paths of any parent directories) and you would get what you are trying to get (see http://msdn.microsoft.com