I am using C#. I have created a Wix installer and a custom action to support the wix installer. Now I am trying to create a unit test the CustomAction only, without LUX.
I have tried in many different ways, but I am unable to Mock the Microsoft.Deployment.WindowsInstaller Session. Any idea or pointers. I am using Moq.