WiX.Toolset.UnofficialFork 3.10.2-ext2

Additional Details

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

This is a prerelease version of WiX.Toolset.UnofficialFork.
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.2-ext2
NuGet\Install-Package WiX.Toolset.UnofficialFork -Version 3.10.2-ext2
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.2-ext2" />
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.2-ext2
#r "nuget: WiX.Toolset.UnofficialFork, 3.10.2-ext2"
#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.2-ext2&prerelease

// Install WiX.Toolset.UnofficialFork as a Cake Tool
#tool nuget:?package=WiX.Toolset.UnofficialFork&version=3.10.2-ext2&prerelease

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.2 release with custom build of burn.exe

There are two changes in the burn.exe application:
* New `WixBundleUILevel` property. Burn engine will set it to the value of the UI display level of the bootstrapper.
* Language used to localize the bootstrapper interface is determined by the `GetUserDefaultUILanguage()` function. There is a new corresponding `UserUILanguageID` property available.