WixSharp.WPF
1.17.0
See the version list below for details.
dotnet add package WixSharp.WPF --version 1.17.0
NuGet\Install-Package WixSharp.WPF -Version 1.17.0
<PackageReference Include="WixSharp.WPF" Version="1.17.0" />
paket add WixSharp.WPF --version 1.17.0
#r "nuget: WixSharp.WPF, 1.17.0"
// Install WixSharp.WPF as a Cake Addin
#addin nuget:?package=WixSharp.WPF&version=1.17.0
// Install WixSharp.WPF as a Cake Tool
#tool nuget:?package=WixSharp.WPF&version=1.17.0
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 |
---|---|
.NETPlatform | dotnet |
-
- Caliburn.Micro (>= 3.2.0)
- WixSharp.bin (>= 1.17.0)
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.20.3 | 239 | 1/6/2023 |
1.20.2 | 1,020 | 8/13/2022 |
1.20.1 | 685 | 5/15/2022 |
1.20.0 | 1,144 | 3/1/2022 |
1.19.0 | 417 | 10/16/2021 |
1.18.3-pre | 122 | 9/26/2021 |
1.18.2-pre | 158 | 8/22/2021 |
1.18.1 | 450 | 8/14/2021 |
1.18.0 | 284 | 6/23/2021 |
1.17.0 | 303 | 5/4/2021 |
Release v1.17.0.0
* Added support for [WPF custom dialogs](https://github.com/oleg-shilo/wixsharp/wiki/Deployment-scenarios#managed-wpf-ui).
* Issue #982: MSP Patch Packages and upgrading
* Added ManagedWpfDialog sample based on Caliburn.Micro
* Issue #986: WixBinLocator doesn't find WiX if installed with scoop
Fixed the problem of finding the WiX bin folder location after the nuget package path was redirected with NUGET_PACKAGES