Skip to content

Commit 993faae

Browse files
committed
WiX v7.0.0-rc.1
1 parent 9fda7cd commit 993faae

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Configurable scope bundles
3+
sidebar:
4+
order: 7
5+
---
6+
7+
:::tip
8+
Content to come:
9+
10+
- https://github.com/wixtoolset/issues/issues/9235
11+
- https://github.com/wixtoolset/issues/issues/9237
12+
- https://github.com/wixtoolset/issues/issues/9238
13+
:::

src/content/docs/wix/whatsnew/faqs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Frequently-asked questions
3+
sidebar:
4+
order: 5
35
---
46

57
## Converting packages

src/content/docs/wix/whatsnew/oopbas.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Out-of-process bootstrapper applications
3+
sidebar:
4+
order: 6
35
---
46

57
In WiX v5, Burn launches bootstrapper applications as separate processes rather than loading them as DLLs inside the Burn process. If using the WiX Standard Bootstrapper Application or WiX Internal UI Bootstrapper Application, the move to out-of-process bootstrapper applications is abstracted away and should not introduce any breaking changes or required authoring changes.

src/content/docs/wix/whatsnew/releasenotes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ sidebar:
44
order: 4
55
---
66

7+
## WiX v7
8+
9+
- WiX v7.0.0-rc.1 was published 6-Feb-2026.
10+
11+
WiX v7 continues our three-year-old tradition of shipping releases annually and adding features and fixing bugs while maintaining high compatibility with previous releases.
12+
13+
### Highlights
14+
15+
- Add the ability to use dual-purpose MSI packages in bundles, which lets the user decide whether to install such packages per-user or per-machine. (Issue [8958](https://github.com/wixtoolset/issues/issues/8958))
16+
- Upgrade to OSMF EULA v1.1 that avoids requiring a fee until you make at least US$10,000 a year from your projects that use WiX. (Issue [9230](https://github.com/wixtoolset/issues/issues/9230))
17+
- Require an explicit gesture to accept the OSMF EULA to avoid accidentally violating the EULA terms. (Issue [9196](https://github.com/wixtoolset/issues/issues/9196))
18+
- _BREAKING CHANGE_ The behavior of relative paths in the `Files` element appeared inconsistent but it was technically correct (the best kind of correct). Still, it was confusing, so between tarot cards and a well-used D20 die, we picked one behavior: Relative paths in `Files` are relative to the source path. (Issue [9097](https://github.com/wixtoolset/issues/issues/9097))
19+
- Use integrity level to detect elevated privileges instead of elevation tokens. (Issues [8178](https://github.com/wixtoolset/issues/issues/8178) and [9205](https://github.com/wixtoolset/issues/issues/9205))
20+
- Add the `Payloads` element to harvest bundle payloads like `Files` does for package payload. (Issue [9049](https://github.com/wixtoolset/issues/issues/9049))
21+
- Support longer-than-MAX_PATH paths for payloads in packages and bundles. (Issues [3065](https://github.com/wixtoolset/issues/issues/3065) and [9115](https://github.com/wixtoolset/issues/issues/9115))
22+
- Heat was deprecated in WiX v6 after the introduction of `Files` and `Payloads` and has now been removed from WiX v7. (Issue [9039](https://github.com/wixtoolset/issues/issues/9039))
23+
- Add support for [RedirectionGuard](https://www.microsoft.com/en-us/msrc/blog/2025/06/redirectionguard-mitigating-unsafe-junction-traversal-in-windows) to Burn as an additional security mitigation. (Issue [9228](https://github.com/wixtoolset/issues/issues/9228))
24+
- Correctly uninstall a patch bundle when uninstalling the base bundle. (Issue [9104](https://github.com/wixtoolset/issues/issues/9104))
25+
- Ensure that a patched package can be uninstalled. (Issue [6350](https://github.com/wixtoolset/issues/issues/6350))
26+
- Restore the ability to specify an icon that appears in a WixStdBA bootstrapper application window. (Issue [8104](https://github.com/wixtoolset/issues/issues/8104))
27+
- Make WixUI_Advanced handle 64-bit installation directories. (Issue [2165](https://github.com/wixtoolset/issues/issues/2165))
28+
- Add `ProductSearch/@Result='exists'` to Burn searches. (Issue [9079](https://github.com/wixtoolset/issues/issues/9079))
29+
730
## WiX v6
831

932
WiX v6 is the second annual release since WiX v4. WiX v6 continues in the tradition of being intentionally highly compatible with its predecessor WiX v5—and by the transitive property of backward compatibility, with WiX v4 too. WiX v6 contains a number of fixes and enhancements of existing features, including those newly introduced in WiX v5. Notable examples include:

0 commit comments

Comments
 (0)