WixSharp 1.0.36
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)
Install-Package WixSharp -Version 1.0.36
dotnet add package WixSharp --version 1.0.36
<PackageReference Include="WixSharp" Version="1.0.36" />
paket add WixSharp --version 1.0.36
#r "nuget: WixSharp, 1.0.36"
// 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
Release Notes
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
Dependencies
-
- WixSharp.bin (>= 1.0.36)
Used By
NuGet packages
This package is not used by any NuGet packages.