WixSharp.WPF
1.24.0
See the version list below for details.
dotnet add package WixSharp.WPF --version 1.24.0
NuGet\Install-Package WixSharp.WPF -Version 1.24.0
<PackageReference Include="WixSharp.WPF" Version="1.24.0" />
paket add WixSharp.WPF --version 1.24.0
#r "nuget: WixSharp.WPF, 1.24.0"
// Install WixSharp.WPF as a Cake Addin #addin nuget:?package=WixSharp.WPF&version=1.24.0 // Install WixSharp.WPF as a Cake Tool #tool nuget:?package=WixSharp.WPF&version=1.24.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 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. |
-
.NETFramework 4.5.1
- Caliburn.Micro (>= 3.2.0)
- WixSharp.bin (>= 1.24.0)
-
.NETFramework 4.6.2
- Caliburn.Micro (>= 4.0.212)
- WixSharp.bin (>= 1.24.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.26.0.1 | 269 | 9/21/2024 |
1.26.0 | 212 | 9/21/2024 |
1.25.3 | 1,097 | 5/26/2024 |
1.25.2 | 3,355 | 3/3/2024 |
1.25.1 | 146 | 2/16/2024 |
1.25.0 | 164 | 2/15/2024 |
1.24.2 | 153 | 1/21/2024 |
1.24.1 | 213 | 12/14/2023 |
1.24.0 | 261 | 12/4/2023 |
1.23.1 | 1,032 | 11/28/2023 |
1.23.0 | 132 | 11/28/2023 |
1.22.1 | 1,402 | 7/22/2023 |
1.22.0 | 217 | 7/1/2023 |
1.20.4 | 1,912 | 4/29/2023 |
1.20.3 | 3,338 | 1/6/2023 |
1.20.2 | 4,738 | 8/13/2022 |
1.20.1 | 946 | 5/15/2022 |
1.20.0 | 3,412 | 3/1/2022 |
1.19.0 | 609 | 10/16/2021 |
1.18.3-pre | 241 | 9/26/2021 |
1.18.2-pre | 261 | 8/22/2021 |
1.18.1 | 588 | 8/14/2021 |
1.18.0 | 414 | 6/23/2021 |
1.17.0 | 476 | 5/4/2021 |
WiX3-Release v1.24.0.0
- Issue #1392: Is it possible to inherit wxl files using managed UI?
- Issue #1389: Multi language installer intermediate .msi not found error
- Issue #1387: Cannot update to latest Caliburn.Micro
- Issue #1384: When the bootstrapper.Build API uses the same name as the project, then misleading compile warnings are issued
- Issue #1382: Package (all child elements of Chain) need to have the After field added
- Issue #1383: Package (all child elements of Chain) need to have the SuppressSignatureVerification field added
- Issue #1381: ExePackage needs to have the Protocol field implemented
- Issue #1379: A way (Or create an example) of how to create a standalone fragment and insert into Projects / chains / etc
- Issue #1377: WixSharp.wix.bin nuget references a url which is no longer available
- Issue #1372: Creating a FileAssociation with Icon and Advertised = false does not work
- Validation of the CPU architecture for the custom BA assembly.
- Updated default `BootstrapperCore.config` content
- Updated WixBootstrapper_UI sample to demonstrate how to use the WinForm-based custom BA (#1386)
- Added support for ManagedUI to foll back on the stock WXL if one was not supplied by the user for non-English languages
- Added WXL and theme files to be used in WixSharp.wix.bin package.
- Added support for ManagedUI to fall back on the stock WXL if one was not supplied by the user for non-English languages
- Improved multi-language sample
- Updated project templates to comment out webref package for bootstrapper template
- Added `WixStandardBootstrapperApplication.AddPayload`