installshieldmanaged-codebasic-msi

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


I cant seem to figure out how to use my [MyProperty] property inside of the custom method signature. I have tried [MyProperty], "[MyProperty]", "MyProperty". ALl i am left with is the actual string being passed and NOT the value of the property. I have tried immediate execution and differed execution in various areas of the sequence but i have found no solution.

I have also tried the "CustomActionData" method from here with no success. Anyone have a solution?


Solution

  • I figured it out, my post is here with the explanation