WixSharp 1.0.22.3
See the version list below for details.
Install-Package WixSharp -Version 1.0.22.3
dotnet add package WixSharp --version 1.0.22.3
<PackageReference Include="WixSharp" Version="1.0.22.3" />
paket add WixSharp --version 1.0.22.3
#r "nuget: WixSharp, 1.0.22.3"
// Install WixSharp as a Cake Addin
#addin nuget:?package=WixSharp&version=1.0.22.3
// Install WixSharp as a Cake Tool
#tool nuget:?package=WixSharp&version=1.0.22.3
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 the binaries only. In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) version v3.9.1208.0
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
* First release of Managed Setup API
- Event-driven API for implementing runtime behavior
- FULLY customizable managed UI that matches the set of MSI standard dialogs
* Support for MajorUpgrade element
* Assorted Fixes.
* Improved VS integration