Can I use a property in a Feature title and description, a shortcut name etc. The value of the property is being set via a custom action before LaunchConditions. I’ve tried something like
<Feature Id="Complete" Title="[APPNAME]" Description="[APPNAME] Installation" …>
but I just get a feature title [APPNAME], not the name of my application which I set via the custom action.