WiX.Toolset 3.9.1208

Requires NuGet 2.7 or higher.

dotnet add package WiX.Toolset --version 3.9.1208
NuGet\Install-Package WiX.Toolset -Version 3.9.1208
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WiX.Toolset" Version="3.9.1208" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WiX.Toolset --version 3.9.1208
#r "nuget: WiX.Toolset, 3.9.1208"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WiX.Toolset as a Cake Addin
#addin nuget:?package=WiX.Toolset&version=3.9.1208

// Install WiX.Toolset as a Cake Tool
#tool nuget:?package=WiX.Toolset&version=3.9.1208

This package contains the binaries needed to compile Windows Installer XML (WiX) setup projects. Just add this NuGet package to your WiX setup projects and you're done (no setup required on build servers etc.). Note that you still need to install WiX Toolset in Visual Studio to get the editor experience.

       File issues with the NuGet package at https://github.com/akoeplinger/WiX.Toolset.NuGet

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on WiX.Toolset:

Repository Stars
gerardog/gsudo
Sudo for Windows
solarwinds/OrionSDK
SDK for the SolarWinds Orion platform, including tools, documentation, and samples in PowerShell, C#, Go, Perl, and Java.
tableau/TabMon
A Tableau Server performance monitoring service
Version Downloads Last updated
3.9.1208 4,216 1/22/2015
3.9.1006 4,754 11/4/2014
3.8.1128 8,678 12/30/2013
3.7.1224 190 12/30/2013

WiX Toolset v3.9 R2 is a maintenance release of WiX v3.9 that fixes several serious bugs:

Bug 4600 | VSExtension Help custom action binaries are corrupt.
Bug 4608 | Multiple prerequisites return failure, when 1st prerequisite is already installed and 2nd prerequisite is installed successfully.
Bug 4609 | Bug in BVariantCopy() in src/burn/engine/variant.cpp

Thanks to @rseanhall and @firegiantco for fixing these bugs.