WixSharp-wix4.WPF 2.12.0

dotnet add package WixSharp-wix4.WPF --version 2.12.0
                    
NuGet\Install-Package WixSharp-wix4.WPF -Version 2.12.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WixSharp-wix4.WPF" Version="2.12.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WixSharp-wix4.WPF" Version="2.12.0" />
                    
Directory.Packages.props
<PackageReference Include="WixSharp-wix4.WPF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WixSharp-wix4.WPF --version 2.12.0
                    
#r "nuget: WixSharp-wix4.WPF, 2.12.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WixSharp-wix4.WPF@2.12.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WixSharp-wix4.WPF&version=2.12.0
                    
Install as a Cake Addin
#tool nuget:?package=WixSharp-wix4.WPF&version=2.12.0
                    
Install 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: `dotnet tool install --global wix`
The package is tested against WIX (Windows Installer Xml) Toolset v4.0.1.0

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.12.0 448 11/11/2025
2.10.0 251 11/1/2025
2.9.1-pre 151 10/17/2025
2.8.0 271 9/6/2025
2.7.7 236 8/16/2025
2.7.6 217 8/4/2025
2.7.5 153 7/30/2025
2.7.4 532 7/24/2025
2.7.3 858 7/21/2025
2.7.2 288 7/8/2025
2.7.1 459 6/11/2025
2.7.0 764 5/18/2025
2.6.2 912 4/30/2025
2.6.1 3,757 4/6/2025
2.6.0 2,406 2/21/2025
2.5.1 302 2/6/2025
2.5.0 241 2/1/2025
2.4.4 178 1/25/2025
2.4.3 430 12/3/2024
2.4.2 989 10/27/2024
2.4.1 334 10/5/2024
2.4.0.1 415 9/21/2024
2.4.0 203 9/21/2024
2.3.2 3,366 8/10/2024
2.3.1 813 8/4/2024
2.3.0 417 7/13/2024
2.2.1 303 6/29/2024
2.2.0 185 6/29/2024
2.1.7 555 5/27/2024
2.1.6 300 5/1/2024
2.1.5 467 4/6/2024
2.1.2 3,399 3/4/2024
2.1.1 204 2/25/2024
2.1.0 229 2/15/2024
2.0.6-pre 141 1/25/2024
2.0.5 302 1/21/2024
2.0.4 479 12/14/2023
2.0.3 188 12/6/2023
2.0.2 1,481 10/20/2023
2.0.1 868 8/22/2023
2.0.0 685 8/13/2023
1.21.0-pre 265 4/23/2023

Release v2.12.0.0
#1852: Managed Setup - Custom WPF UI with custom action fails with a "System.BadImageFormatException" when Platform = Platform.x64
- Added option for scheduling Load event (`project.LoadEventScheduling`).
 The possible values:   
 - `OnMsiLaunch` (new + default)   
 - `InUiAndExecute` (new)   
 - `InExecute` (old)
- Added a complete set of UAT for `project.LoadEventScheduling`'
- Fixed inconsistency when selecting SfxCA.dll CPU architecture (triggered by #1852)