WixSharp 1.0.36

Install-Package WixSharp -Version 1.0.36
dotnet add package WixSharp --version 1.0.36
<PackageReference Include="WixSharp" Version="1.0.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WixSharp --version 1.0.36
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WixSharp, 1.0.36"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install WixSharp as a Cake Addin
#addin nuget:?package=WixSharp&version=1.0.36

// Install WixSharp as a Cake Tool
#tool nuget:?package=WixSharp&version=1.0.36
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
The package contains Wix# binaries, code sample and custom MSBuild target (to be merged with VS project and trigger building MSI during the project compilation).

If you need only Wix# binaries you may want to use WixSharp.bin package instead.

In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
1.0.36 0 06.02.2022
1.0.22.3 0 06.02.2022

Release v1.0.36
* Added validation of Project.BackgroundImage aspect ration to avoid hiding other UI elements in ManagedUI default dialogs (related to Issue#116)
* The use of the obsolete FirewallException.IsProcessSpecific and Tasks.LatestFrameworkDirectory member will now trigger a compiler error.
* Updated VS project templates
* Improved code samples