![]() |
VOOZH | about |
dotnet add package WixSharp.WPF --version 1.26.0.1
NuGet\Install-Package WixSharp.WPF -Version 1.26.0.1
<PackageReference Include="WixSharp.WPF" Version="1.26.0.1" />
<PackageVersion Include="WixSharp.WPF" Version="1.26.0.1" />Directory.Packages.props
<PackageReference Include="WixSharp.WPF" />Project file
paket add WixSharp.WPF --version 1.26.0.1
#r "nuget: WixSharp.WPF, 1.26.0.1"
#:package WixSharp.WPF@1.26.0.1
#addin nuget:?package=WixSharp.WPF&version=1.26.0.1Install as a Cake Addin
#tool nuget:?package=WixSharp.WPF&version=1.26.0.1Install as a Cake Tool
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 net451 is compatible. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.26.0.1 | 1,732 | 9/21/2024 |
| 1.26.0 | 1,496 | 9/21/2024 |
| 1.25.3 | 5,008 | 5/26/2024 |
| 1.25.2 | 4,476 | 3/3/2024 |
| 1.25.1 | 521 | 2/16/2024 |
| 1.25.0 | 536 | 2/15/2024 |
| 1.24.2 | 505 | 1/21/2024 |
| 1.24.1 | 617 | 12/14/2023 |
| 1.24.0 | 523 | 12/4/2023 |
| 1.23.1 | 3,242 | 11/28/2023 |
| 1.23.0 | 244 | 11/28/2023 |
| 1.22.1 | 1,605 | 7/22/2023 |
| 1.22.0 | 394 | 7/1/2023 |
| 1.20.4 | 2,116 | 4/29/2023 |
| 1.20.3 | 5,862 | 1/6/2023 |
| 1.20.2 | 5,018 | 8/13/2022 |
| 1.20.1 | 1,146 | 5/15/2022 |
| 1.20.0 | 4,462 | 3/1/2022 |
| 1.19.0 | 819 | 10/16/2021 |
| 1.18.3-pre | 420 | 9/26/2021 |
WiX3-Release v1.26.0.0
- #1638: Simplify Custom UI - removed Caliburn.Micro
- #1641: How to set or use Launchcondition Action in Wix#
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1604: Some strings in Dialogs from .wxl are not replaced in Custom WPF UI
- Issue #1561: ComponentIDs for files change depending on folder that source is built from.
- fixed problem with `SetShellSize` not setting the top level window size
- Added `CommonTasks.MapAsDeferredProperty` extension method