0

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?

user616
  • 783
  • 4
  • 18
  • 44

2 Answers2

0

Check out how to build custom actions in C# for MSI installers.

This shows how to get a DLL that will run in a standard MSI, no matter if you build it with Wix, InstallShield or Advanced Installer. It also shows how to get/set properties.

Additional info:

Bogdan Mitrache
  • 10,536
  • 19
  • 34
0

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

user616
  • 783
  • 4
  • 18
  • 44
  • Usually you at least upvote an answer that helps you(i.e. _use public properties_). That is the foundation of a free-open-high-quality knowledge base with so many contributors. – Bogdan Mitrache Aug 27 '15 at 06:18