WixSharp_wix4 1.21.0-pre

This is a prerelease version of WixSharp_wix4.
There is a newer version of this package available.
See the version list below for details.
dotnet add package WixSharp_wix4 --version 1.21.0-pre
                    
NuGet\Install-Package WixSharp_wix4 -Version 1.21.0-pre
                    
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" Version="1.21.0-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WixSharp_wix4" Version="1.21.0-pre" />
                    
Directory.Packages.props
<PackageReference Include="WixSharp_wix4" />
                    
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 --version 1.21.0-pre
                    
#r "nuget: WixSharp_wix4, 1.21.0-pre"
                    
#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.
#addin nuget:?package=WixSharp_wix4&version=1.21.0-pre&prerelease
                    
Install WixSharp_wix4 as a Cake Addin
#tool nuget:?package=WixSharp_wix4&version=1.21.0-pre&prerelease
                    
Install WixSharp_wix4 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, code sample and custom MSBuild target (to be merged with VS project and trigger building MSI during the project compilation).

If you need only Wix# binaries you may want to use WixSharp.bin package instead.

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)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WixSharp_wix4:

Package Downloads
Nefarius.Utilities.WixSharp

Summary. README takes priority over this but nice to have.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WixSharp_wix4:

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
2.6.1 1,131 4/6/2025
2.6.0 3,512 2/21/2025
2.5.1 4,097 2/6/2025
2.5.0 478 2/1/2025
2.4.4 610 1/25/2025
2.4.3 3,373 12/3/2024
2.4.2 5,348 10/27/2024
2.4.1 3,639 10/5/2024
2.4.0 1,853 9/21/2024
2.3.2 5,716 8/10/2024
2.3.1 1,037 8/4/2024
2.3.0 2,112 7/13/2024
2.2.1 640 6/29/2024
2.2.0 139 6/29/2024
2.1.7 1,628 5/27/2024
2.1.6 789 5/1/2024
2.1.5 12,336 4/6/2024
2.1.2 4,842 3/4/2024
2.1.1 270 2/25/2024
2.1.0 450 2/15/2024
2.0.6-pre 175 1/25/2024
2.0.5 513 1/21/2024
2.0.4 411 12/14/2023
2.0.3 261 12/6/2023
2.0.2 2,113 10/20/2023
2.0.1 1,322 8/22/2023
2.0.0 1,842 8/13/2023
1.21.0-pre 389 4/23/2023

Release Candidate v1.21.0.0
- Ported to WiX4

Limitations:
- Rollback
   WiX4 defect: cannot find WixFailWhenDeferred the Util extension)
- Driver
   WiX4 defect: cannot find CustomAction:MsiProcessDrivers the Difxapp extension
- ASP.NETApp
   WiX4 defect: cannot find WebVirtualDir the Iis extension
- SqlDatabase
   WiX4: no porting guidance for Feature.Condition
- FeatureConditions
   WiX4: no porting guidance for Feature.Condition
- Port Managed BA (currently impossible; until WiX provides a tech solution)