How to use a msi property in a Feature title and description. The value of the property is being taken from MSI property #7285
Unanswered
AnjaliMamidi
asked this question in
Questions
Replies: 1 comment
-
The short answer is that you can't, because the Title field is what MSI calls of type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get the MSI property value in the Feature title. But I'm unable to achieve it as I'm seeing the property name within the braces[] in the setup.
I've tried something like this
<Feature Id="Complete" Title="[TEST]" Description="Installation" …> but I just get a feature title [TEST], not the value which I set via MSI property.
But the expected behavior is to get feature title as "TestString" which I'm not observing.
Any support provided would be appreciated!!!
Beta Was this translation helpful? Give feedback.
All reactions