WixSharp.WPF
1.18.1
See the version list below for details.
dotnet add package WixSharp.WPF --version 1.18.1
NuGet\Install-Package WixSharp.WPF -Version 1.18.1
<PackageReference Include="WixSharp.WPF" Version="1.18.1" />
<PackageVersion Include="WixSharp.WPF" Version="1.18.1" />
<PackageReference Include="WixSharp.WPF" />
paket add WixSharp.WPF --version 1.18.1
#r "nuget: WixSharp.WPF, 1.18.1"
#addin nuget:?package=WixSharp.WPF&version=1.18.1
#tool nuget:?package=WixSharp.WPF&version=1.18.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. |
---|---|
.NETPlatform | dotnet is compatible. |
-
- Caliburn.Micro (>= 3.2.0)
- WixSharp.bin (>= 1.18.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 |
---|---|---|
1.26.0.1 | 621 | 9/21/2024 |
1.26.0 | 631 | 9/21/2024 |
1.25.3 | 2,055 | 5/26/2024 |
1.25.2 | 3,536 | 3/3/2024 |
1.25.1 | 195 | 2/16/2024 |
1.25.0 | 216 | 2/15/2024 |
1.24.2 | 201 | 1/21/2024 |
1.24.1 | 292 | 12/14/2023 |
1.24.0 | 282 | 12/4/2023 |
1.23.1 | 1,905 | 11/28/2023 |
1.23.0 | 150 | 11/28/2023 |
1.22.1 | 1,462 | 7/22/2023 |
1.22.0 | 254 | 7/1/2023 |
1.20.4 | 1,964 | 4/29/2023 |
1.20.3 | 4,052 | 1/6/2023 |
1.20.2 | 4,825 | 8/13/2022 |
1.20.1 | 1,001 | 5/15/2022 |
1.20.0 | 3,776 | 3/1/2022 |
1.19.0 | 677 | 10/16/2021 |
1.18.3-pre | 291 | 9/26/2021 |
1.18.2-pre | 318 | 8/22/2021 |
1.18.1 | 659 | 8/14/2021 |
1.18.0 | 477 | 6/23/2021 |
1.17.0 | 560 | 5/4/2021 |
Release v1.18.1.0
* Added full UI for uninstalling from control panel. The feature can be enabled via `project.EnableUninstallFullUI(...)`
* Nsis Bootstrapper
- Added support for Nsis Bootstrapper compression.
- Added sample `BuildScriptWithCompressor` (Samples/Bootstrapper/NsisBootstrapper/setup.cs)
* Issue #1025: Add generated children of TypeLib to element
* Issue #1014: Modify MS Build task to include configuration and platform parameters
* Added support for `WixStandardBootstrapperApplication.HyperlinkSidebarLicense`.
* Issue #1023: Copy File Not working; Fixed misspelled field name
* Introduce logging options for UninstallFullUI feature
* Issue #1005: Request: Arm64 support
* Issue #1001: Fix null reference exception if SDK is located inside the wixlocation…
* Issue #999: Multiple windows services to single .exe
* Issue #995: IgnoreWildCardEmptyDirectories with 1.17.0 causes Wxs generation to never finish with multiple top-level dirs
* Fixed: Respect TargetFileName on OverwriteOnInstall option