Re: [WiX-users] Stupid question about the property element

2007-04-18 Thread Lorne Laliberte
> I have a property: > > > Then I use this property value in the element > Action='write' Type='string'/> > It will create HKCU\Software\MyProductName. So far Ok. > > However if I try doing the same with element, it > fails to work > > LongName in this case will be [Product], not MyProductN

[WiX-users] Stupid question about the property element

2007-04-18 Thread Andrei
Hi all, I have a property: Then I use this property value in the element It will create HKCU\Software\MyProductName. So far Ok. However if I try doing the same with element, it fails to work LongName in this case will be [Product], not MyProductName Why the property is not substituted with