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
<PackageReference Include="WiX.Toolset" Version="3.9.1208" />
paket add WiX.Toolset --version 3.9.1208
#r "nuget: WiX.Toolset, 3.9.1208"
// 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
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
|
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.