Downloading and installing the latest version #9179
Answered
by
robmen
KristoferA
asked this question in
Questions
-
QuestionI'm a bit confused on how to download and install the latest version of the Wix toolset. I'm currently using a 3.x version and back when I installed it, it was possible to download installers for the toolset and for the Visual Studio integration. Now I can't find any download links. Is the only option nowadays to retrieve the source code from github and build it yourself? Open Source Maintenance Fee
|
Beta Was this translation helpful? Give feedback.
Answered by
robmen
Oct 30, 2025
Replies: 1 comment 1 reply
-
|
Because WiX is made available as an MSBuild SDK, you don't download and install WiX anymore; you just use it. The Quick Start documentation shows how easy it is now. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KristoferA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because WiX is made available as an MSBuild SDK, you don't download and install WiX anymore; you just use it. The Quick Start documentation shows how easy it is now.