I am trying to use Property value in Source attribute of File element, but getting this error:
error LGHT0103 : The system cannot find the file '[MYPROPERTY]'
Here is how property defined and used:
<Property Id="MYPROPERTY" Secure="yes" Value="myfile.xml" />
...
<File Id="MyFileId" Name="myfile.xml" Source="SubFolder\[MYPROPERTY]" KeyPath="yes" />
What I am doing wrong?