Skip to content

Latest commit

 

History

History

README.md

WixToolset.ComPlus.wixext - COM+ WiX Toolset Extension

This WiX Extension provides support for configuring COM+.

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/8.0.0">
  <ItemGroup>
    <PackageReference Include="WixToolset.ComPlus.wixext" Version="8.0.0" />
  </ItemGroup>
</Project>

Then add the extension's namespace:

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

  ..
</Wix>

Additional resources