// install via winget
Command Prompt & PowerShell
click to copy
winget install WiXToolset.WiXToolset
// direct download
Download Installer// about WiX Toolset
WiX Toolset build tools include everything you need to create installations on your development and build machines.
// frequently asked questions
How do I install WiX Toolset using winget?
Open PowerShell or Windows Terminal and run:
winget install WiXToolset.WiXToolset. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is WiX Toolset?
WiX Toolset build tools include everything you need to create installations on your development and build machines.
Is WiX Toolset free to download?
WiX Toolset is distributed under the MS-RL license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update WiX Toolset with winget?
Run
winget upgrade WiXToolset.WiXToolset in PowerShell or Windows Terminal to update WiX Toolset to the latest available version.What architecture does WiX Toolset support?
The listed installer targets the x86 architecture. See the publisher’s documentation for full compatibility details.