Custom Actions with .Net 7 #7136
Unanswered
mjanulaitis
asked this question in
Questions
Replies: 1 comment 7 replies
-
DTF only supports .NET Framework-based custom actions (for now). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a custom action using .Net 7. I don't see any documentation for .Net Core custom actions. I stumbled upon WixToolset.Dtf.WindowsInstaller in NuGet and was able to get the [CustomAction] attribute to be recognized however when I build I get the following error:
EXEC : error : Invalid argument: WixToolset.Dtf.WindowsInstaller.dll must be included in the list of support files. If using the MSBuild targets, make sure the assembly reference has the Private (Copy Local) flag set.
Is this the correct package to reference? If so, what changes do I need to make to get this to work?
Beta Was this translation helpful? Give feedback.
All reactions