WixToolset.Sdk
7.0.0-rc.2
Prefix Reserved
<Sdk Name="WixToolset.Sdk" Version="7.0.0-rc.2" />
#:sdk WixToolset.Sdk@7.0.0-rc.2
WixToolset.Sdk
The WixToolset.Sdk package provides the WiX Toolset as an MSBuild SDK for both .NET (v6 or later) and .NET Framework (v4.7.2 or later). SDK-style projects have smart defaults that make for simple .wixproj project authoring.
Web Site | Documentation | Issue Tracker | Discussions
Open Source Maintenance Fee
To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an Open Source Maintenance Fee. While the source code is freely available under the terms of the LICENSE, this package and other aspects of the project require adherence to the Open Source Maintenance Fee EULA.
To pay the Maintenance Fee, become a Sponsor.
Getting started
Here's a minimal .wixproj that builds an MSI from the .wxs source files in the project directory:
Example project file: QuickStart.wixproj
<Project Sdk="WixToolset.Sdk/7.0.0">
</Project>
Example source code: QuickStart.wxs
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Package Id="AcmeCorp.QuickStart" Name="QuickStart Example" Manufacturer="ACME Corp" Version="0.0.1">
<File Source="example.txt" />
</Package>
</Wix>
Build your MSI from the command-line:
dotnet build
For more information about WiX as an MSBuild SDK, see https://docs.firegiant.com/wix/using-wix/#msbuild-and-dotnet-build.
For more information about WiX targets, properties, and items, see https://docs.firegiant.com/wix/tools/msbuild/.
Additional resources
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0-rc.2 | 314 | 3/5/2026 |
| 7.0.0-rc.1 | 404 | 2/6/2026 |
| 6.0.2 | 176,882 | 8/28/2025 |
| 6.0.1 | 104,227 | 6/6/2025 |
| 6.0.0 | 153,620 | 4/7/2025 |
| 5.0.2 | 771,614 | 10/5/2024 |
| 5.0.1 | 317,879 | 7/16/2024 |
| 5.0.0 | 454,159 | 4/5/2024 |
| 4.0.6 | 38,406 | 10/5/2024 |
| 4.0.5 | 575,998 | 3/23/2024 |