Skip to content
Discussion options

You must be logged in to vote

WiX v3 candle / light was C++ inspired. WiX v4 is dotnet(.exe) inspired. Use the command dotnet tool install --global wix to install it and then type wix. You'll see the commands are different. wix build -h will probably tell you most of what you are looking for.

Also realize that the WiX language (and schema) has changed substantially in v4. So the CPack WiX generator will need to be updated both in the XML it generates and the commands it uses to build the MSI. I imagine this to be substantial work for them and they are a year behind if they intend to do it as WiX v4 preview 1 was released a year ago.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@robmen
Comment options

@chrpai
Comment options

Answer selected by are-scenic
Comment options

You must be logged in to vote
1 reply
@chrpai
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants