PanelSW.Custom.WiX 3.12.0-b57

This is a prerelease version of PanelSW.Custom.WiX.
There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 2.7 or higher.

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

Panel::Software Customized WiX Edition

Panel::Software provides a customized edition of WiX built on top of WiX 3.11.2 with the following changes

  • Bundle/@RunAsAdmin attribute creates a bootstrapper that requires elevation when launched
  • Support canceling linker when using MSBuild
  • RemotePayload can be specified on any package payload rather than the main setup file
  • Add heat.exe harvest type "payload_dir" to harvest a PayloadGroup. Specify -url link to set base DownloadUrl for remote paylodas
  • Fix WiX issue 6144: Support multiple attached containers in bundles. Enables bootstrappers larger than 2GB
  • Fix WiX issue 6174: Fix bloated bootstrapper when authoring detached containers
  • Changes by WiX up to build 3.14.0.4118
  • Build for .NET Framework 4.0

WiX Toolset on GitHub

The WiX Toolset builds Windows installation packages from XML source code. The toolset supports a command-line environment that developers may integrate into their build processes to build Windows Installer (MSI) packages and executable bundles. The WiX GitHub project hosts the WiX source code Git repositories. The following links will take you to more details:

WiX Toolset home page

WiX Toolset stable and weekly releases

Files bugs and feature requests for WiX Toolset

About development on the WiX Toolset

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

This package is not used by any popular GitHub repositories.