PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi 7.0.0-psw-wix-0404.32

This is a prerelease version of PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi.

Requires NuGet 4.0 or higher.

dotnet add package PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi --version 7.0.0-psw-wix-0404.32
                    
NuGet\Install-Package PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi -Version 7.0.0-psw-wix-0404.32
                    
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="PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi" Version="7.0.0-psw-wix-0404.32" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi" Version="7.0.0-psw-wix-0404.32" />
                    
Directory.Packages.props
<PackageReference Include="PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi" />
                    
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 PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi --version 7.0.0-psw-wix-0404.32
                    
#r "nuget: PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi, 7.0.0-psw-wix-0404.32"
                    
#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 PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi@7.0.0-psw-wix-0404.32
                    
#: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=PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi&version=7.0.0-psw-wix-0404.32&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PanelSwWix4.WixStandardBootstrapperApplicationFunctionApi&version=7.0.0-psw-wix-0404.32&prerelease
                    
Install as a Cake Tool

WixToolset.WixStandardBootstrapperApplicationFunctionApi - extend WiX Standard Bootstrapper Application

The WixToolset.WixStandardBootstrapperApplicationFunctionApi package contains the SDK for building BAFunctions extensions for WixStdBA, the WiX Standard Bootstrapper Application for Burn bootstrapper bundles.

Web Site | Documentation | Issue Tracker | Discussions

Open Source Maintenance Fee

To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an Open Source Maintenance Fee. While the source code is freely available under the terms of the LICENSE, this package and other aspects of the project require adherence to the Open Source Maintenance Fee EULA.

To pay the Maintenance Fee, become a Sponsor.

Getting started

BAFunctions are native-code DLLs (typically written in C++) that let you supplement the behavior of WixStdBA, rather than writing an entirely new BA to tweak existing BA behavior.

The best way to learn is via the samples at: https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/Samples/bafunctions

Additional resources

Product Compatible and additional computed target framework versions.
native native 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.