Since the app we are installing requires the .NET framework I can be sure it is on the machine already, and if I could call it from a custom action it would make my life much easier.
I know I can wrap it in my own dll and use that as a support file, but I would much rather not have to do this at all. I only need to call 1 function in the .NET framework and it seems overkill to have to write a straight wrapper dll.
Thanks!
