From 8f3c366e9671dc5d4931dd3de28a42a1f1be32a5 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Fri, 20 Feb 2026 19:18:23 -0500 Subject: Configurable-scope bundles for WixStdBA. Fixes https://github.com/wixtoolset/issues/issues/9234 Fixes https://github.com/wixtoolset/issues/issues/9235 --- .../ConfigurableScopeTests/AllPuomBundle/Bundle.props | 1 + .../ConfigurableScopeTests/AllPuomBundle/Bundle.wxs | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'src/test/burn/TestData') diff --git a/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.props b/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.props index d704544c..aa4945d3 100644 --- a/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.props +++ b/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.props @@ -4,6 +4,7 @@ + diff --git a/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.wxs b/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.wxs index 8e1a881a..e47611c5 100644 --- a/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.wxs +++ b/src/test/burn/TestData/ConfigurableScopeTests/AllPuomBundle/Bundle.wxs @@ -1,4 +1,4 @@ - + @@ -8,6 +8,12 @@ + + + + + + @@ -16,4 +22,12 @@ + + + + + + + + -- cgit v1.2.3-55-g6feb