WiX.Toolset.UnofficialFork 3.10.1

Additional Details

Please, consider migrating your project to Wix Toolset v4: https://wixtoolset.org/docs/fourthree/

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

Requires NuGet 2.7 or higher.

dotnet add package WiX.Toolset.UnofficialFork --version 3.10.1
NuGet\Install-Package WiX.Toolset.UnofficialFork -Version 3.10.1
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.UnofficialFork" Version="3.10.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WiX.Toolset.UnofficialFork --version 3.10.1
#r "nuget: WiX.Toolset.UnofficialFork, 3.10.1"
#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.UnofficialFork as a Cake Addin
#addin nuget:?package=WiX.Toolset.UnofficialFork&version=3.10.1

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

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/jozefizso/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.

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

WiX v3.10.1 is the latest recommended maintenance release of WiX v3.10 with the following important fixes:
 * @barnson implemented a workaround for a Visual Studio 2015 issue that caused certain WiX standard custom actions to fail when run on Windows XP and Windows Server 2003. Bug 4902|Bug 4908
 * @jchoover fixed a bug that prevented some attributes of the WixStandardBootstrapperApplication element from functioning correctly. Bug 4899
 * @PavelAnfimov fixed a bug that prevented hyperlinks in WixStdBA from working on Windows XP and Windows Server 2003. Bug 4772