WixToolset.Bal.wixext 6.0.2

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package WixToolset.Bal.wixext --version 6.0.2
                    
NuGet\Install-Package WixToolset.Bal.wixext -Version 6.0.2
                    
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="WixToolset.Bal.wixext" Version="6.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WixToolset.Bal.wixext" Version="6.0.2" />
                    
Directory.Packages.props
<PackageReference Include="WixToolset.Bal.wixext" />
                    
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 WixToolset.Bal.wixext --version 6.0.2
                    
#r "nuget: WixToolset.Bal.wixext, 6.0.2"
                    
#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 WixToolset.Bal.wixext@6.0.2
                    
#: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=WixToolset.Bal.wixext&version=6.0.2
                    
Install as a Cake Addin
#tool nuget:?package=WixToolset.Bal.wixext&version=6.0.2
                    
Install as a Cake Tool

WixToolset.Bal.wixext - Bootstrapper Applications WiX Toolset Extension

This WiX Extension was renamed. Use WixToolset.BootstrapperApplications.wixext instead.

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

Add the WiX Extension as a PackageReference to your .wixproj:

<Project Sdk="WixToolset.Sdk/6.0.2">
  <ItemGroup>
    <PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="6.0.2" />
  </ItemGroup>
</Project>

Then add the namespace and bootstrapper application of choice:

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
     xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
  <Bundle BundleId="AcmeCorp.Example" Name="Example Bundle" Version="0.0.0.1" Manufacturer="ACME Corporation">
    <BootstrapperApplication>
      <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" />
    </BootstrapperApplication>
  </Bundle>
</Wix>

Additional resources

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on WixToolset.Bal.wixext:

Repository Stars
microsoft/PowerToys
Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows
oleg-shilo/wixsharp
Framework for building a complete MSI or WiX source code by using script files written with C# syntax.
terrymacdonald/DisplayMagician
DisplayMagician is an open source tool for automatically configuring your displays and sound for a game or application from a single Windows Shortcut.
MediaPortal/MediaPortal-2
Development of MediaPortal 2
PeterWaher/IoTGateway
New project
VladimirKhil/SI
SIGame and related products
isbeorn/nina
N.I.N.A. (Nighttime Imaging 'N' Astronomy) - Advanced astrophotography sequencing software for Windows, supporting full automation of imaging sessions.
VixenLights/Vixen
Vixen is a lighting sequencer for creating animated light shows.
iswix-llc/iswix
Industrial Strength Windows Installer XML Application
smith-chem-wisc/MetaMorpheus
Proteomics search software with integrated calibration, PTM discovery, bottom-up, top-down and LFQ capabilities
Version Downloads Last Updated
7.0.0-rc.2 771 3/5/2026
7.0.0-rc.1 1,823 2/6/2026
6.0.2 36,598 8/28/2025
6.0.1 25,570 6/6/2025
6.0.0 19,718 4/7/2025
5.0.2 175,081 10/5/2024
5.0.1 58,735 7/16/2024
5.0.0 72,548 4/5/2024
4.0.6 42,511 10/5/2024
4.0.5 108,260 3/23/2024
4.0.4 85,982 2/7/2024
4.0.3 27,317 11/14/2023
4.0.2 60,408 9/13/2023
4.0.1 93,098 6/5/2023
4.0.0 33,834 4/5/2023
Loading failed