WixToolset.Dtf.CustomAction 6.0.0 - No CA or UI entry points found in module #9048
-
I have referenced the WixToolset.Dtf.CustomAction 6.0.0 package in my Custom Action Project, which in turn added the WixToolset.Dtf.WindowsInstaller 6.0.0 as dependency. I have one public class with two custom actions that are marked with the [CustomAction] attribute and are public static methods that take a Session as a parameter. See below. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the answer. I was still a reference to the Microsoft.Deployment.WindowsInstaller in the old Wix folder. Once I removed that reference and repointed to the instance "using WixToolset.Dtf.WindowsInstaller;", everything worked as expected. |
Beta Was this translation helpful? Give feedback.
I found the answer. I was still a reference to the Microsoft.Deployment.WindowsInstaller in the old Wix folder. Once I removed that reference and repointed to the instance "using WixToolset.Dtf.WindowsInstaller;", everything worked as expected.