cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
PlinyElder
Level 7

Use [Property] in my managed code signature? Basic MSI

I cant seem to figure out how to user my [MyProperty] inside of the custom method signature. I have tried [MyProperty], "[MyProperty]", "MyProperty".

I have also tried the "CustomActionData" method from here with no success. Anyone have a solution?
Labels (1)
0 Kudos
(1) Reply
PlinyElder
Level 7

So you CANNOT use a combination of strings and [PROPERTIES] in the managed code Arguments value. If you need to do this you will have to first create/set a new property and give it you STRING/PROPERTY values, then reference that new property in the managed code Arguments value.
0 Kudos