WixSharp-wix4.WPF
2.1.1
See the version list below for details.
dotnet add package WixSharp-wix4.WPF --version 2.1.1
NuGet\Install-Package WixSharp-wix4.WPF -Version 2.1.1
<PackageReference Include="WixSharp-wix4.WPF" Version="2.1.1" />
<PackageVersion Include="WixSharp-wix4.WPF" Version="2.1.1" />
<PackageReference Include="WixSharp-wix4.WPF" />
paket add WixSharp-wix4.WPF --version 2.1.1
#r "nuget: WixSharp-wix4.WPF, 2.1.1"
#:package WixSharp-wix4.WPF@2.1.1
#addin nuget:?package=WixSharp-wix4.WPF&version=2.1.1
#tool nuget:?package=WixSharp-wix4.WPF&version=2.1.1
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 only.
In order to use this package you need have WiX Toolset installed: `dotnet tool install --global wix`
The package is tested against WIX (Windows Installer Xml) Toolset v4.0.1.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NETPlatform | dotnet is compatible. |
-
- Caliburn.Micro (>= 4.0.212)
- WixSharp_wix4.bin (>= 2.1.1)
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 |
|---|---|---|
| 2.13.0-pre | 32 | 4/10/2026 |
| 2.12.3 | 422 | 3/8/2026 |
| 2.12.2 | 218 | 2/7/2026 |
| 2.12.1 | 248 | 1/25/2026 |
| 2.12.0 | 795 | 11/11/2025 |
| 2.10.0 | 724 | 11/1/2025 |
| 2.9.1-pre | 185 | 10/17/2025 |
| 2.8.0 | 343 | 9/6/2025 |
| 2.7.7 | 288 | 8/16/2025 |
| 2.7.6 | 252 | 8/4/2025 |
| 2.7.5 | 191 | 7/30/2025 |
| 2.7.4 | 572 | 7/24/2025 |
| 2.7.3 | 1,136 | 7/21/2025 |
| 2.7.2 | 387 | 7/8/2025 |
| 2.7.1 | 521 | 6/11/2025 |
| 2.7.0 | 805 | 5/18/2025 |
| 2.6.2 | 1,224 | 4/30/2025 |
| 2.6.1 | 7,866 | 4/6/2025 |
| 2.6.0 | 3,114 | 2/21/2025 |
| 2.1.1 | 248 | 2/25/2024 |
WiX4: Release v2.1.1.0
- Issue #1406: Multi-language improvement
- Issue #1462: ProgressText with WiX 4
- Issue #1463: Unable to find dotnet when building with dotnet cli
- Issue #1460: Add -sw1026 to default Wix4 argument options?
- PR #1461 from klokkenman1/wix-v4-master
Add sw1026 to WixOptions
- Proposal #1456: Using PublishAot instead of SfxCA for custom actions
- Support for CA compiled with .NETCore (AOT)
- Added support for .NET Core projects (pre-release)
See https://github.com/oleg-shilo/wixsharp/blob/wix-v4-master/Source/src/NET-Core