WiX v7.0.0-rc.2 is here

Thursday, March 5, 2026

A month after shipping WiX v7.0.0-rc.1, WiX v7.0.0-rc.2 is now out. We're a month out from WiX v7.0.0 shipping, so now's your chance: Download it, use it—it's an easy job to upgrade—and report any bugs you discover.

WiX v7.0.0-rc.2 is here

WiX v7.0.0-rc.2 is now available. It includes all the features from WiX v7.0.0-rc.1 and a number of important fixes.

Compatibility

Documentation enhancements and fixes

Fixes for these issues address varied documentation bugs and omissions:

Configurable-scope bundles

Some of these address work I discovered while implementing configurable-scope bundles. The rest are work I knew about but couldn’t get into WiX v7.0.0-rc.1 without firing up the TARDIS for a bit of schedule-induced spacetime manipulation.

Get started

Get started with an SDK-style .wixproj project:

<Project Sdk="WixToolset.Sdk/7.0.0-rc.2">
</Project>

and a simple .wxs source file:

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Package Id="Acme.HelloWorld" Name="HelloWorld" Version="7.0.0" Manufacturer="Acme">
        <Files Include="*" />
    </Package>
</Wix>

You can get the latest WiX MSBuild SDK, WiX .NET tool, or every last bit from the GitHub release.

Try using WiX v7.0.0-rc.2 in your existing projects and report any bugs so we have a chance to get them fixed before the release of WiX v7 on 6-April-2026. FireGiant customers: As always, ask any questions you have about WiX v7; you’re already supported.

by Bob Arnson on Thursday, March 5, 2026

Get Setup Matters in your inbox

Be the first to know when a new post is up.