Since WiX 6 supports modern .NET SDK-style ,how can we effectively resolve or modernize Custom Actions (CA) in a .NET Core–based installer #9188
Replies: 4 comments 1 reply
-
|
Just set your Custom Action .csproj Note: The fact that .wixproj is Sdk-style now has no impact on managed Custom Actions. They aren't in the same project. You can still use old style .csproj to build managed Custom Actions. I wouldn't because they are uglier than Sdk-style. :) |
Beta Was this translation helpful? Give feedback.
-
|
i want to reate CA using .net coreWix 6 + .net core ( without .net framework in machine ), Can we create custom action? Is it possible to create custom action, only with Wix 6 + .net core? withiut framework . is that possible |
Beta Was this translation helpful? Give feedback.
-
|
our goal is to move completely to .NET Core to eliminate the dependency on the .NET Framework. |
Beta Was this translation helpful? Give feedback.
-
|
@robmen Thanks for your response , I have few queries,
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
@robmen Since WiX 6 supports modern .NET SDK-style builds but MSI execution still depends on the legacy .NET Framework or native runtime, how can we effectively resolve or modernize Custom Actions (CA) in a .NET Core–based installer
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions