Unofficial.WixSharp
1.14.2
dotnet add package Unofficial.WixSharp --version 1.14.2
NuGet\Install-Package Unofficial.WixSharp -Version 1.14.2
<PackageReference Include="Unofficial.WixSharp" Version="1.14.2" />
paket add Unofficial.WixSharp --version 1.14.2
#r "nuget: Unofficial.WixSharp, 1.14.2"
// Install Unofficial.WixSharp as a Cake Addin #addin nuget:?package=Unofficial.WixSharp&version=1.14.2 // Install Unofficial.WixSharp as a Cake Tool #tool nuget:?package=Unofficial.WixSharp&version=1.14.2
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)
Learn more about Target Frameworks and .NET Standard.
-
- Unofficial.WixSharp.bin (>= 1.14.2)
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 |
---|---|---|
1.14.2 | 650 | 3/11/2020 |
Release v1.14.2.0
* Fix collision possibility for GetHashCode32(): use (uint) instead of Math.Abs()
* Issue #786: NullReferenceException on FindClientAssemblyInCallStack
* Dynamic Localization - bootstrapper support
* Modified `Compiler.BuildMsi(string path)` to return potentially modified input path