Skip to content
Discussion options

You must be logged in to vote

WixSharp.Core has limited support since MSI and WiX do not support .NET Core. Thus, WixSharp has to compile the CA assemblies into the native with AOT option.

If you want to replace the license content, then you need to assign project.LicenceFile. See attached example.
Setup1.zip

However, if you want to implement a custom UI sequence, then you would want to have a look at these samples: https://github.com/oleg-shilo/wixsharp/blob/master/Source/src/NET-Core/Sample/CustomUI-WinForms

But in any case, I feel like the difficulties of dealing with .NET Core outweigh the benefits significantly.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dthoeni
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants