WixSharp.WPF 1.24.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package WixSharp.WPF --version 1.24.1
NuGet\Install-Package WixSharp.WPF -Version 1.24.1
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.WPF" Version="1.24.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WixSharp.WPF --version 1.24.1
#r "nuget: WixSharp.WPF, 1.24.1"
#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.
// Install WixSharp.WPF as a Cake Addin
#addin nuget:?package=WixSharp.WPF&version=1.24.1

// Install WixSharp.WPF as a Cake Tool
#tool nuget:?package=WixSharp.WPF&version=1.24.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 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. 
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 (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.25.2 1,129 3/3/2024
1.25.1 102 2/16/2024
1.25.0 115 2/15/2024
1.24.2 119 1/21/2024
1.24.1 148 12/14/2023
1.24.0 206 12/4/2023
1.23.1 381 11/28/2023
1.23.0 101 11/28/2023
1.22.1 1,237 7/22/2023
1.22.0 185 7/1/2023
1.20.4 1,775 4/29/2023
1.20.3 3,028 1/6/2023
1.20.2 4,345 8/13/2022
1.20.1 905 5/15/2022
1.20.0 2,895 3/1/2022
1.19.0 572 10/16/2021
1.18.3-pre 219 9/26/2021
1.18.2-pre 239 8/22/2021
1.18.1 558 8/14/2021
1.18.0 386 6/23/2021
1.17.0 441 5/4/2021

WiX3-Release v1.24.1.0
- #1363: Shortcut to Dir/Folder
- #1398: Underscore in String Id in wxl breaks localization
- reverted experimental change for x86 bitness of WixSharp.UI. Now it's back to AnyCPU but SilentUI BA will no longer work. It's acceptable as it's better to set x86 on the user codebase (e.g. custom BA) than on generic lib (WixSharp.UI) and put bitness pressure on all users of this lib.
- `WarnOnOutputPathCollision` changed from Warning to Error (continuation of #1384).
- Extended cascading `Project.Platform` to `RegistrySearch` (triggered by #1390 discussion).