WixSharp.WPF
1.23.1
See the version list below for details.
dotnet add package WixSharp.WPF --version 1.23.1
NuGet\Install-Package WixSharp.WPF -Version 1.23.1
<PackageReference Include="WixSharp.WPF" Version="1.23.1" />
paket add WixSharp.WPF --version 1.23.1
#r "nuget: WixSharp.WPF, 1.23.1"
// Install WixSharp.WPF as a Cake Addin #addin nuget:?package=WixSharp.WPF&version=1.23.1 // Install WixSharp.WPF as a Cake Tool #tool nuget:?package=WixSharp.WPF&version=1.23.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.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Caliburn.Micro (>= 3.2.0)
- WixSharp.bin (>= 1.23.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on WixSharp.WPF:
Repository | Stars |
---|---|
oleg-shilo/wixsharp
Framework for building a complete MSI or WiX source code by using script files written with C# syntax.
|
Version | Downloads | Last updated |
---|---|---|
1.26.0.1 | 267 | 9/21/2024 |
1.26.0 | 208 | 9/21/2024 |
1.25.3 | 1,078 | 5/26/2024 |
1.25.2 | 3,349 | 3/3/2024 |
1.25.1 | 144 | 2/16/2024 |
1.25.0 | 162 | 2/15/2024 |
1.24.2 | 151 | 1/21/2024 |
1.24.1 | 211 | 12/14/2023 |
1.24.0 | 259 | 12/4/2023 |
1.23.1 | 1,017 | 11/28/2023 |
1.23.0 | 130 | 11/28/2023 |
1.22.1 | 1,400 | 7/22/2023 |
1.22.0 | 215 | 7/1/2023 |
1.20.4 | 1,910 | 4/29/2023 |
1.20.3 | 3,336 | 1/6/2023 |
1.20.2 | 4,735 | 8/13/2022 |
1.20.1 | 944 | 5/15/2022 |
1.20.0 | 3,409 | 3/1/2022 |
1.19.0 | 607 | 10/16/2021 |
1.18.3-pre | 239 | 9/26/2021 |
1.18.2-pre | 259 | 8/22/2021 |
1.18.1 | 586 | 8/14/2021 |
1.18.0 | 412 | 6/23/2021 |
1.17.0 | 474 | 5/4/2021 |
WiX3-Release v1.23.1.0
- Issue #1373: [Bug] Need a clearer reason for the following Build exception: "System.NullReferenceException: Object reference not set to an instance of an object."
- Fixed packaging problem with `Microsoft.Deployment.WindowsInstaller` assembly not being copied in the target output dir.