WixToolset.Http.wixext 6.0.2

Prefix Reserved
dotnet add package WixToolset.Http.wixext --version 6.0.2
                    
NuGet\Install-Package WixToolset.Http.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.Http.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.Http.wixext" Version="6.0.2" />
                    
Directory.Packages.props
<PackageReference Include="WixToolset.Http.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.Http.wixext --version 6.0.2
                    
#r "nuget: WixToolset.Http.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.Http.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.Http.wixext&version=6.0.2
                    
Install as a Cake Addin
#tool nuget:?package=WixToolset.Http.wixext&version=6.0.2
                    
Install as a Cake Tool

WixToolset.Http.wixext - Http WiX Toolset Extension

This WiX Extension provides support for configuring HTTP.SYS.

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.Http.wixext" Version="6.0.2" />
  </ItemGroup>
</Project>

Then add the extension's namespace:

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
     xmlns:http="http://wixtoolset.org/schemas/v4/wxs/http">

  ..
</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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.2 20 8/28/2025
6.0.1 394 6/6/2025
6.0.0 319 4/7/2025
5.0.2 27,858 10/5/2024
5.0.1 1,972 7/16/2024
5.0.0 604 4/5/2024
4.0.6 2,693 10/5/2024
4.0.5 21,407 3/23/2024
4.0.4 273 2/7/2024
4.0.3 2,119 11/14/2023
4.0.2 605 9/13/2023
4.0.1 648 6/5/2023
4.0.0 2,390 4/5/2023