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.7.2 | 165 | 7/8/2025 |
2.7.1 | 352 | 6/11/2025 |
2.7.0 | 647 | 5/18/2025 |
2.6.2 | 497 | 4/30/2025 |
2.6.1 | 272 | 4/6/2025 |
2.6.0 | 1,555 | 2/21/2025 |
2.5.1 | 248 | 2/6/2025 |
2.5.0 | 183 | 2/1/2025 |
2.4.4 | 140 | 1/25/2025 |
2.4.3 | 334 | 12/3/2024 |
2.4.2 | 906 | 10/27/2024 |
2.4.1 | 279 | 10/5/2024 |
2.4.0.1 | 335 | 9/21/2024 |
2.4.0 | 147 | 9/21/2024 |
2.3.2 | 3,264 | 8/10/2024 |
2.3.1 | 779 | 8/4/2024 |
2.3.0 | 367 | 7/13/2024 |
2.2.1 | 250 | 6/29/2024 |
2.2.0 | 135 | 6/29/2024 |
2.1.7 | 499 | 5/27/2024 |
2.1.6 | 257 | 5/1/2024 |
2.1.5 | 429 | 4/6/2024 |
2.1.2 | 2,673 | 3/4/2024 |
2.1.1 | 171 | 2/25/2024 |
2.1.0 | 181 | 2/15/2024 |
2.0.6-pre | 114 | 1/25/2024 |
2.0.5 | 254 | 1/21/2024 |
2.0.4 | 429 | 12/14/2023 |
2.0.3 | 163 | 12/6/2023 |
2.0.2 | 1,459 | 10/20/2023 |
2.0.1 | 818 | 8/22/2023 |
2.0.0 | 607 | 8/13/2023 |
1.21.0-pre | 203 | 4/23/2023 |
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